I am trying to go to my localhost and I keep getting the following error in my browser:
You must set config.secret_key_base in your app's config
I have looked around and people say that you have to rake the secret key and then put it into config/initializers/secret_token.rb
but I don't have a secret_token.rb
file in my folder. I am running ruby version ruby 2.1.2p9
and rails version Rails 4.0.8 I am following the tutorial at railstutorial.org
if that helps on 2.2