aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/through_association_scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Make type_condition return Arel predicate and not a string conditionPratik Naik2010-01-161-1/+1
* Make scopes use relations under the hoodPratik Naik2010-01-161-2/+1
* Merge commit 'rails/master'Emilio Tagua2009-08-101-1/+1
|\
| * Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-06-231-0/+7
|\|
| * Ensure hm:t#create respects source associations hash conditions [#2090 state:...mattbauer2009-06-211-0/+7
* | Leave the quoting part to ARelEmilio Tagua2009-06-121-1/+1
|/
* HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-121-0/+147