aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_collection.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that AssociationCollection#delete_all should work even if the records o...Florian Weber2006-04-031-0/+1
* Update lingering uses of deprecated association dependency options (closes #4...David Heinemeier Hansson2006-03-181-1/+1
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-12/+7
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-041-8/+0
* r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700Jeremy Kemper2005-10-281-1/+1
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-201-1/+1
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-141-0/+17
* Dont be ambigious about the condition keyDavid Heinemeier Hansson2005-07-221-2/+1
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-0/+9
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-041-2/+31
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-161-3/+13
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Added the option of supplying an array of ids and attributes to Base#update, ...David Heinemeier Hansson2005-01-251-3/+7
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-181-4/+0
* belongs_to association should always honor a present foreign key and conditio...David Heinemeier Hansson2005-01-171-21/+0
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-50/+37
* Remove length alias of sizeDavid Heinemeier Hansson2005-01-111-2/+0
* Added a differenciation between AssociationCollection#size and -length. Now A...David Heinemeier Hansson2005-01-111-1/+10
* Fixed that the overwritten respond_to? method didn't take two parameters like...David Heinemeier Hansson2005-01-031-2/+2
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-011-21/+18
* Added automatic transaction block around AssociationCollection.<<, Associatio...David Heinemeier Hansson2004-12-151-8/+17
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-1/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+129