aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/batches_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated configuration `.error_on_ignored_order_or_limit`Rafael Mendonça França2017-10-231-28/+0
* `quoted_table_name` doesn't respect table aliasRyuta Kamizono2017-09-141-0/+11
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Skip query cache for in_batches and friendsEugene Kenny2017-07-061-0/+61
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* Remove checks for Enumerator#size methodEugene Kenny2017-04-251-14/+10
* 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