aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise error when trying to select many polymorphic objects with has_many :thr...Rick Olson2006-03-191-0/+1
* fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]Rick Olson2006-03-181-1/+1
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-2/+11
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-1/+1
* save polymorphic joins from the has_many|one association (closes #3812) [Rick...David Heinemeier Hansson2006-02-121-0/+9
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-0/+11
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-18/+20
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-1/+0
* Associations handle case-equality more consistently: item.parts.is_a?(Array) ...Jeremy Kemper2005-11-151-5/+12
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-031-2/+5
* Fix bad commit. (Bad developer, bad\!)Nicholas Seckar2005-10-161-1/+1
* Add __FILE__ and __LINE__ to evalNicholas Seckar2005-10-151-1/+1
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-7/+8
* 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