aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/batches_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-161-10/+10
* modernizes hash syntax in activerecordXavier Noria2016-08-061-15/+15
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-24/+24
* deprecates the error_on_ignored_order_or_limit instance readerXavier Noria2016-07-181-2/+10
* adds coverage for the deprecation of error_on_ignored_orderXavier Noria2016-07-181-0/+8
* adds support for limits in batch processingXavier Noria2016-07-131-10/+122
* Fix typoAbhishek Jain2016-06-091-2/+2
* Merge pull request #23417 from sgringwe/masterRafael Mendonça França2016-03-011-0/+36
|\
| * Add initial support for allowing an error on order or limit of queries being ...Scott Ringwelski2016-02-021-0/+36
* | Fix semantics of test names for finish option in batches_testAkshay2016-02-171-2/+2
|/
* Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-181-33/+12
* Fix merge conflicts from #19501Sean Griffin2015-10-291-1/+1
|\
| * DRY up STI subclass logicCody Cutrer2015-03-241-1/+1
* | Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-11/+14
* | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-2/+230
* | use correct method in batches testyuuji.yaginuma2015-03-291-2/+3
|/
* Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-7/+28
* Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-0/+9
* Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-0/+8
* Return sized enumerator from Batches#find_in_batchesMarc-Andre Lafortune2014-02-051-0/+10
* find_in_batches should not mutate its argumentMarc-Andre Lafortune2014-01-291-0/+6
* Merge pull request #13201 from marcandre/find_in_batch_enumeratorRafael Mendonça França2014-01-291-0/+13
|\
| * `find_in_batches` now returns an `Enumerator` when called without a block, so...Marc-Andre Lafortune2013-12-061-0/+13
* | Fail early with "Primary key not included in the custom select clause" in fin...Alexander Balashov2014-01-211-1/+3
|/
* Merge pull request #11161 from dmitry/find_in_batches_works_without_loggerCarlos Antonio da Silva2013-06-281-0/+10
|\
| * find_in_batches should work without loggerDmitry Polushkin2013-06-281-0/+10
* | When .find_each is called without a block, return an Enumerator.Ben Woosley2013-06-191-0/+18
|/
* In batches test @total was assigned but not used. Use it in tests instead of ...Alexander Balashov2013-05-211-7/+5
* Fixed typos in ActiveRecordPrathamesh Sonpatki2013-03-281-1/+1
* Fix typoAlexander Balashov2013-03-281-1/+1
* fix typos in AR. lots of them.Vipul A M2013-03-191-1/+1
* Remove extre count, preheat already happens during setupCarlos Antonio da Silva2012-10-311-1/+0
* Fix find_in_batches against string IDs when start option is not specified.Alexis Bernard2012-10-311-0/+9
* 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