aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/batches.rb
Commit message (Expand)AuthorAgeFilesLines
* 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