aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/aggregations.rb
Commit message (Expand)AuthorAgeFilesLines
* Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]David Heinemeier Hansson2006-05-211-16/+43
* Replace superfluous name_to_class_name variant with camelize. [Marcel Molina ...Marcel Molina2006-04-291-4/+1
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-081-0/+6
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-2/+3
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-4/+4
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-7/+1
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-011-1/+2
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+165