aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency/join_association.rb
Commit message (Expand)AuthorAgeFilesLines
* While merging relations preserve context for joinsJared Armstrong and Neeraj Singh2013-04-101-1/+6
* changed variable name active_record => base_klassNeeraj Singh2013-04-091-1/+1
* not a relation. it's an arel select managerNeeraj Singh2013-04-021-4/+4
* 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
* 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-281-0/+279