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
/
associations
/
eager_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-4
/
+11
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-2
/
+12
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-20
/
+20
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-11
/
+11
*
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-2
/
+20
|
\
|
*
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-2
/
+20
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-39
/
+39
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-164
/
+164
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-128
/
+128
|
/
*
Fix `calculate` with a string value in `from` and eager loading
Ryuta Kamizono
2016-06-13
1
-0
/
+4
*
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-0
/
+1
*
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-0
/
+12
*
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
1
-0
/
+32
|
\
|
*
Honour the order of the joining model in a `has_many :through`
Yasyf Mohamedali
2015-03-02
1
-0
/
+32
*
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-17
/
+0
*
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-0
/
+17
|
\
\
|
*
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-0
/
+13
*
|
|
Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...
Aaron Patterson
2015-12-18
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Read already loaded association records from association.target
Tomohito Ozaki
2015-04-17
1
-0
/
+6
|
|
/
*
|
Never pass `nil` to `order`
Sean Griffin
2015-10-29
1
-6
/
+0
*
|
Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...
Yves Senn
2015-10-29
1
-0
/
+18
*
|
Revert "Merge pull request #22026 from akihiro17/fix-preload-association"
Sean Griffin
2015-10-29
1
-18
/
+0
*
|
Set `scope.reordering_value` to `true` if :reordering values are specified
akihiro17
2015-10-30
1
-0
/
+18
*
|
Fix merge conflicts for #19938
Sean Griffin
2015-10-20
1
-0
/
+12
|
\
\
|
*
|
Fix for activerecord join dependency instantiate bug
Mehmet Emin İNAÇ
2015-05-04
1
-0
/
+12
*
|
|
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-27
/
+31
*
|
|
Merge pull request #21284 from prakashlaxkar/argument_error_tests
Yves Senn
2015-08-18
1
-0
/
+8
*
|
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-1
/
+1
|
/
/
*
/
Fix eager loading association using default_scope for finder methods.
Santosh Wadghule
2015-03-31
1
-0
/
+17
|
/
*
Merge branch 'master' into pr/18316
Mingdong Luo
2015-01-31
1
-22
/
+9
|
\
|
*
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-22
/
+9
*
|
Fix n+1 query problem when eager loading nil associations (fixes #18312)
Sammy Larbi
2015-01-03
1
-0
/
+8
|
/
*
`eager_load` preserves readonly flag for associations
Takashi Kokubun
2014-12-30
1
-1
/
+4
*
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
1
-2
/
+2
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-10
/
+10
*
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+8
*
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-0
/
+6
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
measure record instantiation time in AS::Notifications
Aaron Patterson
2014-10-13
1
-0
/
+36
*
Fixed regression with referencing polymorphic assoc in eager-load
Godfrey Chan
2014-09-05
1
-0
/
+10
*
`preload` preserves readonly flag on associations. #15853
Yves Senn
2014-06-25
1
-0
/
+29
*
Fix regression on eager loading association based on SQL query rather
Lauro Caetano
2014-06-03
1
-0
/
+4
*
Fix syntax error from 5eae77c
Zachary Scott
2014-05-26
1
-1
/
+1
*
Move test to the proper file
Rafael Mendonça França
2014-05-26
1
-0
/
+7
*
Add test case for b13d260
Rafael Mendonça França
2014-05-26
1
-0
/
+9
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-17
/
+3
*
deprecate, join, preload, eager load of instance dependent associations.
Yves Senn
2014-05-10
1
-4
/
+27
*
:scissors:
Rafael Mendonça França
2014-04-11
1
-2
/
+2
[next]