pretty_backtrace
pretty_backtrace copied to clipboard
wrong local variable name `#$!' for #<Binding:0x007fde0acae3e8>
I'm getting this cryptic error when enabling PrettyBacktrace. Is this a Ruby 2.2 issue?
I get this issue as well, also on Ruby MRI 2.2
It is working fine on ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14] for me.
Please try v0.1.2.
Reproducible code and full error message (NameError, in this time) are highly recommended for a bug report because I'm not a wizard.
Well, apparently you are, because even without reproducible code, it's fixed in 0.1.2 :D
I'm getting this error and my version of ruby is: ruby -v ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
See https://github.com/ko1/pretty_backtrace/issues/4#issuecomment-74191690
Hello ko1, I'm trying to do a Contact_form with this tutorial: http://www.murdo.ch/posts/build-a-contact-form-with-rails-4-2 And I'm not using this PrettyBacktrace, when I see in my lib folder don't have this files! What i need to do?
Sorry no idea.
That's ok, thank's ko1!
Just for post what I fixed for this error: My ContactsController don't have the plural name, then I put the ('s) in the final and was possible to run. I really don't understand why the generator do that automatically.