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

Reword RDBMS note in ActiveRecord basics #35262

Merged
merged 1 commit into from Feb 15, 2019

Conversation

gmcgibbon
Copy link
Member

Closes #35260.

Rewords the RDBMS note in the ActiveRecord basics guide.

This may be an unpopular opinion, or promoting of bad behaviour, but I think a big advantage of ActiveRecord is that you don't actually need an intimate knowledge of SQL / RDBMS. Yes, they are helpful to know, and highly necessary in order to master ActiveRecord, but I wouldn't label them as crucial for beginners.

@rails-bot rails-bot bot added the docs label Feb 13, 2019
@rafaelfranca
Copy link
Member

Since you are now a Rails committer I feel I need to correct your on this.

When we talk about the framework we always separate the names, so Active Record. When we are talking about the constant the words are together and if you can with monospaced fonts, so ActiveRecord.

@@ -45,7 +45,7 @@ relationships of the objects in an application can be easily stored and
retrieved from a database without writing SQL statements directly and with less
overall database access code.

NOTE: If you are not familiar enough with relational database management systems (RDBMS) or structured query language (SQL), please go through [this tutorial](https://www.w3schools.com/sql/default.asp) (or [this one](http://www.sqlcourse.com/)) or study them by other means. Understanding how relational databases work is crucial to understanding Active Records and Rails in general.
NOTE: A basic knowledge of relational database management systems (RDBMS) and structured query language (SQL) is helpful in order to fully understand ActiveRecord. Please refer to [this tutorial](https://www.w3schools.com/sql/default.asp) (or [this one](http://www.sqlcourse.com/)) or study them by other means if you would like to learn more.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
NOTE: A basic knowledge of relational database management systems (RDBMS) and structured query language (SQL) is helpful in order to fully understand ActiveRecord. Please refer to [this tutorial](https://www.w3schools.com/sql/default.asp) (or [this one](http://www.sqlcourse.com/)) or study them by other means if you would like to learn more.
NOTE: Basic knowledge of relational database management systems (RDBMS) and structured query language (SQL) is helpful in order to fully understand ActiveRecord. Please refer to [this tutorial](https://www.w3schools.com/sql/default.asp) (or [this one](http://www.sqlcourse.com/)) or study them by other means if you would like to learn more.

@gmcgibbon
Copy link
Member Author

Thanks @rafaelfranca, I'll keep that in mind writing docs going forward!

@gmcgibbon gmcgibbon merged commit c0e3288 into rails:master Feb 15, 2019
@gmcgibbon gmcgibbon deleted the reword_ar_rdbms_note branch February 15, 2019 16:32
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