aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/calculations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow all calculations to take the :include option, not just COUNT (closes #4...Rick Olson2006-04-251-1/+10
* Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com]Rick Olson2006-04-061-0/+12
* 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