aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/aggregations.rb
Commit message (Expand)AuthorAgeFilesLines
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-0/+1
* fisting uninitialized ivar warnings. [#4198 state:resolved]Aaron Patterson2010-03-161-0/+5
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-3/+1
* Merge docrailsPratik Naik2008-10-051-2/+2
* Expanded documentation for new composed_of optionsRob Anderton2008-09-101-10/+53
* Added :constructor and :converter options to composed_of and deprecated the c...Rob Anderton2008-09-101-31/+60
* Merge docrails.Pratik Naik2008-05-251-9/+9
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-2/+2
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-191-0/+9
* Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...Jeremy Kemper2007-12-291-1/+1
* Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]Jeremy Kemper2007-12-291-1/+1
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-37/+26
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-231-2/+2
* eval with __FILE__ and __LINE__Jeremy Kemper2007-10-101-5/+5
* Formatting, grammar and spelling fixes for the associations documentation. [s...Michael Koziarski2007-08-281-11/+11
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-1/+1
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-1/+1
* Grammar fix in aggregations rdoc. Closes #5613.Jeremy Kemper2006-07-061-2/+2
* 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