@msysmktn (三木谷 正義)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

Ruby on Railsのエラーページをローカル環境でもテストしたいのですが,エラーログしか見られません.どうすれば見られますか?

0 likes

1Answer

config/environments/development.rb あたりに config/environments/production.rb のように以下の設定を加えると見られると思います

  # Full error reports are disabled and caching is turned on.
  config.consider_all_requests_local       = false
1Like

Your answer might help someone💌