pry-rails icon indicating copy to clipboard operation
pry-rails copied to clipboard

Rails >= 3 pry initializer

Results 24 pry-rails issues
Sort by recently updated
recently updated
newest added

[5] pry(main)> find-routes ReleasesController NameError: undefined local variable or method `text' for # Did you mean? test from [...]/lib/ruby/gems/2.7.0/gems/pry-rails-0.3.9/lib/pry-rails/commands/find_route.rb:55:in `block in show_routes'

`Pry::Command#text` was deprecated in pry 0.12.0 and removed in pry 0.13.0 which is the minimal supported version by pry-rails according to gemspec > Deprecated Pry::Command#text. Please use #black, #white, etc....

I'm trying to include `pry-rails` in a Rails 5 app using Ruby 2.4.1, but it doesn't seem to replace irb in the console. I've included `pry-rails` in my gemfile and...

This would be kinda cool: https://github.com/lwoodson/zormk#wtf-is-all-that-unicode

## Problem With `pry-rails` in the Gemfile starting `rails c` (or `bundle exec rails c`) gives a pry console. Typing some unicode character (outside the ASCII range) show incorrect results...

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...

What is expected: ``` $ rails c Running via Spring preloader in process 24625 Loading development environment (Rails 4.2.11) 2.4.5 :001 > 2.4.5 :002 > 2.4.5 :003 > exit $...

I got "Segmentation fault" error when I was trying to update my ruby version. Tested it with ruby 2.6.2p47 (2019-03-13 revision 67232) [x86_64-darwin18] Rails 5.0.7.1 Error stack: /Users/MacBookPro/.rvm/gems/ruby-2.6.2/gems/pg-0.21.0/lib/pg.rb:56: [BUG] Segmentation...

ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin18] rails 5.0.7.2 pry (0.12.0) pry-rails (0.3.9) Looks like something is broken...Is there a solution?