gitlab-org--gitlab-foss/rubocop
Yorick Peterse ff78af152c
Added EachBatch for iterating tables in batches
This module provides a class method called `each_batch` that can be used
to iterate tables in batches in a more efficient way compared to Rails'
`in_batches` method. This commit also includes a RuboCop cop to
blacklist the use of `in_batches` in favour of this new method.
2017-07-07 16:39:36 +02:00
..
cop Added EachBatch for iterating tables in batches 2017-07-07 16:39:36 +02:00
migration_helpers.rb New Migration/UpdateColumnInBatches cop 2017-05-29 11:28:23 +02:00
model_helpers.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
rubocop.rb Added EachBatch for iterating tables in batches 2017-07-07 16:39:36 +02:00