We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since in my app we have customised 404 pages, sometimes I need to see how they look like in development
In order to do that I have changed in config/environments/test.rb
config/environments/test.rb
config.consider_all_requests_local = false
No matter what, I still get the Better Error page. If I disable it from Gemfile then it works as it should.
The text was updated successfully, but these errors were encountered:
079adce
No branches or pull requests
Since in my app we have customised 404 pages, sometimes I need to see how they look like in development
In order to do that I have changed in
config/environments/test.rb
No matter what, I still get the Better Error page.
If I disable it from Gemfile then it works as it should.
The text was updated successfully, but these errors were encountered: