aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_many_association.rb
Commit message (Expand)AuthorAgeFilesLines
* More eager fixesDavid Heinemeier Hansson2005-04-031-3/+1
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-031-13/+9
* Added that model.items.delete(child) will delete the child, not just set the ...David Heinemeier Hansson2005-04-021-5/+9
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-061-1/+3
* Fixed that association#count would produce invalid sql when called sequential...David Heinemeier Hansson2005-02-281-3/+3
* Added the option of supplying an array of ids and attributes to Base#update, ...David Heinemeier Hansson2005-01-251-5/+9
* Fixed that find_all would produce invalid sql when called sequentialy #490 [S...David Heinemeier Hansson2005-01-201-1/+1
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-30/+34
* Fixed that conditions in has_many and has_and_belongs_to_many should be inter...David Heinemeier Hansson2005-01-071-1/+1
* 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-011-25/+39
* Fixed that options[:counter_sql] was overwritten with interpolated sql rather...David Heinemeier Hansson2004-12-221-1/+2
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-7/+10
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-6/+12
* InitialDavid Heinemeier Hansson2004-11-241-0/+102