aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentationDavid Heinemeier Hansson2006-03-281-66/+66
* Making ActiveRecord faster [skaes]David Heinemeier Hansson2006-03-271-2/+3
* Add support for :include to with_scope [andrew@redlinesoftware.com]Michael Koziarski2006-03-271-2/+2
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-1/+1
* Allow ordering of calculated results and/or grouped fields in calculations [s...Rick Olson2006-03-141-0/+1
* Doc fix (closes #4014) [thijs@fngtps.com]David Heinemeier Hansson2006-03-021-1/+1
* Make calculations typecasty! (closes #4016) [Rick Olson]David Heinemeier Hansson2006-03-011-7/+37
* Compatibility patches for calculationsDavid Heinemeier Hansson2006-02-251-31/+27
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-0/+197