Skip to content
New issue

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

Hides view error frames in rails 6 #75

Closed
Karoid opened this issue May 29, 2020 · 2 comments
Closed

Hides view error frames in rails 6 #75

Karoid opened this issue May 29, 2020 · 2 comments

Comments

@Karoid
Copy link

Karoid commented May 29, 2020

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

image
and this image is when I remove 'binding_of_caller' gem in project

# Gemfile
group :development do
  # gem 'binding_of_caller'
end

image

It seems like there is some issue with code change in rails 6.

@Karoid Karoid changed the title Hides view error frames in rails Hides view error frames in rails 6 May 29, 2020
@mildred
Copy link

mildred commented Jun 11, 2020

It seems to be BetterErrors/better_errors#466 (and not the fault of binding_of_caller)

@RobinDaugherty
Copy link
Collaborator

Yes, this should be fixed by BetterErrors/better_errors#477

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants