| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent update_column_in_batches on large tables | Sean McGivern | 2017-11-17 | 2 | -44/+69 |
* | Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs18765-stub_env_in_specs | Rémy Coutable | 2017-10-18 | 1 | -0/+59 |
* | Also warn on timestamp in datetime migration copfix-timestampz-cop | Sean McGivern | 2017-10-10 | 1 | -0/+26 |
* | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 1 | -0/+53 |
* | Add SaferBooleanColumn cop | Michael Kozono | 2017-08-14 | 1 | -0/+85 |
* | Added cop to blacklist the use of hash indexesrubocop-hash-index | Yorick Peterse | 2017-07-14 | 1 | -0/+53 |
* | Added EachBatch for iterating tables in batchesactive-record-each-batch | Yorick Peterse | 2017-07-07 | 1 | -0/+19 |
* | Rename ActiverecordSerialize cop | Yorick Peterse | 2017-07-06 | 1 | -2/+2 |
* | Added Cop to blacklist the use of `dependent:` | Yorick Peterse | 2017-07-06 | 1 | -0/+33 |
* | Add ProjectPathHelper cop | Douwe Maan | 2017-07-05 | 1 | -0/+41 |
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -2/+2 |
* | Require rubocop-rspec in the correct locationrs-fix-codeclimate-build | Robert Speicher | 2017-06-14 | 1 | -1/+0 |
* | Add a custom RSpec/SingleLineHook cop | Robert Speicher | 2017-06-14 | 1 | -0/+67 |
* | Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresql | blackst0ne | 2017-06-13 | 3 | -0/+279 |
* | Added Cop to blacklist polymorphic associations | Yorick Peterse | 2017-06-07 | 2 | -2/+35 |
* | Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status | blackst0ne | 2017-06-07 | 1 | -0/+86 |
* | Added Cop to blacklist the use of serializedocument-not-using-serialize | Yorick Peterse | 2017-05-31 | 1 | -0/+33 |
* | New Migration/UpdateColumnInBatches cop | Rémy Coutable | 2017-05-29 | 1 | -0/+94 |
* | Add AddColumnWithDefaultToLargeTable cop | Robert Speicher | 2017-04-28 | 1 | -0/+44 |
* | Rename AddColumnWithDefault to ReversibleAddColumnWithDefault | Robert Speicher | 2017-04-28 | 1 | -2/+2 |
* | Add remove_concurrent_index to database helper | blackst0ne | 2017-04-06 | 2 | -0/+76 |
* | Add cop to ensure reversibility of add_concurrent_index | Douwe Maan | 2017-03-07 | 1 | -0/+41 |
* | Add RuboCop cop for custom error classes | Sean McGivern | 2017-03-01 | 1 | -0/+111 |
* | Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keys | Yorick Peterse | 2017-02-10 | 1 | -0/+33 |
* | Add a spec for our custom GemFetcher coprs-gemfetcher-cop-spec | Robert Speicher | 2017-02-09 | 1 | -0/+46 |
* | Add cop that checks if add_column_with_default is used with up/down methods | Douwe Maan | 2017-02-08 | 1 | -0/+41 |