/config/initializers/secret_token.rb not being generated. Why not?

前端 未结 3 1764
太阳男子
太阳男子 2020-12-17 20:06

Currently going through a rails tutorial and I need to make some modifications to /config/initializers/secret_token.rb, however, I can\'t find this file anywher

3条回答
  •  庸人自扰
    2020-12-17 20:22

    I am using 4.1.1. Dont copy nothing to the secrets.yml, just dont forget to update the gitignore file (http://www.railstutorial.org/book/beginning#code-gitignore)

    With this you can keep going on the tutorial

提交回复
热议问题