aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/batches_test.rb
Commit message (Expand)AuthorAgeFilesLines
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Quote find_in_batches ORDER BY clause [#6620 state:resolved]Andrew White2011-03-291-0/+10
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-0/+1
|\
| * preheat the table cache in arelAaron Patterson2011-01-141-0/+1
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-1/+1
* | Fix the tests (I have actually verified that these are also the 'right' fixes...Jon Leighton2010-10-031-1/+1
|/
* corrected AR find_each and find_in_batches to raise when the user uses select...Josh Kalderimis2010-05-091-0/+14
* Warn scoped order and limit are ignored. [#4123 state:resolved]Emilio Tagua2010-03-291-3/+13
* Add new finder methods to association collection.Pratik Naik2009-12-271-1/+1
* Ensure ActiveRecord::Base.find_in_batches fires doesnt fire an extra query un...Pratik Naik2009-03-111-0/+12
* Rename ActiveRecord::Base.each to ActiveRecord::Base.find_eachPratik Naik2009-03-111-3/+3
* Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc...David Heinemeier Hansson2009-02-231-0/+49