aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/deprecated_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-1/+1
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-5/+6
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-1/+1
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-4/+4
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-111-1/+1
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-23/+22
* Moved build_association and create_association for has_one and belongs_to out...David Heinemeier Hansson2005-04-121-24/+0
* Remove outdated dev-utilsDavid Heinemeier Hansson2005-02-231-1/+0
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-4/+4
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-2/+36
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-011-10/+16
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-36/+38
* Added reverse order of deleting fixtures, so referential keys can be maintain...David Heinemeier Hansson2004-12-011-2/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+335