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
*
: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
*
don't apply invalid ordering when preloading hmt associations.
Yves Senn
2013-02-24
1
-0
/
+5
*
don't cache invalid subsets when preloading hmt associations.
Yves Senn
2013-02-14
1
-0
/
+6
*
Merge pull request #8568 from inossidabile/fix-in_clause_length
Jon Leighton
2013-01-11
1
-7
/
+7
|
\
|
*
Eager loading made to use relation's in_clause_length instead of host's one (...
Boris Staal
2012-12-20
1
-7
/
+7
*
|
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-3
/
+4
|
/
*
Do not instantiate intermediate AR objects when eager loading.
Yves Senn
2012-12-04
1
-0
/
+6
*
Remove not used variable warnigns
Carlos Antonio da Silva
2012-12-01
1
-4
/
+4
*
Add a test to make sure preloading properly merges association and default sc...
Pratik Naik
2012-08-28
1
-0
/
+12
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-114
/
+114
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-76
/
+76
*
No need to cache table metadata in advance now that #6683 was merged.
Rafael Mendonça França
2012-06-11
1
-11
/
+0
*
Merge pull request #6492 from pmahoney/fair-connection-pool2
Rafael Mendonça França
2012-06-11
1
-0
/
+4
|
\
|
*
Cache metadata in advance to avoid extra sql statements while testing.
Yasuo Honda
2012-05-25
1
-0
/
+7
*
|
Fix fragile #assert_queries implementation and usages.
Steve Jorgensen
2012-06-09
1
-2
/
+0
|
/
*
CollectionProxy < Relation
Jon Leighton
2012-05-11
1
-1
/
+1
*
remove deprecated calls
Jon Leighton
2012-04-27
1
-46
/
+46
*
more deprecations manually fixed
Jon Leighton
2012-04-27
1
-31
/
+31
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-63
/
+63
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-79
/
+79
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-2
/
+2
*
remove deprecate #calculate calls
Jon Leighton
2012-04-26
1
-2
/
+2
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-33
/
+0
*
fix tests
Jon Leighton
2012-04-13
1
-62
/
+61
*
Adds test to check that circular preloading does not modify Model.unscoped (a...
Benedikt Deicke
2012-04-03
1
-0
/
+6
*
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
1
-0
/
+11
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-10
/
+10
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-27
/
+94
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-42
/
+42
[next]