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
/
test
/
cases
/
batches_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Should `Regexp.escape` quoted table name in regex
Ryuta Kamizono
2019-07-08
1
-1
/
+1
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-1
/
+1
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-14
/
+14
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-2
/
+2
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-6
/
+6
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+5
*
Remove deprecated configuration `.error_on_ignored_order_or_limit`
Rafael Mendonça França
2017-10-23
1
-28
/
+0
*
`quoted_table_name` doesn't respect table alias
Ryuta Kamizono
2017-09-14
1
-0
/
+11
*
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
/
+61
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
/
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-2
/
+2
*
Remove checks for Enumerator#size method
Eugene Kenny
2017-04-25
1
-14
/
+10
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-10
/
+10
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-15
/
+15
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-24
/
+24
*
deprecates the error_on_ignored_order_or_limit instance reader
Xavier Noria
2016-07-18
1
-2
/
+10
*
adds coverage for the deprecation of error_on_ignored_order
Xavier Noria
2016-07-18
1
-0
/
+8
*
adds support for limits in batch processing
Xavier Noria
2016-07-13
1
-10
/
+122
*
Fix typo
Abhishek Jain
2016-06-09
1
-2
/
+2
*
Merge pull request #23417 from sgringwe/master
Rafael Mendonça França
2016-03-01
1
-0
/
+36
|
\
|
*
Add initial support for allowing an error on order or limit of queries being ...
Scott Ringwelski
2016-02-02
1
-0
/
+36
*
|
Fix semantics of test names for finish option in batches_test
Akshay
2016-02-17
1
-2
/
+2
|
/
*
Changed options for find_each and variants to have options start/finish inste...
Vipul A M
2016-01-18
1
-33
/
+12
*
Fix merge conflicts from #19501
Sean Griffin
2015-10-29
1
-1
/
+1
|
\
|
*
DRY up STI subclass logic
Cody Cutrer
2015-03-24
1
-1
/
+1
*
|
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-11
/
+14
*
|
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
1
-2
/
+230
*
|
use correct method in batches test
yuuji.yaginuma
2015-03-29
1
-2
/
+3
|
/
*
Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...
Vipul A M
2015-02-17
1
-7
/
+28
*
Add an option `end_at` to `find_in_batches`
Vipul A M
2015-02-09
1
-0
/
+9
*
Return sized enumerator from Batches#find_each
Marc-Andre Lafortune
2014-02-05
1
-0
/
+8
*
Return sized enumerator from Batches#find_in_batches
Marc-Andre Lafortune
2014-02-05
1
-0
/
+10
*
find_in_batches should not mutate its argument
Marc-Andre Lafortune
2014-01-29
1
-0
/
+6
*
Merge pull request #13201 from marcandre/find_in_batch_enumerator
Rafael Mendonça França
2014-01-29
1
-0
/
+13
|
\
|
*
`find_in_batches` now returns an `Enumerator` when called without a block, so...
Marc-Andre Lafortune
2013-12-06
1
-0
/
+13
*
|
Fail early with "Primary key not included in the custom select clause" in fin...
Alexander Balashov
2014-01-21
1
-1
/
+3
|
/
*
Merge pull request #11161 from dmitry/find_in_batches_works_without_logger
Carlos Antonio da Silva
2013-06-28
1
-0
/
+10
|
\
|
*
find_in_batches should work without logger
Dmitry Polushkin
2013-06-28
1
-0
/
+10
*
|
When .find_each is called without a block, return an Enumerator.
Ben Woosley
2013-06-19
1
-0
/
+18
|
/
*
In batches test @total was assigned but not used. Use it in tests instead of ...
Alexander Balashov
2013-05-21
1
-7
/
+5
*
Fixed typos in ActiveRecord
Prathamesh Sonpatki
2013-03-28
1
-1
/
+1
*
Fix typo
Alexander Balashov
2013-03-28
1
-1
/
+1
*
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-1
/
+1
*
Remove extre count, preheat already happens during setup
Carlos Antonio da Silva
2012-10-31
1
-1
/
+0
*
Fix find_in_batches against string IDs when start option is not specified.
Alexis Bernard
2012-10-31
1
-0
/
+9
[next]