aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
Commit message (Expand)AuthorAgeFilesLines
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-184-23/+8
* 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-173-23/+33
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-156-101/+272
* 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 conditions in has_many and has_and_belongs_to_many should be inter...David Heinemeier Hansson2005-01-072-2/+2
* Fixed that the overwritten respond_to? method didn't take two parameters like...David Heinemeier Hansson2005-01-031-2/+2
* Fixed the last details to please DB2David Heinemeier Hansson2005-01-031-1/+1
* Added HasManyAssociation#count that works like Base#count #413 [intinig]David Heinemeier Hansson2005-01-021-0/+11
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-013-56/+93
* Fixed that options[:counter_sql] was overwritten with interpolated sql rather...David Heinemeier Hansson2004-12-221-1/+2
* Fixed that Base.table_name would expect a parameter when used in has_and_belo...David Heinemeier Hansson2004-12-221-1/+1
* Added automatic transaction block around AssociationCollection.<<, Associatio...David Heinemeier Hansson2004-12-151-8/+17
* Fixed that has_and_belongs_to_many would generate bad sql when naming convent...David Heinemeier Hansson2004-12-141-4/+4
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-073-14/+18
* Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...David Heinemeier Hansson2004-12-071-1/+1
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-6/+12
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-301-2/+2
* InitialDavid Heinemeier Hansson2004-11-243-0/+338