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
Using better_errors 1.1.0
in addition for all better you need to add this to your config/environments/development.rb:
config/environments/development.rb
BetterErrors::Middleware.allow_ip! "TRUSTED_IP" where "trusted_ip" is "REMOTE_ADDR" in default error page for me it's 10.0.2.2
BetterErrors::Middleware.allow_ip! "TRUSTED_IP"