aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_one_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-13/+14
* Don't add the same conditions twice in has_one finder sql. References #2916.Jeremy Kemper2005-11-171-1/+1
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-061-1/+1
* Parenthesize :conditionsJeremy Kemper2005-10-181-0/+2
* Fix errors caused by assigning a has-one or belongs-to property to itselfJamis Buck2005-10-131-2/+2
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-1/+1
* Replace the in-memory object, but dont orphan the existing oneDavid Heinemeier Hansson2005-06-071-0/+1
* Added a second parameter to the build and create method for has_one that cont...David Heinemeier Hansson2005-06-061-0/+18
* Qualify the ids used such that eager loading can avoid ambigious keysDavid Heinemeier Hansson2005-04-131-1/+1
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-031-1/+1
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-061-2/+7
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-181-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+48