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

.pry! does nothing in rails console #418

Open
Andrew-Max opened this issue Sep 10, 2021 · 0 comments
Open

.pry! does nothing in rails console #418

Andrew-Max opened this issue Sep 10, 2021 · 0 comments

Comments

@Andrew-Max
Copy link

Andrew-Max commented Sep 10, 2021

Ruby 2.7.3
Rails 6.1.4.1
pry (0.13.1)
pry-byebug (3.9.0)
pry-rails (0.3.9)
Ubuntu 20.04.1

If I do awesome_print User.first I get a properly formatted object

If I add a .pryrc (which I verified is being loaded) or if I enter AwesomePrint.pry! directly in rails console it returns:
#<Proc:0x0000562af5db00a8 /home/a/.rvm/gems/ruby-2.7.3/gems/awesome_print-1.9.2/lib/awesome_print/custom_defaults.rb:45

but none of the formatting has changed

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

1 participant