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
/
calculations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that count distinct should use the selected column even when using :inc...
David Heinemeier Hansson
2006-06-03
1
-1
/
+1
*
Namespaced OrderedHash so the Rails implementation does not clash with any ot...
Rick Olson
2006-04-30
1
-1
/
+1
*
When grouping, use the appropriate option key. [Marcel Molina Jr.]
Marcel Molina
2006-04-28
1
-1
/
+5
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
1
-2
/
+12
*
Fix bug where calculations with long alias names return null. [Rick]
Rick Olson
2006-04-25
1
-4
/
+4
*
Allow all calculations to take the :include option, not just COUNT (closes #4...
Rick Olson
2006-04-25
1
-34
/
+43
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
1
-17
/
+22
*
Modify ActiveRecord::Base.count so it shares the same signature as #calculate...
Rick Olson
2006-04-14
1
-10
/
+13
*
fix calculations for the Oracle Adapter (closes #4626) [Michael Schoen]
Rick Olson
2006-04-06
1
-2
/
+2
*
Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com]
Rick Olson
2006-04-06
1
-1
/
+2
*
Fixed documentation
David Heinemeier Hansson
2006-03-28
1
-66
/
+66
*
Making ActiveRecord faster [skaes]
David Heinemeier Hansson
2006-03-27
1
-2
/
+3
*
Add support for :include to with_scope [andrew@redlinesoftware.com]
Michael Koziarski
2006-03-27
1
-2
/
+2
*
Added Base.abstract_class? that marks which classes are not part of the Activ...
Rick Olson
2006-03-16
1
-1
/
+1
*
Allow ordering of calculated results and/or grouped fields in calculations [s...
Rick Olson
2006-03-14
1
-0
/
+1
*
Doc fix (closes #4014) [thijs@fngtps.com]
David Heinemeier Hansson
2006-03-02
1
-1
/
+1
*
Make calculations typecasty! (closes #4016) [Rick Olson]
David Heinemeier Hansson
2006-03-01
1
-7
/
+37
*
Compatibility patches for calculations
David Heinemeier Hansson
2006-02-25
1
-31
/
+27
*
Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...
David Heinemeier Hansson
2006-02-25
1
-0
/
+197