aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
Commit message (Expand)AuthorAgeFilesLines
* 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