aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/through_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Construct an actual ActiveRecord::Relation object for the association scope, ...Jon Leighton2011-01-071-13/+8
* Create the association scope directly rather than going through with_scopeJon Leighton2011-01-031-9/+6
* Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-14/+5
* Rename AssociationProxy#foreign_key_present to foreign_key_present?Jon Leighton2011-01-031-1/+1
* Allow assignment on has_one :through where the owner is a new record [#5137 s...Jon Leighton2011-01-031-13/+7
* Have a proper AssociationReflection#foreign_type method rather than using opt...Jon Leighton2011-01-031-2/+2
* Rename AssociationReflection#primary_key_name to foreign_key, since the optio...Jon Leighton2010-12-311-5/+5
* Refactor BelongsToAssociation to allow BelongsToPolymorphicAssociation to inh...Jon Leighton2010-12-311-2/+0
* Add a HasAssociation module for common code for has_* associationsJon Leighton2010-12-261-0/+169