| Commit message (Expand) | Author | Age | Files | Lines |
* | remove deprecated #find_in_batches calls | Jon Leighton | 2012-04-26 | 1 | -14/+2 |
* | Sort here to make sure the order is ok. | Arun Agrawal | 2011-09-05 | 1 | -1/+1 |
* | We need to recorder here. Need to drop the order from default scope. | Arun Agrawal | 2011-09-05 | 1 | -0/+20 |
* | Merge pull request #1807 from caius/find_in_batches_id_bug | Santiago Pastorino | 2011-07-14 | 1 | -0/+16 |
|\ |
|
| * | Stop find_in_batches using the records after yielding. | Caius Durling | 2011-06-21 | 1 | -0/+16 |
* | | Make `ActiveRecord::Batches#find_each` to not return `self`. | knapo | 2011-07-07 | 1 | -0/+7 |
* | | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
|/ |
|
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Quote find_in_batches ORDER BY clause [#6620 state:resolved] | Andrew White | 2011-03-29 | 1 | -0/+10 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -0/+1 |
|\ |
|
| * | preheat the table cache in arel | Aaron Patterson | 2011-01-14 | 1 | -0/+1 |
* | | Properly support conditions on any of the reflections involved in a nested th... | Jon Leighton | 2010-10-19 | 1 | -1/+1 |
* | | Fix the tests (I have actually verified that these are also the 'right' fixes... | Jon Leighton | 2010-10-03 | 1 | -1/+1 |
|/ |
|
* | corrected AR find_each and find_in_batches to raise when the user uses select... | Josh Kalderimis | 2010-05-09 | 1 | -0/+14 |
* | Warn scoped order and limit are ignored. [#4123 state:resolved] | Emilio Tagua | 2010-03-29 | 1 | -3/+13 |
* | Add new finder methods to association collection. | Pratik Naik | 2009-12-27 | 1 | -1/+1 |
* | Ensure ActiveRecord::Base.find_in_batches fires doesnt fire an extra query un... | Pratik Naik | 2009-03-11 | 1 | -0/+12 |
* | Rename ActiveRecord::Base.each to ActiveRecord::Base.find_each | Pratik Naik | 2009-03-11 | 1 | -3/+3 |
* | Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc... | David Heinemeier Hansson | 2009-02-23 | 1 | -0/+49 |