Better Errors Gem not working in local browser, no errors visible

后端 未结 5 791
借酒劲吻你
借酒劲吻你 2021-01-01 18:17

I added the Better Errors gem to my gemfile like as seen in my gemfile below, and ran bundle and saw Using better_errors 1.1.0 and restarted my server several t

5条回答
  •  执念已碎
    2021-01-01 18:56

    In the file app/config/environments/development.rb do you have this line present in the code ?

    # Show full error reports and disable caching.
    config.consider_all_requests_local = true
    

提交回复
热议问题