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
Rails 6.0.3
Ruby 2.6.6
While this gem is included in project, I can't see rails view error in Rails Error page. Following image is shown when gem is included in project
# Gemfile group :development do gem 'binding_of_caller' end
and this image is when I remove 'binding_of_caller' gem in project
# Gemfile group :development do # gem 'binding_of_caller' end
It seems like there is some issue with code change in rails 6.
The text was updated successfully, but these errors were encountered:
It seems to be BetterErrors/better_errors#466 (and not the fault of binding_of_caller)
Sorry, something went wrong.
Yes, this should be fixed by BetterErrors/better_errors#477
No branches or pull requests
Rails 6.0.3
Ruby 2.6.6
While this gem is included in project, I can't see rails view error in Rails Error page. Following image is shown when gem is included in project
and this image is when I remove 'binding_of_caller' gem in project
It seems like there is some issue with code change in rails 6.
The text was updated successfully, but these errors were encountered: