aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-21/+34
* Fixed that conditions in has_many and has_and_belongs_to_many should be inter...David Heinemeier Hansson2005-01-071-1/+1
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-011-10/+36
* Fixed that Base.table_name would expect a parameter when used in has_and_belo...David Heinemeier Hansson2004-12-221-1/+1
* 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-071-6/+7
* Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...David Heinemeier Hansson2004-12-071-1/+1
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-301-2/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+107