aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/batches.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract `Relation#bind_attribute` for internal useRyuta Kamizono2018-07-301-8/+5
* Use PredicateBuilder for bind params in BatchesDaniel Colson2018-03-111-10/+16
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* `quoted_table_name` doesn't respect table aliasRyuta Kamizono2017-09-141-1/+1
* Make `in_batches` queries to preparableRyuta Kamizono2017-09-141-3/+10
* Completes ActiveRecord::Batches.find_each example [ci skip]Marc Rendl Ignacio2017-08-131-1/+6
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Skip query cache for in_batches and friendsEugene Kenny2017-07-061-0/+1
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Doc updates for ActiveRecord::BatchesT.J. Schuck2017-05-261-12/+12
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-15/+15
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* small reword [ci skip]Xavier Noria2016-07-141-3/+3
* removes a unnecessary limit callXavier Noria2016-07-131-1/+0
* adds support for limits in batch processingXavier Noria2016-07-131-41/+71
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* Merge pull request #23417 from sgringwe/masterRafael Mendonça França2016-03-011-9/+29
|\
| * Add initial support for allowing an error on order or limit of queries being ...Scott Ringwelski2016-02-021-9/+29
* | Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-211-1/+1
* | Extract a Relation#arel_attributeMatthew Draper2016-02-041-3/+3
* | Defer Arel attribute lookup to the model classMatthew Draper2016-02-041-3/+3
|/
* Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-181-41/+26
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-9/+89
* correct method name in deprecation messageyuuji.yaginuma2015-02-181-1/+1
* Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-17/+31
* Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-12/+22
* Use keyword argument in the find_in_batches APIRafael Mendonça França2015-02-061-11/+7
* Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`Sean Griffin2014-12-291-19/+4
* Inform Arel we don't need additional type casting in batchesSean Griffin2014-12-261-1/+6
* Inform Arel that we don't need additional type casting in batchingSean Griffin2014-12-261-2/+8
* We don't need to type cast the offset in `find_in_batches`Sean Griffin2014-12-261-1/+5
* Clarity start parameterMichael Dawson2014-12-191-2/+2
* Clarify that batching methods can be used with any orderable type primary key...Isaac Seymour2014-12-031-4/+4
* remove blank lines in the start of the ActiveRecord filesPonomarev Nikolay2014-07-291-1/+0
* Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-1/+3
* Return sized enumerator from Batches#find_in_batchesMarc-Andre Lafortune2014-02-051-4/+9
* find_in_batches should not mutate its argumentMarc-Andre Lafortune2014-01-291-2/+2
* Merge pull request #13201 from marcandre/find_in_batch_enumeratorRafael Mendonça França2014-01-291-0/+9
|\
| * `find_in_batches` now returns an `Enumerator` when called without a block, so...Marc-Andre Lafortune2013-12-061-0/+9
* | Mention find_each in find_in_batches doc [ci skip]Marc-Andre Lafortune2014-01-291-0/+2
* | Fail early with "Primary key not included in the custom select clause" in fin...Alexander Balashov2014-01-211-5/+2
|/
* `skiping` => `skipping`Vipul A M2013-09-171-1/+1
* Merge pull request #11161 from dmitry/find_in_batches_works_without_loggerCarlos Antonio da Silva2013-06-281-2/+2
|\
| * find_in_batches should work without loggerDmitry Polushkin2013-06-281-2/+2
* | When .find_each is called without a block, return an Enumerator.Ben Woosley2013-06-191-2/+13
|/
* lists the options for find_each and find_in_batchesThiago Pinto2013-06-071-17/+37
* using Model.all.find_each in rails 3 raises an error and should not be recomm...Thiago Pinto2013-06-071-2/+2