aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/calculations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Test that calculations don't modify their options hash. References #6929. [ev...Jeremy Kemper2007-01-141-0/+8
* Deprecation: count class method should be called with an options hash rather ...Jeremy Kemper2006-09-261-0/+12
* has_one supports the :dependent => :delete option which skips the typical cal...Jeremy Kemper2006-08-291-8/+8
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-1/+1
* Add AssociationCollection#sum since the method_missing invokation has been sh...Nicholas Seckar2006-06-251-0/+4
* Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-031-2/+2
* Fixed that count distinct should use the selected column even when using :inc...David Heinemeier Hansson2006-06-031-0/+5
* 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