aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/batches.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11161 from dmitry/find_in_batches_works_without_loggerCarlos Antonio da Silva2013-06-281-2/+2
|\
| * find_in_batches should work without loggerDmitry Polushkin2013-06-281-2/+2
* | When .find_each is called without a block, return an Enumerator.Ben Woosley2013-06-191-2/+13
|/
* lists the options for find_each and find_in_batchesThiago Pinto2013-06-071-17/+37
* using Model.all.find_each in rails 3 raises an error and should not be recomm...Thiago Pinto2013-06-071-2/+2
* Fix find_in_batches against string IDs when start option is not specified.Alexis Bernard2012-10-311-2/+2
* Fix typo: 'this also mean' -> 'this also means'Jeffrey Hardy2012-10-081-1/+1
* start could be a stringSantiago Pastorino2012-09-211-1/+1
* Revert "Fix find_in_batches with customized primary_key"Santiago Pastorino2012-09-211-7/+6
* Fix find_in_batches with customized primary_keyToshiyuki Kawanishi2012-09-161-6/+7
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate Relation#all.Jon Leighton2012-07-271-1/+1
* Update batches docsOscar Del Ben2012-07-171-6/+6
* copy edit the batches docs [ci skip]Vijay Dev2012-05-301-9/+7
* Adds to Batch processing documentation [ci skip]Alvaro Pereyra2012-05-281-9/+20
* move code out to active_record_deprecated_findersJon Leighton2012-04-131-7/+2
* We need to recorder here. Need to drop the order from default scope.Arun Agrawal2011-09-051-1/+1
* Merge pull request #1807 from caius/find_in_batches_id_bugSantiago Pastorino2011-07-141-2/+5
|\
| * Stop find_in_batches using the records after yielding.Caius Durling2011-06-211-2/+5
* | Make `ActiveRecord::Batches#find_each` to not return `self`.knapo2011-07-071-2/+0
|/
* Quote find_in_batches ORDER BY clause [#6620 state:resolved]Andrew White2011-03-291-1/+1
* Fix Typos: remove several occurences of the theNicholas Rowe2011-02-171-1/+1
* ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...Jon Leighton2011-01-031-3/+3
* un-nodocs AR::BatchesXavier Noria2010-09-211-1/+1
* avoid method_missing and reduce method callsAaron Patterson2010-09-101-1/+1
* call to_a since we are not passing anything to all()Aaron Patterson2010-08-041-1/+1
* fisting indentationAaron Patterson2010-08-041-3/+3
* Improve code from 231d7676f72947bae765b9bd885b134aaf949921Pratik Naik2010-05-091-7/+5
* corrected AR find_each and find_in_batches to raise when the user uses select...Josh Kalderimis2010-05-091-1/+8
* Warn scoped order and limit are ignored. [#4123 state:resolved]Emilio Tagua2010-03-291-1/+5
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Move batch finders to RelationPratik Naik2010-02-121-0/+78