index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
relation
/
calculations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactoring to remove duplicate logic
Aaron Patterson
2010-08-18
1
-4
/
+3
*
call to present? is not necessary
Aaron Patterson
2010-08-18
1
-2
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-26
/
+26
*
adds missing requires for Object#try
Xavier Noria
2010-08-09
1
-0
/
+1
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-27
/
+52
*
revises the rdoc of #average according to 5f3bd55, and realigns when clauses
Xavier Noria
2010-05-12
1
-5
/
+4
*
type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s...
Santiago Pastorino
2010-05-11
1
-1
/
+1
*
Fix unintuitive behavior with multiple order and group clauses
Ernie Miller
2010-05-06
1
-1
/
+1
*
Allow pre-casted values (other than nil) to pass through from calculations un...
Brian Lopez
2010-05-04
1
-5
/
+9
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Ignore order for simple calculations to make postgresql happy
Pratik Naik
2010-01-20
1
-1
/
+2
*
Rename CalculationMethods to Calculations and get rid of the old Calculations...
Pratik Naik
2010-01-19
1
-0
/
+258