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
/
join_model_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Jay Pignata
2009-08-15
1
-1
/
+1
*
Fix that counter_cache breaks with has_many :dependent => :nullify.
Gabe da Silveira
2009-08-09
1
-3
/
+3
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
1
-1
/
+1
*
added :order option to find :first methods and associations as otherwise Orac...
Raimonds Simanovskis
2009-08-06
1
-3
/
+7
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-7
/
+5
*
Test for eager loading of STI subclasses from htm associations
Tarmo Tänav
2008-08-16
1
-0
/
+7
*
Add first/last methods to associations/named_scope. [#226 state:resolved]
Ryan Bates
2008-05-20
1
-0
/
+2
*
Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...
Pratik Naik
2008-04-06
1
-5
/
+27
*
Add efficient #include? to AssociationCollection (for has_many/has_many :thro...
Rick Olson
2008-04-01
1
-0
/
+30
*
Fix issue where the :uniq option of a has_many :through association is ignore...
Rick Olson
2008-03-26
1
-0
/
+8
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-1
/
+1
*
Fixed that scoped joins would not always be respected (closes #6821) [Theory/...
David Heinemeier Hansson
2008-03-13
1
-0
/
+8
*
Ensure that ActiveRecord::Calculations disambiguates field names with the tab...
Rick Olson
2008-03-13
1
-0
/
+8
*
Improve performance by avoiding named block arguments. Closes #11109 [adymo]
Michael Koziarski
2008-02-29
1
-0
/
+5
*
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
Jeremy Kemper
2008-02-27
1
-1
/
+7
*
Remove dead code from hmt#delete. Closes #11236 [rubyruy]
Jeremy Kemper
2008-02-27
1
-0
/
+2
*
Revert r8742: remove has_many with :group option since it has sketchy sql sup...
Jeremy Kemper
2008-02-03
1
-15
/
+0
*
Make sure count works on has_many :through associations using :group. Closes...
Michael Koziarski
2008-01-27
1
-0
/
+15
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
1
-1
/
+58
*
Fix paths
Jeremy Kemper
2008-01-18
1
-12
/
+12
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+559