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
*
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
*
fix exception on polymorphic associations with predicates
Simon Woker
2014-04-11
1
-0
/
+8
*
Simplify Preloader#grouped_records code.
thedarkone
2014-03-30
1
-4
/
+4
*
Fix polymorphic preloads on NOT NULL _type columns.
thedarkone
2014-03-30
1
-0
/
+11
*
`where.not` adds `references` for `includes`.
Yves Senn
2014-03-17
1
-0
/
+10
*
passing an instance of an AR object to `find` is deprecated
Aaron Patterson
2014-03-13
1
-3
/
+3
*
`includes` uses SQL parsing when String joins are involved.
Yves Senn
2014-02-28
1
-0
/
+9
*
Fix that eager loading of polymorphic associations did not work with associat...
David Heinemeier Hansson
2013-11-14
1
-2
/
+0
*
Mark broken test as pending
Rafael Mendonça França
2013-11-08
1
-0
/
+2
*
:cut: whitespace
Aaron Patterson
2013-10-30
1
-2
/
+2
*
Add failing test for preloading with a polymorphic association and using the ...
David Heinemeier Hansson
2013-10-28
1
-1
/
+10
*
Squashed commit of the following:
Aaron Patterson
2013-10-01
1
-0
/
+6
*
Extracted from `order` processing of arguments, and use it for `reorder` to b...
Paul Nikitochkin
2013-09-04
1
-2
/
+5
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-15
/
+5
*
Remove depreacted finders
Łukasz Strzałkowski
2013-06-28
1
-2
/
+2
*
Make test name descriptive and add reference to original regression commit
Vipul A M
2013-06-15
1
-1
/
+2
*
has_many through obeys order on through association
Neeraj Singh
2013-04-04
1
-1
/
+1
*
test-case to prevent resetting associations when preloading twice.
Yves Senn
2013-03-22
1
-0
/
+7
*
Merge pull request #9782 from vipulnsward/change_from_each_to_each_key_habtm
Rafael Mendonça França
2013-03-18
1
-2
/
+2
|
\
|
*
1. Change from each to each_value since we did not use key
Vipul A M
2013-03-19
1
-2
/
+2
*
|
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-1
/
+1
|
/
*
Expand order(:symbol) to "table".symbol to prevent broken queries on PG.
Yves Senn
2013-02-25
1
-1
/
+6
[next]