aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/batches
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* do not pass conditions to `#destroy_all` [ci skip]yuuji.yaginuma2016-05-051-1/+1
* Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-211-1/+1
* Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-181-6/+6
* Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-0/+67