aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-191-0/+4
* Speeded up eager loading a whole bunchDavid Heinemeier Hansson2005-04-181-0/+4
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-031-0/+5
* Dont load the target before the proxy has had a chance to answer the respond_...David Heinemeier Hansson2005-03-291-2/+1
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-061-0/+4
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-181-0/+5
* Only remember that an association was loaded if it was foundDavid Heinemeier Hansson2005-01-171-1/+1
* belongs_to association should always honor a present foreign key and conditio...David Heinemeier Hansson2005-01-171-1/+28
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+49