Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Migration/UpdateColumnInBatches cop | Rémy Coutable | 2017-05-29 | 1 | -0/+43 |
* | Add AddColumnWithDefaultToLargeTable cop | Robert Speicher | 2017-04-28 | 1 | -0/+51 |
* | Rename AddColumnWithDefault to ReversibleAddColumnWithDefault | Robert Speicher | 2017-04-28 | 1 | -1/+1 |
* | Refactor the AddColumnWithDefault cop to use node matchers | Robert Speicher | 2017-04-28 | 1 | -9/+10 |
* | Add remove_concurrent_index to database helper | blackst0ne | 2017-04-06 | 3 | -1/+56 |
* | Add cop to ensure reversibility of add_concurrent_index | Douwe Maan | 2017-03-07 | 1 | -0/+34 |
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 4 | -5/+5 |
* | Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keys | Yorick Peterse | 2017-02-10 | 1 | -0/+27 |
* | Explicitly require rubocop migration_helpersdm-add-column-with-default-cop | Douwe Maan | 2017-02-08 | 2 | -0/+4 |
* | Add cop that checks if add_column_with_default is used with up/down methods | Douwe Maan | 2017-02-08 | 3 | -4/+38 |
* | Added RuboCop cops for checking DB migrationsmigration-cops | Yorick Peterse | 2016-06-29 | 2 | -0/+96 |