This patch fixes the errors I was getting.
On 6/24/06, Coda Hale <[EMAIL PROTECTED]> wrote:
On 6/24/06, Hampton <[EMAIL PROTECTED]> wrote:
> Looks like some changes made in the Ennumerable extensions had some
> majorly negative effects on the Summing ability of AR.
Enumerable#sum was overriding
On 6/24/06, Hampton <[EMAIL PROTECTED]> wrote:
Looks like some changes made in the Ennumerable extensions had some
majorly negative effects on the Summing ability of AR.
Enumerable#sum was overriding AR::Calculations#sum. I opened a ticket
for this (#5500 [http://dev.rubyonrails.org/ticket/5500
Looks like some changes made in the Ennumerable extensions had some
majorly negative effects on the Summing ability of AR.
Sample Errors off mysql:
2) Error:
test_should_group_by_summed_field_with_conditions_and_having(CalculationsTest):
ArgumentError: wrong number of arguments (2 for 0)
./t