【Ruby on Rails】Refile.secret_key was not set.

Ruby on railsRuby on Rails

refileを使用して、画像を保存しようとしたら以下のエラーが発生しました。

RuntimeError in Users#show
Showing /myapp/app/views/users/show.html.erb where line #18 raised:

Refile.secret_key was not set.

Please add the following to your Refile configuration and restart your application:

```
Refile.secret_key = '3e94feb4575618ca8d69c5b56b2fc4fab42f5aea54099fd1a6d7012c8103a102776f8ed5a66cb414a5c302d5fd26fb16????????????????'

/config/initializers/application_controller_renderer.rbに先ほどのシークレットキーをコピペして、サーバーを再起動して下さい。

# application_controller_renderer.rb

# Be sure to restart your server when you modify this file.

# ActiveSupport::Reloader.to_prepare do
#   ApplicationController.renderer.defaults.merge!(
#     http_host: 'example.org',
#     https: false
#   )
# end

Refile.secret_key = '3e94feb4575618ca8d69c5b56b2fc4fab42f5aea54099fd1a6d7012c8103a102776f8ed5a66cb414a5c302d5fd26fb1??????????????????????????????'

フリーランスを目指すなら【テックパートナーズカレッジ】

未経験者向けWEBスクール【SHElikes】

コメント

タイトルとURLをコピーしました