-
Notifications
You must be signed in to change notification settings - Fork 88
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
before_session hook failed: NoMethodError: undefined method `chomp' for nil:NilClass #111
Comments
I got a similar error message
|
+1
|
Still getting the same error and the execution never stops. Any lead on this?
Additional info: I'm using it with docker |
Hey folks - sorry for necro'ing a 2 year old thing here, but the fix for this issue is to allow a psuedo-tty and to keep
|
I'm using rails-pry to create a breakpoint with a binding.pry statement. This has worked just fine for just about ever. However now there's this fun new error message I'm not even sure how to being debugging the debugger:
The result is the binding.pry statement is ignored and the code I intent to inspect continues to run.
The text was updated successfully, but these errors were encountered: