aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/aggregations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-271-0/+18
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-231-0/+15
* Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]David Heinemeier Hansson2006-05-211-0/+29
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-081-0/+19
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-19/+19
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-011-4/+18
* Remove outdated dev-utilsDavid Heinemeier Hansson2005-02-231-1/+0
* InitialDavid Heinemeier Hansson2004-11-241-0/+34