我的应用程序使用 Devise 身份验证 gem。
当我做
rake db:migrate
在本地,一切都很顺利,但是当我在 Heroku 上执行此操作时:
heroku run rake db:migrate --app myappname
我明白了
rake aborted!
uninitialized constant Devise::Encryptors::Base
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
我不知道会出什么问题。