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
*
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
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-42
/
+42
*
More tests deep including through habtm
Arun Agrawal
2011-12-21
1
-0
/
+7
*
reintroduce patch from #726 to handle nested eager loading via associations
Jay Levitt
2011-11-30
1
-0
/
+35
*
ActiveRecord: Fix eager loading so that giving a blank order clause generates...
Elliot Winkler
2011-07-18
1
-0
/
+12
*
Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...
Jon Leighton
2011-07-09
1
-0
/
+8
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
fixing test for mysql2
Aaron Patterson
2011-05-27
1
-5
/
+2
*
adding a test for #1322
Aaron Patterson
2011-05-26
1
-0
/
+15
*
Merge pull request #1254 from pixeltrix/ignore-includes-in-through-scope
Jon Leighton
2011-05-24
1
-0
/
+6
|
\
|
*
Ignore :includes on through associations
Andrew White
2011-05-24
1
-0
/
+6
*
|
Failing tests for #1233.
Andrew White
2011-05-24
1
-0
/
+40
|
/
*
fixing more test warnings in 1.9.3
Aaron Patterson
2011-04-30
1
-2
/
+2
*
Added test case and fix for proper eager loading associations
Pavel Forkert
2011-04-22
1
-0
/
+10
*
When preloading has_and_belongs_to_many associations, we should only instanti...
Jon Leighton
2011-03-04
1
-0
/
+16
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-30
/
+84
|
\
|
*
Rewrote AssociationPreload.
Jon Leighton
2011-02-28
1
-15
/
+14
|
*
Run tests without IdentityMap when IM=false is given.
Emilio Tagua
2011-02-15
1
-7
/
+7
|
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-8
/
+48
|
|
\
|
|
*
Add interpolation of association conditions back in, in the form of proc { .....
Jon Leighton
2011-02-14
1
-0
/
+8
|
|
*
the connection pool caches table_exists? calls
Aaron Patterson
2011-02-07
1
-0
/
+2
|
|
*
When preloading a belongs_to, the target should still be set (to nil) if ther...
Jon Leighton
2011-01-03
1
-0
/
+9
|
|
*
Allow assignment on has_one :through where the owner is a new record [#5137 s...
Jon Leighton
2011-01-03
1
-3
/
+17
|
|
*
Some basic tests for the :foreign_type option on belongs_to, which was previo...
Jon Leighton
2011-01-03
1
-1
/
+12
[next]