NoMethodError (undefined method `expand_hash_conditions_for_aggregates' for #<Class:>):
Reported by jufemaiz | August 20th, 2008 @ 02:36 AM
Using rails 2.0.2 and ar-extensions 0.8 I'm getting the following error.
@@@NoMethodError (undefined method expand_hash_conditions_for_aggregates' for #<Class:0x25867c0>):@@@
When combined with will_paginate
Any ideas?
Comments and changes to this ticket
-

Zach Dennis August 20th, 2008 @ 09:23 AM
ar-extensions 0.8.0 is only for Rails 2.1. There wasn't a version tagged to work with Rails 2.0.1 or 2.0.2. I'd recommend upgrading to 2.1 stable if possible.
-
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
ActiveRecord::Extension (aka ar-extensions) is a plugin to extend and
enhance the functionality of ActiveRecord. It starts by adding better
find support for ActiveRecord. It then adds mass data import
capabilities which are highly efficient and lastly it supports to_csv
functionality.
It also introduces a cool concept of creating easily extendable pieces
of ActiveRecord functionality, so developers don't have to understand
ActiveRecord internals or have the fear of breaking ActiveRecord
itself.
