Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09Fix spacing of code blocksMarcel Amirault
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.
2019-03-29Document ApplicationRecord / pluck_primary_keyNick Thomas
We also enable the rubocop that makes it mandatory
2019-02-05Adds helper for `find_or_create_by` in transactionBob Van Landuyt
This allows us to call `find_or_create_by` on all models and scopes.
2018-12-12Fix ActiveRecord::Migration deprecationsYorick Peterse
Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
2018-07-17Document pattern for .find_or_create and similar methods.Andreas Brandl
2017-08-16Add more database development related docsYorick Peterse
2016-03-08Added basic SQL guidelinesYorick Peterse
[ci skip]