我在我的rails應用程序中出現下面的錯誤。爲什麼nitrousio配置密鑰基地給出了錯誤的Rails應用程序的配置?
我on Rails應用程序運行Ruby,我點擊預覽,我得到如下:
Internal Server Error You must set config.secret key base in your app's
config
DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /home/action/.rvm/rubies/ruby-2.0.0
-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138)
[2014-02-18 21:48:14] ERROR RuntimeError: You must set config.secret_key_base in your app's config.
/home/action/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.2/lib/rails/application.rb:145:in `env_config'
/home/action/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.2/lib/rails/engine.rb:507:in `call'
/home/action/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.2/lib/rails/application.rb:97:in `call'
/home/action/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
/home/action/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
/home/action/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
/home/action/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/home/action/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/home/action/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
有人可以幫我這一點。
感謝
是你的secret_key_base集?你會在'config/initializers/secret_token.rb'中找到它,它會在一行代碼中定義,比如'AppName :: Application.config.secret_key_base =「asdfJSSKDJFH78&KJHFDSDSFSDklkjfdLKJ」' – toolz