1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Étienne Barrié a031a43d96 Expose BatchEnumerator attributes
BatchEnumerator is a simple object storing a few parameters coming from
ActiveRecord::Batches#in_batches when it's called without a block.

Sometimes, it's useful to access those values, in our case, a library
receiving a BatchEnumerator from application code.

Co-authored-by: Adrianna Chang <adrianna.chang@shopify.com>
2021-05-28 13:32:48 -04:00
..
active_record Expose BatchEnumerator attributes 2021-05-28 13:32:48 -04:00
arel Support NullsFirst for all databases. 2021-05-18 16:58:21 -04:00
rails/generators Used double quotes in template file for consistency. 2021-04-30 02:58:51 +05:30
active_record.rb Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
arel.rb