index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
relation
/
batches.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-0
/
+1
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Doc updates for ActiveRecord::Batches
T.J. Schuck
2017-05-26
1
-12
/
+12
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-15
/
+15
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
small reword [ci skip]
Xavier Noria
2016-07-14
1
-3
/
+3
*
removes a unnecessary limit call
Xavier Noria
2016-07-13
1
-1
/
+0
*
adds support for limits in batch processing
Xavier Noria
2016-07-13
1
-41
/
+71
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
*
Merge pull request #23417 from sgringwe/master
Rafael Mendonça França
2016-03-01
1
-9
/
+29
|
\
|
*
Add initial support for allowing an error on order or limit of queries being ...
Scott Ringwelski
2016-02-02
1
-9
/
+29
*
|
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-1
/
+1
*
|
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
1
-3
/
+3
*
|
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-3
/
+3
|
/
*
Changed options for find_each and variants to have options start/finish inste...
Vipul A M
2016-01-18
1
-41
/
+26
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-2
/
+2
*
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
1
-9
/
+89
*
correct method name in deprecation message
yuuji.yaginuma
2015-02-18
1
-1
/
+1
*
Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...
Vipul A M
2015-02-17
1
-17
/
+31
*
Add an option `end_at` to `find_in_batches`
Vipul A M
2015-02-09
1
-12
/
+22
*
Use keyword argument in the find_in_batches API
Rafael Mendonça França
2015-02-06
1
-11
/
+7
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-19
/
+4
*
Inform Arel we don't need additional type casting in batches
Sean Griffin
2014-12-26
1
-1
/
+6
*
Inform Arel that we don't need additional type casting in batching
Sean Griffin
2014-12-26
1
-2
/
+8
*
We don't need to type cast the offset in `find_in_batches`
Sean Griffin
2014-12-26
1
-1
/
+5
*
Clarity start parameter
Michael Dawson
2014-12-19
1
-2
/
+2
*
Clarify that batching methods can be used with any orderable type primary key...
Isaac Seymour
2014-12-03
1
-4
/
+4
*
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
1
-1
/
+0
*
Return sized enumerator from Batches#find_each
Marc-Andre Lafortune
2014-02-05
1
-1
/
+3
*
Return sized enumerator from Batches#find_in_batches
Marc-Andre Lafortune
2014-02-05
1
-4
/
+9
*
find_in_batches should not mutate its argument
Marc-Andre Lafortune
2014-01-29
1
-2
/
+2
*
Merge pull request #13201 from marcandre/find_in_batch_enumerator
Rafael Mendonça França
2014-01-29
1
-0
/
+9
|
\
|
*
`find_in_batches` now returns an `Enumerator` when called without a block, so...
Marc-Andre Lafortune
2013-12-06
1
-0
/
+9
*
|
Mention find_each in find_in_batches doc [ci skip]
Marc-Andre Lafortune
2014-01-29
1
-0
/
+2
*
|
Fail early with "Primary key not included in the custom select clause" in fin...
Alexander Balashov
2014-01-21
1
-5
/
+2
|
/
*
`skiping` => `skipping`
Vipul A M
2013-09-17
1
-1
/
+1
*
Merge pull request #11161 from dmitry/find_in_batches_works_without_logger
Carlos Antonio da Silva
2013-06-28
1
-2
/
+2
|
\
|
*
find_in_batches should work without logger
Dmitry Polushkin
2013-06-28
1
-2
/
+2
*
|
When .find_each is called without a block, return an Enumerator.
Ben Woosley
2013-06-19
1
-2
/
+13
|
/
*
lists the options for find_each and find_in_batches
Thiago Pinto
2013-06-07
1
-17
/
+37
*
using Model.all.find_each in rails 3 raises an error and should not be recomm...
Thiago Pinto
2013-06-07
1
-2
/
+2
*
Fix find_in_batches against string IDs when start option is not specified.
Alexis Bernard
2012-10-31
1
-2
/
+2
*
Fix typo: 'this also mean' -> 'this also means'
Jeffrey Hardy
2012-10-08
1
-1
/
+1
*
start could be a string
Santiago Pastorino
2012-09-21
1
-1
/
+1
*
Revert "Fix find_in_batches with customized primary_key"
Santiago Pastorino
2012-09-21
1
-7
/
+6
*
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
1
-6
/
+7
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Deprecate Relation#all.
Jon Leighton
2012-07-27
1
-1
/
+1
[next]