summaryrefslogtreecommitdiff
path: root/spec/rubocop/cop/migration
Commit message (Expand)AuthorAgeFilesLines
* Properly handle `ee` migration specsHeinrich Lee Yu2019-03-281-0/+18
* Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-123-10/+10
* Make add_reference cop accept a hash for :indexToon Claes2018-11-271-2/+10
* Add rubocop check for add_reference to require index.Andreas Brandl2018-08-081-0/+54
* Disallow methods that copy data on large tablesSean McGivern2018-06-191-0/+20
* Use gitlab-stylesRémy Coutable2017-12-2213-55/+59
* Add cop for use of remove_columnadd-remove-column-copSean McGivern2017-12-111-0/+68
* Prevent update_column_in_batches on large tablesSean McGivern2017-11-172-44/+69
* Also warn on timestamp in datetime migration copfix-timestampz-copSean McGivern2017-10-101-0/+26
* 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