Select Git revision
rubocop
-
-
- Open in your IDE
- Download source code
- Download this directory
Forked from
GitLab.org / GitLab FOSS
2 commits behind, 3312 commits ahead of the upstream repository.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
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.