BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Not working in rails 5.0.2 #363

Closed Radzhab closed 7 years ago

Radzhab commented 7 years ago

I use early byebyg and web_console - all work correct. At now i want use this gem, but browser return defaul rails errors pages. My settings

  BetterErrors.editor = :sublime
  config.consider_all_requests_local = true

  BetterErrors::Middleware.allow_ip! "0.0.0.0/0"

I use it from my local pc - not virtualbox, docker and similar. Why its not working?

Sirfrummel commented 7 years ago

Were you able to figure out a work around or fix? Just starting a new rails 5 project and I would like to use better errors with it...

RobinDaugherty commented 7 years ago

Sounds like the issue in #371, can you confirm?

RobinDaugherty commented 7 years ago

Version 2.2.0 of the gem has been released, so assuming this is the same as #371, this issue seems to be fixed.