aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/batches_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test_find_in_batches_should_use_any_column_as_primary_keySantiago Pastorino2012-09-221-11/+8
* start could be a stringSantiago Pastorino2012-09-211-2/+2
* Revert "Fix find_in_batches with customized primary_key"Santiago Pastorino2012-09-211-1/+5
* Fix find_in_batches with customized primary_keyToshiyuki Kawanishi2012-09-161-0/+11
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-1/+1
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
* remove deprecated #find_in_batches callsJon Leighton2012-04-261-14/+2
* Sort here to make sure the order is ok.Arun Agrawal2011-09-051-1/+1
* We need to recorder here. Need to drop the order from default scope.Arun Agrawal2011-09-051-0/+20
* Merge pull request #1807 from caius/find_in_batches_id_bugSantiago Pastorino2011-07-141-0/+16
|\
| * Stop find_in_batches using the records after yielding.Caius Durling2011-06-211-0/+16
* | Make `ActiveRecord::Batches#find_each` to not return `self`.knapo2011-07-071-0/+7
* | 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