RailsCasts Pro episodes are now free!

Learn more or hide this

J's Profile

GitHub User: joerghaubrichs

Comments by J

Avatar

Anyone else experiencing problems with reloads for 'edit-method' and command line vim ?

It doesn't seem to reload the code after editing (:wq), only after another edit-method (so it looks like vim is handing back control to pry immediately after loading the file, and pry loads the unchanged module, rather than the changed one after save/quit).

Works with nano, though.