-
Notifications
You must be signed in to change notification settings - Fork 436
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
Not showing appropriate stack trace or file location with Rails 5.1 #371
Comments
It seems to be limited to errors in templates/render code |
@charliesome Are you still maintaining this? |
I noticed this as well and confirmed it's still an issue in Ruby on Rails 5.1.1 |
@kobaltz I was going to try to fix this today, and then when I did a checkout and local bundle config, it started working...very strange, but I've tested in a new rails 5.1.1 project in addition and switched back and forth between published gem and the git/master branch and can confirm that using the git method in the Gemfile seems to make it work. Can you confirm also?
I even tried using the published better_errors.gemspec for 2.1.1 in a local checkout (that was the only file that was different) and it still worked, so maybe this is a bundler issue? Here's my local setup: ruby 2.4.1 |
@niedfelj It did work with the |
Had the same problem, using https://github.com/charliesome/better_errors fixed it for me too thanks. |
Thanks! This was making debugging of partials really painful. |
Working now with master branch! |
Sounds like this was fixed by #354. New release of the gem will be coming soon. |
Version 2.2.0 of the gem has been released, so this issue seems to be fixed. |
Not fixed for me unfortunately :(
|
Not sure what's going on here, but an example putting <%= hi %> in a template in 5.0:
And in 5.1:
The text was updated successfully, but these errors were encountered: