pry-rails Questions

5

Hi I've installed Pry to do some awesome debugging and had it working before but when I step into the code with 'next' I get the following error: SyntaxError: (eval):2: Can't escape from eval with...
Adama asked 5/12, 2013 at 15:42

2

Solved

I'm currently writing specs for my Rails controller. I can't seem to get any puts statement or binding.pry, or binding.remote_pry working. I am able to get the remote pry working in the developme...
Hoban asked 11/2, 2015 at 0:17

1

Solved

I would like to disable autocomplete in Pry. How to do it? I'm using it in Rails console(from Emacs/inf-ruby) and it is very slow and annoying in my legacy app. Related question: Disable irb autoco...
Arse asked 13/5, 2022 at 15:53

1

Solved

I'm confused about which gems need to be installed to correctly run Pry in a Rails 4.2 project. I seemed to be doing fine until recently. For some reason, binding.pry now seems to spit up whenever ...
Tani asked 9/8, 2015 at 12:28

2

Solved

When I use the rails console on my current laptop (on any rails project), I get the following error when the console starts up. Rails console error: Error loading ~/.pryrc: Command: `continue` no...
Hachmin asked 5/5, 2014 at 21:33

0

I am expecting a pry session to be opened in my console during execution of rspec. Am I doing something incorrect? Or expecting the wrong behavior? Gemfile: group :development, :test do gem 'rsp...
Fanya asked 19/6, 2014 at 16:38
1

© 2022 - 2024 — McMap. All rights reserved.