Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spacing of code blocks | Marcel Amirault | 2019-07-09 | 1 | -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_key | Nick Thomas | 2019-03-29 | 1 | -0/+15 |
| | | | | We also enable the rubocop that makes it mandatory | ||||
* | Adds helper for `find_or_create_by` in transaction | Bob Van Landuyt | 2019-02-05 | 1 | -27/+7 |
| | | | | This allows us to call `find_or_create_by` on all models and scopes. | ||||
* | Fix ActiveRecord::Migration deprecations | Yorick Peterse | 2018-12-12 | 1 | -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-create | Andreas Brandl | 2018-07-17 | 1 | -0/+42 |
| | |||||
* | Add more database development related docs | Yorick Peterse | 2017-08-16 | 1 | -0/+26 |
| | |||||
* | Added basic SQL guidelinessql-guide | Yorick Peterse | 2016-03-08 | 1 | -0/+219 |
[ci skip] |