You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
"undefined method `secret_key=' for Devise:Module (NoMethodError)"
I commented out the config.secret_key in config/initializers/devise.rb, and the unicorn_rails works now, but this seems like an important step that wasn't mentioned in documentation.
How important is this secret_key, and if it's not that important, does there need to be a "comment this out" step?
The text was updated successfully, but these errors were encountered:
From here: http://doc.locomotivecms.com/get-started/install-engine-locally#mac
bundle exec unicorn_rails
produces errors, specifically,
I commented out the
config.secret_key
in config/initializers/devise.rb, and the unicorn_rails works now, but this seems like an important step that wasn't mentioned in documentation.How important is this secret_key, and if it's not that important, does there need to be a "comment this out" step?
The text was updated successfully, but these errors were encountered: