We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README file of the db module explain the naming conventions used for tables, columns, etc., and other conventions.
Developers need to intuit the naming conventions from existing schema.
The conventions are based on Ruby on Rails. If they have a web page that explains their conventions, it can be linked to in the README.
It looks like some nice folks have made cheat sheets. For example: https://gist.github.com/iangreenleaf/b206d09c587e8fc6399e
And there is a section in the official docs: https://edgeguides.rubyonrails.org/active_record_basics.html#naming-conventions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
The README file of the db module explain the naming conventions used for tables, columns, etc., and other conventions.
Actual behaviour
Developers need to intuit the naming conventions from existing schema.
Details and resources
The conventions are based on Ruby on Rails. If they have a web page that explains their conventions, it can be linked to in the README.
It looks like some nice folks have made cheat sheets. For example: https://gist.github.com/iangreenleaf/b206d09c587e8fc6399e
And there is a section in the official docs: https://edgeguides.rubyonrails.org/active_record_basics.html#naming-conventions
Checklist
The text was updated successfully, but these errors were encountered: