ttttkkkkccccc
@ttttkkkkccccc (takesi kodama)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Rails画像投稿が出来ない。

解決したいこと

Ruby on Railsで学習していまして、画像を投稿するために以下のを入れました。
ですが、画像が表示されません。
ご提案頂けると幸いです。宜しくお願いします。

画像投稿用のGem

画像投稿用gem
gem "refile", require: "refile/rails", github: 'manfe/refile'
# 画像加工用(サイズ調整など)gem
gem "refile-mini_magick"

発生している問題・エラー

Showing /app/app/views/todolists/show.html.erb where line #7 raised:

Refile.secret_key was not set.

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

Refile.secret_key = '9f4adeef2d2d3a15a10f90e68fd9589eff2e41067fa0c0839a64156cf49081a79c81047b3cdb71346a37a1d73d435592220e13e2676cdd81e6dbd43228744d8e'

自分で試したこと

以下のファイルにkeyを入れ、サーバーを再起動しましたが、結果は同じエラーでkeyの値が変わっただけでした。

config/initializers/application_controller_renderer.rb

Refile.secret_key = '9f4adeef2d2d3a15a10f90e68fd9589eff2e41067fa0c0839a64156cf49081a79c81047b3cdb71346a37a1d73d435592220e13e2676cdd81e6dbd43228744d8e'

作業環境

・Rails 6.1.3
・docker

0

No Answers yet.

Your answer might help someone💌