summaryrefslogtreecommitdiff
path: root/rubocop/cop/migration
Commit message (Expand)AuthorAgeFilesLines
* Update the large table list in AddColumnWithDefaultToLargeTable copRobert Speicher2017-07-261-0/+3
* Added cop to blacklist the use of hash indexesrubocop-hash-indexYorick Peterse2017-07-141-0/+51
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-133-0/+88
* New Migration/UpdateColumnInBatches copRémy Coutable2017-05-291-0/+43
* 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