aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/company.rb
Commit message (Expand)AuthorAgeFilesLines
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-1/+1
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-071-0/+3
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-061-1/+1
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-251-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+2
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-0/+6
* InitialDavid Heinemeier Hansson2004-11-241-0/+37