Re: [Rails-core] Any reason #in_batches is not backported to Rails 4.x?

2015-12-23 Thread Rafael Mendonça França
New features are not backported to stable branches. See our maintenance policy http://guides.rubyonrails.org/maintenance_policy.html#new-features On Wed, Dec 23, 2015 at 3:32 PM Kashyap Kondamudi wrote: > Hello > > The `ActiveRecord::Relation#in_batches`, similar to >

[Rails-core] Any reason #in_batches is not backported to Rails 4.x?

2015-12-23 Thread Kashyap Kondamudi
Hello The `ActiveRecord::Relation#in_batches`, similar to `ActiveRecord::Relation#find_in_batches`, but which yields a collection ofActiveRecord::Relation objects has been merged into master via https://github.com/rails/rails/pull/20933. If I'm not mistaken, this is not backported to older Rails