aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency
Commit message (Expand)AuthorAgeFilesLines
* Fix tests under postgres - we should always put conditions in the WHERE part ...Jon Leighton2011-03-121-8/+11
* Abstract some common code from AssociationScope and JoinDependency::JoinAssoc...Jon Leighton2011-03-111-53/+12
* Refactor JoinAssociationJon Leighton2011-03-101-100/+54
* Rename Reflection#through_reflection_chain and #through_options to Reflection...Jon Leighton2011-03-101-9/+7
* Use Base#type_condition in JoinAssociationJon Leighton2011-03-051-15/+4
* Push source_type and polymorphic conditions out of ThroughAssociation and Joi...Jon Leighton2011-03-051-18/+0
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-177/+157
* Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...Jon Leighton2011-02-283-0/+381