search for: aggregate_class

Displaying 1 result from an estimated 1 matches for "aggregate_class".

2006 Nov 05
1
Non-Fatal Anonymous Module Error
...re.rb:27:in `require'' ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:400:in `require'' ./script/../config/../vendor/rails/railties/lib/commands/server.rb:39 script/server:3 I have a feeling it has something to do with this little bit of code: aggregate_class = Class.new(ActiveWarehouse::Aggregate) ActiveWarehouse::Aggregate extends from ActiveRecord::Base and instances are created as needed. Is there a proper way for me to construct these classes on the fly without causing this error? Thanks. V/r Anthony Eden --~--~---------~--~----~------------~--...