summaryrefslogtreecommitdiff
path: root/spec/rubocop/cop/migration
Commit message (Expand)AuthorAgeFilesLines
* Add SaferBooleanColumn copMichael Kozono2017-08-141-0/+85
* Added cop to blacklist the use of hash indexesrubocop-hash-indexYorick Peterse2017-07-141-0/+53
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-133-0/+279
* New Migration/UpdateColumnInBatches copRémy Coutable2017-05-291-0/+94
* Add AddColumnWithDefaultToLargeTable copRobert Speicher2017-04-281-0/+44
* Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-281-2/+2
* Add remove_concurrent_index to database helperblackst0ne2017-04-062-0/+76
* Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-071-0/+41
* Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keysYorick Peterse2017-02-101-0/+33
* Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan2017-02-081-0/+41