Closed bjpbakker closed 9 years ago
Right. Thanks!
Just FYI, you've missed #51.
Thanks for the heads up. Next time I'll test on a non-rails project too
Rails or not, that wasn't the issue. Basically, robe-start
failed whenever it was called while inf-ruby-buffer
is nil.
Variable
inf-ruby-buffer
contains the name of the buffer where the inf-ruby process is running. Hence(buffer-live-p inf-ruby-buffer)
always isnil
.This patch uses the buffer object with name
inf-ruby-buffer
.