-
Notifications
You must be signed in to change notification settings - Fork 231
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
Breaks rails console when is used with pry v0.13.0+ #674
Comments
Just ran into this as well. You can get around this issue by adding this patch to the top of your custom_plan.rb: class Pry::Pager
def best_available
NullPager.new(pry_instance.output)
end
end |
mcmire
added a commit
to thoughtbot/shoulda-matchers
that referenced
this issue
Jul 12, 2020
More info here: <burke/zeus#674>
mcmire
added a commit
to thoughtbot/shoulda-matchers
that referenced
this issue
Jul 12, 2020
More info here: <burke/zeus#674>
mcmire
added a commit
to thoughtbot/shoulda-matchers
that referenced
this issue
Jul 12, 2020
More info here: <burke/zeus#674>
mcmire
added a commit
to thoughtbot/shoulda-matchers
that referenced
this issue
Jul 12, 2020
More info here: <burke/zeus#674>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I upgraded pry to v0.13.0 any operation in the pry console fails with
undefined local variable or method '_pry_'
:Full backrace is:
pry-rails causes
rails console
to openpry
and therefore breaks the consoleGem versions:
pry : 0.13.0+
zeus: 0.15.14
The text was updated successfully, but these errors were encountered: