summaryrefslogtreecommitdiff
path: root/rubocop/cop/migration
Commit message (Expand)AuthorAgeFilesLines
* Add AddColumnWithDefaultToLargeTable copRobert Speicher2017-04-281-0/+51
* Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-281-1/+1
* Refactor the AddColumnWithDefault cop to use node matchersRobert Speicher2017-04-281-9/+10
* Add remove_concurrent_index to database helperblackst0ne2017-04-063-1/+56
* Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-071-0/+34
* Enable Style/MutableConstantDouwe Maan2017-02-234-5/+5
* Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keysYorick Peterse2017-02-101-0/+27
* Explicitly require rubocop migration_helpersdm-add-column-with-default-copDouwe Maan2017-02-082-0/+4
* Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan2017-02-083-4/+38
* Added RuboCop cops for checking DB migrationsmigration-copsYorick Peterse2016-06-292-0/+96