| Commit message (Expand) | Author | Age | Files | Lines |
* | use correct method in batches test | yuuji.yaginuma | 2015-03-29 | 1 | -2/+3 |
* | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f... | Vipul A M | 2015-02-17 | 1 | -7/+28 |
* | Add an option `end_at` to `find_in_batches` | Vipul A M | 2015-02-09 | 1 | -0/+9 |
* | Return sized enumerator from Batches#find_each | Marc-Andre Lafortune | 2014-02-05 | 1 | -0/+8 |
* | Return sized enumerator from Batches#find_in_batches | Marc-Andre Lafortune | 2014-02-05 | 1 | -0/+10 |
* | find_in_batches should not mutate its argument | Marc-Andre Lafortune | 2014-01-29 | 1 | -0/+6 |
* | Merge pull request #13201 from marcandre/find_in_batch_enumerator | Rafael Mendonça França | 2014-01-29 | 1 | -0/+13 |
|\ |
|
| * | `find_in_batches` now returns an `Enumerator` when called without a block, so... | Marc-Andre Lafortune | 2013-12-06 | 1 | -0/+13 |
* | | Fail early with "Primary key not included in the custom select clause" in fin... | Alexander Balashov | 2014-01-21 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #11161 from dmitry/find_in_batches_works_without_logger | Carlos Antonio da Silva | 2013-06-28 | 1 | -0/+10 |
|\ |
|
| * | find_in_batches should work without logger | Dmitry Polushkin | 2013-06-28 | 1 | -0/+10 |
* | | When .find_each is called without a block, return an Enumerator. | Ben Woosley | 2013-06-19 | 1 | -0/+18 |
|/ |
|
* | In batches test @total was assigned but not used. Use it in tests instead of ... | Alexander Balashov | 2013-05-21 | 1 | -7/+5 |
* | Fixed typos in ActiveRecord | Prathamesh Sonpatki | 2013-03-28 | 1 | -1/+1 |
* | Fix typo | Alexander Balashov | 2013-03-28 | 1 | -1/+1 |
* | fix typos in AR. lots of them. | Vipul A M | 2013-03-19 | 1 | -1/+1 |
* | Remove extre count, preheat already happens during setup | Carlos Antonio da Silva | 2012-10-31 | 1 | -1/+0 |
* | Fix find_in_batches against string IDs when start option is not specified. | Alexis Bernard | 2012-10-31 | 1 | -0/+9 |
* | Fix test_find_in_batches_should_use_any_column_as_primary_key | Santiago Pastorino | 2012-09-22 | 1 | -11/+8 |
* | start could be a string | Santiago Pastorino | 2012-09-21 | 1 | -2/+2 |
* | Revert "Fix find_in_batches with customized primary_key" | Santiago Pastorino | 2012-09-21 | 1 | -1/+5 |
* | Fix find_in_batches with customized primary_key | Toshiyuki Kawanishi | 2012-09-16 | 1 | -0/+11 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -1/+1 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -1/+1 |
* | 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 |