aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/calculations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix calculation tests to get around inconsistent ordering of nilsRick Olson2006-03-151-2/+2
* Allow ordering of calculated results and/or grouped fields in calculations [s...Rick Olson2006-03-141-0/+11
* Make calculations typecasty! (closes #4016) [Rick Olson]David Heinemeier Hansson2006-03-011-19/+39
* Compatibility patches for calculationsDavid Heinemeier Hansson2006-02-251-3/+5
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-0/+136