Mongoid 3 + Heroku (MongoHQ) cause Moped::Errors::OperationFailure

后端 未结 3 547
北恋
北恋 2021-01-31 08:32

With Rails 3, after upgrading from Mongoid 2.x to Mongoid 3.x, my Heroku + MongoHQ setup stopped working. Funny thing is, that my development & test frameworks and my whole

3条回答
  •  甜味超标
    2021-01-31 09:14

    Try adding an "options" area to the default session and add "skip_version_check: true" as one of the options.

    Jason MongoHQ

提交回复
热议问题