--PaaS related settings such as AWS have been completed --SQL is already implemented --Deploy to Heroku
rake aborted!
NoMethodError: undefined method `setup' for Devise:Module
Write gem'devise' in the production environment, not in the group develop test
In the repository config/environment, there are rb files for production, deveropment, and test, and if you enclose the gem in a group, the gem cannot be used in production.rb.
Recommended Posts