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

removed redundant backtick symbol from sql examples of rails guides #45204

Merged
merged 1 commit into from May 29, 2022

Conversation

Ivanov-Anton
Copy link
Contributor

Summary

to improve understanding of examples removed redundant backtick symbol from SQL examples of rails guides

Other Information

@rails-bot rails-bot bot added the docs label May 29, 2022
Copy link
Member

@jonathanhefner jonathanhefner left a comment

Choose a reason for hiding this comment

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

Even though the actual generated query may use quotes, I think this makes sense. And this is better than the current mix of backticks / double quotes / no quotes in this guide. Also, we already take liberties with the generated SQL by eliding parts of it with ....

@jonathanhefner jonathanhefner merged commit 3fd0f84 into rails:main May 29, 2022
@jonathanhefner
Copy link
Member

jonathanhefner commented May 29, 2022

Thank you, @Ivanov-Anton! 🎉

(Backported to 7-0-stable.)

@Ivanov-Anton Ivanov-Anton deleted the change-example-of-sql branch May 29, 2022 14:57
jonathanhefner added a commit to jonathanhefner/rails that referenced this pull request Jun 22, 2022
removed redundant backtick symbol from sql examples of rails guides [ci-skip]

(cherry picked from commit 3fd0f84)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants