I'm in the process of upgrading an old project to use ruby 1.9.2 (so I can run it on the Cedar stack at Heroku). I ran into a number of issues, so I decided to bump my Rails version from 2.3.8 to 2.3.14. That fixed a lot of things and thin starts up. But when I request a page, I get a crash from MongoMapper.
I'm using mongo_mapper v0.8.6, since I read somewhere that is the latest version that runs on Rails 2.x
NameError (uninitialized constant MongoMapper::Plugins::Caching::ClassMethods):
/Users/marcel/.rvm/gems/ruby-1.9.2-p320@btw/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:212:in `const_missing_from_s3_library'
rake (0.9.2.2) lib/rake/ext/module.rb:36:in `const_missing'
/Users/marcel/.rvm/gems/ruby-1.9.2-p320@btw/gems/mongo_mapper-0.8.6/lib/mongo_mapper/plugins.rb:9:in `plugin'
/Users/marcel/.rvm/gems/ruby-1.9.2-p320@btw/gems/mongo_mapper-0.8.6/lib/mongo_mapper/document.rb:13:in `block in included'
/Users/marcel/.rvm/gems/ruby-1.9.2-p320@btw/gems/mongo_mapper-0.8.6/lib/mongo_mapper/document.rb:7:in `class_eval'
/Users/marcel/.rvm/gems/ruby-1.9.2-p320@btw/gems/mongo_mapper-0.8.6/lib/mongo_mapper/document.rb:7:in `included'
Thanks,
Marcel
--
You received this message because you are subscribed to the Google
Groups "MongoMapper" group.
For more options, visit this group at
http://groups.google.com/group/mongomapper?hl=en?hl=en