gem 'mongo_mapper', '<= 0.8.6' | |
gem 'plucky', '<= 0.4' | |
gem 'sqlite3' | |
gem 'delayed_job', '~>2.0.7' | |
gem 'daemons', '>= 1.0.9' I've fiddled with the gems several times and end up getting confusing error messages like "n `constantize': uninitialized constant Delayed::Backend::MongoMapper (NameError)" Is there a clear path for migrations from rails 2.3.18 to rails 3.0.3 with mongo? |