I\'m trying to clone a rails repository from github, but it doesn\'t have a secrets.yml file. When I try to run the app from rails server, I get the error
Missing
In Rails 5 you can simply type.
rails secret
This will generate a new key for you. Just copy the key and put it in your secrets.yml file
secrets.yml
development: secret_key_base: