aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* revises the rdoc of #average according to 5f3bd55, and realigns when clausesXavier Noria2010-05-121-5/+4
* type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s...Santiago Pastorino2010-05-111-1/+1
* Fix unintuitive behavior with multiple order and group clausesErnie Miller2010-05-061-1/+1
* Allow pre-casted values (other than nil) to pass through from calculations un...Brian Lopez2010-05-041-5/+9
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Ignore order for simple calculations to make postgresql happyPratik Naik2010-01-201-1/+2
* Rename CalculationMethods to Calculations and get rid of the old Calculations...Pratik Naik2010-01-191-0/+258