| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix calculations on associations with custom :foreign_key. Closes #8117 [kama... | Jeremy Kemper | 2008-02-02 | 1 | -1/+1 |
* | Ruby 1.9 compat: calculations don't assume array implementation of ordered ha... | Jeremy Kemper | 2007-12-27 | 1 | -1/+2 |
* | Remove references to nonexistent :joins documentation. Closes #10498 [tpope] | Marcel Molina | 2007-12-13 | 1 | -4/+2 |
* | Document how the :include option can be used in Calculations::calculate. Clo... | Marcel Molina | 2007-12-05 | 1 | -0/+2 |
* | Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] | Marcel Molina | 2007-11-08 | 1 | -10/+13 |
* | Address shortcomings of changeset [8054] [protocool] | David Heinemeier Hansson | 2007-11-07 | 1 | -15/+4 |
* | Standardize on using hyphens rather than colons to separate option names from... | Marcel Molina | 2007-11-06 | 1 | -6/+6 |
* | Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593 | Michael Koziarski | 2007-10-31 | 1 | -2/+2 |
* | Introduce finder :joins with associations. Same :include syntax but with inne... | Jeremy Kemper | 2007-10-29 | 1 | -4/+15 |
* | Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo] | Rick Olson | 2007-07-17 | 1 | -8/+14 |
* | Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo... | Rick Olson | 2007-07-16 | 1 | -27/+10 |
* | Calculations support non-numeric foreign keys. Closes #8154. | Jeremy Kemper | 2007-06-01 | 1 | -1/+2 |
* | Calculations: return nil average instead of 0 when there are no rows to avera... | Jeremy Kemper | 2007-05-30 | 1 | -1/+1 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 1 | -2/+2 |
* | SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka... | Jeremy Kemper | 2006-11-05 | 1 | -14/+21 |
* | Include caller of deprecated count method. | Jeremy Kemper | 2006-09-29 | 1 | -2/+3 |
* | Deprecation: count class method should be called with an options hash rather ... | Jeremy Kemper | 2006-09-26 | 1 | -14/+23 |
* | 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 |