Closed mhenrixon closed 11 years ago
@mhenrixon Check the latest version 0.3.3 which move Version gem dependency from runtime to development.
The 0.3.4 version don't have that problem but if I upgrade I can't use pry anymore because guard-rails messes up readline somehow. With the previous version of 0.2.3 pry doesn't break when it hits binding.pry.
Guess I can't use guard-rails for debugging?
I don't get it :( Since I use it all day long with pry for debugging, very rarely to get the issue you said. And only when something fatal occurred(such as Rails process breaks down). Every time I just simply reset the terminal and restart the guard to fix it.
The readline maybe is messed up by Rails output, not guard-rails. So I think maybe I should silent the Rails standard output by adding a new switcher?
Since the readline issue is another problem, close it for now. If you still have the same problem, please create a new issue in details instead, thanks.
All of a sudden (after upgrading guard-rails) to latest version we get the following errors