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
/
associations
/
join_model_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo...
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
1
-0
/
+9
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
1
-0
/
+6
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
1
-1
/
+10
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
1
-1
/
+1
*
Fix polymorphic has_one associations declared in an abstract class. Closes #8...
Jeremy Kemper
2007-06-25
1
-2
/
+11
*
Update tests' use of fixtures for the new collections api. Closes #8726.
Jeremy Kemper
2007-06-22
1
-6
/
+6
*
Allow a polymorphic :source for has_many :through associations. Closes #7143...
Rick Olson
2007-03-13
1
-0
/
+12
*
Fix has_many :through << with custom foreign keys. Closes #6466, #7153.
Jeremy Kemper
2007-03-05
1
-1
/
+6
*
Fix has_many :through to add the appropriate conditions when going through an...
Rick Olson
2006-10-15
1
-0
/
+4
*
Restore eager condition interpolation, document it's differences [Rick]
Rick Olson
2006-10-11
1
-0
/
+7
*
Add #delete support to has_many :through associations. Closes #6049 [Martin ...
Rick Olson
2006-10-09
1
-0
/
+33
*
The has_many create method works with polymorphic associations. Closes #6361.
Jeremy Kemper
2006-10-08
1
-0
/
+7
*
organize associations tests
Jeremy Kemper
2006-09-25
1
-0
/
+429