aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
Commit message (Expand)AuthorAgeFilesLines
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-101-1/+2
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-064-9/+23
* r2915@asus: jeremy | 2005-11-06 05:02:53 -0800Jeremy Kemper2005-11-062-4/+9
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-043-8/+24
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-031-2/+5
* 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
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-201-0/+1
* Parenthesize :conditionsJeremy Kemper2005-10-183-6/+8
* Fix bad commit. (Bad developer, bad\!)Nicholas Seckar2005-10-161-1/+1
* Add __FILE__ and __LINE__ to evalNicholas Seckar2005-10-151-1/+1
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-143-34/+17
* Fix errors caused by assigning a has-one or belongs-to property to itselfJamis Buck2005-10-132-3/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-281-1/+7
* Wrap :conditions in parentheses to prevent problems with OR's #1871Jamis Buck2005-09-241-1/+1
* Fixed that the create_x method from belongs_to wouldn't save the association ...David Heinemeier Hansson2005-09-201-2/+2
* Fixed saving a record with two unsaved belongs_to associations pointing to th...Jamis Buck2005-09-201-0/+5
* Fixed various problems with has_and_belongs_to_many when using customer finde...David Heinemeier Hansson2005-09-131-6/+5
* Use the inflector rules made for the purposeDavid Heinemeier Hansson2005-09-111-1/+1
* Dont be ambigious about the condition keyDavid Heinemeier Hansson2005-07-222-3/+2
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-226-53/+66
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-181-2/+4
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-171-2/+2
* Added callbacks on push_with_attributes #1594 [Florian Weber]David Heinemeier Hansson2005-07-051-0/+2
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-041-2/+31
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+9
* Pass association finder arguments through to the association class exactly as...Jeremy Kemper2005-06-241-1/+3
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-181-1/+3
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-161-3/+13
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-1/+1
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-2/+4
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-131-1/+3
* 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
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-191-2/+2
* Optimize counting of has_many associations by setting the association to empt...David Heinemeier Hansson2005-04-231-1/+5
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-191-0/+4
* Fixed stray comma when using eager loading and ordering together from has_man...David Heinemeier Hansson2005-04-191-1/+7
* Speeded up eager loading a whole bunchDavid Heinemeier Hansson2005-04-181-0/+4
* Updated documentation here and thereDavid Heinemeier Hansson2005-04-181-5/+6
* Dont prefix on updates and deletes, only selectsDavid Heinemeier Hansson2005-04-171-1/+1
* Honor the order in the new finderDavid Heinemeier Hansson2005-04-151-0/+1
* Order by is no longer a guarenteeDavid Heinemeier Hansson2005-04-141-1/+1
* Qualify the ids used such that eager loading can avoid ambigious keysDavid Heinemeier Hansson2005-04-133-5/+5
* Removed the default order by id on has_and_belongs_to_many queries as it coul...David Heinemeier Hansson2005-04-131-7/+13
* Moved build_association and create_association for has_one and belongs_to out...David Heinemeier Hansson2005-04-121-1/+0
* No conditions relevant hereDavid Heinemeier Hansson2005-04-111-1/+1
* More eager fixesDavid Heinemeier Hansson2005-04-031-3/+1
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-032-14/+10
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-031-0/+5