aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-111-1/+7
* Added HasManyAssociation#count that works like Base#count #413 [intinig]David Heinemeier Hansson2005-01-021-0/+4
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-011-3/+34
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-1/+1
* Attempted to capture #286 in a unit test, but couldnt get it to failDavid Heinemeier Hansson2004-12-121-0/+8
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-0/+5
* Added reverse order of deleting fixtures, so referential keys can be maintain...David Heinemeier Hansson2004-12-011-4/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+549