aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with loading polymorphic associations which have been defined in ...Jon Leighton2011-05-221-3/+7
* Add join conditions to JOIN clause, not WHEREErnie Miller2011-05-051-3/+3
* Extract the constraint-building for joins in JoinAssociation into a separate ...Jon Leighton2011-04-141-8/+14
* TableAlias leg ordering has changed, so change accordinglyAaron Patterson2011-03-301-1/+1
* 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