| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo] | Rick Olson | 2007-07-17 | 1 | -2/+10 |
* | Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo... | Rick Olson | 2007-07-16 | 1 | -4/+0 |
* | Calculations support non-numeric foreign keys. Closes #8154. | Jeremy Kemper | 2007-06-01 | 1 | -0/+20 |
* | Calculations: return nil average instead of 0 when there are no rows to avera... | Jeremy Kemper | 2007-05-30 | 1 | -0/+8 |
* | Test that calculations don't modify their options hash. References #6929. [ev... | Jeremy Kemper | 2007-01-14 | 1 | -0/+8 |
* | Deprecation: count class method should be called with an options hash rather ... | Jeremy Kemper | 2006-09-26 | 1 | -0/+12 |
* | has_one supports the :dependent => :delete option which skips the typical cal... | Jeremy Kemper | 2006-08-29 | 1 | -8/+8 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -1/+1 |
* | Add AssociationCollection#sum since the method_missing invokation has been sh... | Nicholas Seckar | 2006-06-25 | 1 | -0/+4 |
* | Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com] | David Heinemeier Hansson | 2006-06-03 | 1 | -2/+2 |
* | Fixed that count distinct should use the selected column even when using :inc... | David Heinemeier Hansson | 2006-06-03 | 1 | -0/+5 |
* | Allow all calculations to take the :include option, not just COUNT (closes #4... | Rick Olson | 2006-04-25 | 1 | -1/+10 |
* | Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com] | Rick Olson | 2006-04-06 | 1 | -0/+12 |
* | fix calculation tests to get around inconsistent ordering of nils | Rick Olson | 2006-03-15 | 1 | -2/+2 |
* | Allow ordering of calculated results and/or grouped fields in calculations [s... | Rick Olson | 2006-03-14 | 1 | -0/+11 |
* | Make calculations typecasty! (closes #4016) [Rick Olson] | David Heinemeier Hansson | 2006-03-01 | 1 | -19/+39 |
* | Compatibility patches for calculations | David Heinemeier Hansson | 2006-02-25 | 1 | -3/+5 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+136 |