rails secret_key_base not being recognized in production
问题 So I am trying to deploy my rails app in production. When I go to the page I get a 500 error. When I go to my error logs I get the following error: Exception RuntimeError in Rack application object (Missing `secret_key_base` for 'production' environment, set this value in `config/secrets.yml`) I am running Rails 4.1 and my config/secrets.yml looks like this: development: secret_key_base: <development key> test: secret_key_base: <test key> # Do not keep production secrets in the repository, #