aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4976 from kreynolds/fix_eager_without_pkeyJon Leighton2012-09-071-1/+1
|\
| * Fix eagerly loading associations without primary keysKelley Reynolds2012-02-091-1/+1
* | Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-18/+15
* | Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_...Jon Leighton2012-05-051-6/+1
* | Allow ActiveRecord::Relation merges to maintain context of joined associationsJared Armstrong2012-05-041-1/+6
|/
* Avoid sanitize_sql when we can use Relation#where insteadJon Leighton2012-01-161-2/+5
* 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