aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_one_through_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow assignment on has_one :through where the owner is a new record [#5137 s...Jon Leighton2011-01-031-1/+1
* Add a HasAssociation module for common code for has_* associationsJon Leighton2010-12-261-3/+1
* Remove pointless use of 'private'Jon Leighton2010-12-261-1/+0
* Use the through association proxy for operations on the through record, so th...Jon Leighton2010-12-261-11/+13
* If a has_many goes :through a belongs_to, and the foreign key of the belongs_...Jon Leighton2010-12-231-0/+1
* Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-1/+1
* Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584bJosé Valim2010-11-281-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc...Jon Leighton2010-10-301-1/+1
* Adds title to activerecord/lib/active_record/associations/*Rizwan Reza2010-06-161-0/+1
* Allow ho:through#build when the owner is a new record [#1749 state:resolved]Tristan Dunn2009-08-101-3/+9
* HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-121-10/+12
* has_one :through should not create a new association when assigned nil [#698 ...Daniel Guettler2009-05-171-8/+8
* fix assignment to has_one :through associations.Matt Jones2008-11-151-4/+3
* Fix two has_one :through errorspivotal2008-08-271-0/+4
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-061-1/+1
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+28