Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci skip] relations inside <tt> tag #24337

Merged
merged 1 commit into from
Mar 27, 2016
Merged

Conversation

xw19
Copy link
Contributor

@xw19 xw19 commented Mar 27, 2016

The Relations word wrapped inside the <tt> tag so that it doesn't look odd. Earlier it was looking like "RelationS"

@rails-bot
Copy link

Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @chancancode (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@@ -504,7 +504,7 @@ def association_instance_set(name, association)
#
# == Customizing the query
#
# \Associations are built from <tt>Relation</tt>s, and you can use the Relation syntax
# \Associations are built from <tt>Relations</tt>, and you can use the Relation syntax
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that it looks odd on the API site but what do you think about Associations are built from +Relation+ objects ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better. s can't be part of the <tt> font here. @xw19 can you incorporate this change?

@xw19
Copy link
Contributor Author

xw19 commented Mar 27, 2016

okay

@xw19
Copy link
Contributor Author

xw19 commented Mar 27, 2016

@vipulnsward 's' removed

@@ -504,7 +504,7 @@ def association_instance_set(name, association)
#
# == Customizing the query
#
# \Associations are built from <tt>Relation</tt>s, and you can use the Relation syntax
# \Associations are built from <tt>Relation</tt>, and you can use the Relation syntax
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I meant to incorporate @robin850 's suggestion to make if more simpler.

Associations are built from <tt>Relation</tt> objects, ..

@xw19
Copy link
Contributor Author

xw19 commented Mar 27, 2016

okay

s removed

objects added
@xw19
Copy link
Contributor Author

xw19 commented Mar 27, 2016

Done

@vipulnsward vipulnsward merged commit 306da3e into rails:master Mar 27, 2016
@vipulnsward
Copy link
Member

Thanks @xw19 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants