summaryrefslogtreecommitdiff
path: root/doc/development/sql.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix spacing of code blocksMarcel Amirault2019-07-091-1/+3
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Document ApplicationRecord / pluck_primary_keyNick Thomas2019-03-291-0/+15
| | | | We also enable the rubocop that makes it mandatory
* Adds helper for `find_or_create_by` in transactionBob Van Landuyt2019-02-051-27/+7
| | | | This allows us to call `find_or_create_by` on all models and scopes.
* Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-121-2/+2
| | | | | Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
* Document pattern for .find_or_create and similar methods.ab-docs-find-or-createAndreas Brandl2018-07-171-0/+42
|
* Add more database development related docsYorick Peterse2017-08-161-0/+26
|
* Added basic SQL guidelinessql-guideYorick Peterse2016-03-081-0/+219
[ci skip]