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
*
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
*
Update batches docs
Oscar Del Ben
2012-07-17
1
-6
/
+6
*
copy edit the batches docs [ci skip]
Vijay Dev
2012-05-30
1
-9
/
+7
*
Adds to Batch processing documentation [ci skip]
Alvaro Pereyra
2012-05-28
1
-9
/
+20
*
move code out to active_record_deprecated_finders
Jon Leighton
2012-04-13
1
-7
/
+2
*
We need to recorder here. Need to drop the order from default scope.
Arun Agrawal
2011-09-05
1
-1
/
+1
*
Merge pull request #1807 from caius/find_in_batches_id_bug
Santiago Pastorino
2011-07-14
1
-2
/
+5
|
\
|
*
Stop find_in_batches using the records after yielding.
Caius Durling
2011-06-21
1
-2
/
+5
*
|
Make `ActiveRecord::Batches#find_each` to not return `self`.
knapo
2011-07-07
1
-2
/
+0
|
/
*
Quote find_in_batches ORDER BY clause [#6620 state:resolved]
Andrew White
2011-03-29
1
-1
/
+1
*
Fix Typos: remove several occurences of the the
Nicholas Rowe
2011-02-17
1
-1
/
+1
*
ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...
Jon Leighton
2011-01-03
1
-3
/
+3
*
un-nodocs AR::Batches
Xavier Noria
2010-09-21
1
-1
/
+1
*
avoid method_missing and reduce method calls
Aaron Patterson
2010-09-10
1
-1
/
+1
*
call to_a since we are not passing anything to all()
Aaron Patterson
2010-08-04
1
-1
/
+1
*
fisting indentation
Aaron Patterson
2010-08-04
1
-3
/
+3
*
Improve code from 231d7676f72947bae765b9bd885b134aaf949921
Pratik Naik
2010-05-09
1
-7
/
+5
*
corrected AR find_each and find_in_batches to raise when the user uses select...
Josh Kalderimis
2010-05-09
1
-1
/
+8
[next]