inf-ruby icon indicating copy to clipboard operation
inf-ruby copied to clipboard

Results 16 inf-ruby issues
Sort by recently updated
recently updated
newest added

I'm using rvm.el. If I simply run the inferior ruby, autocomplet works. If I rvm use something else in Emacs, then the inferior ruby will not give me autocomplete. Do...

Any tips on how to fix my Rails repl is greatly appreciated. I've been using inf-ruby for a long time but something broke after I reinstalled my OS. The issue...

‘ruby-backward-sexp’ is an obsolete function (as of 28.1); use ‘backward-sexp’ instead.

I'm trying to get `org-babel` to execute a buffer inside a `inf-ruby-console-auto` buffer running a Rails console. But when I run `org-babel-execute-buffer` I get an error: run-ruby-or-pop-to-buffer: Found inf-ruby buffer,...

> > Should I create a separate issue for this? > > Yes, please. _Originally posted by @dgutov in https://github.com/nonsequitur/inf-ruby/issues/121#issuecomment-726808836_ Such a function could return the command line without executing...

Hi! I’m trying Spacemacs a second time, trying to use it instead of my neovim config and I have a hard time making things work as I want them regarding...

fixes https://github.com/nonsequitur/inf-ruby/issues/124

I run ruby on a remote host using `ssh` so my process dies all the time. I want to be able to restart the current buffer's process (without wiping out...

Remove the requirements depending on the existance and location of a Gemfile.lock file, as these prevent the proper operation of inf-ruby when the Gemfile.lock is elsewhere, or Bundler is not...

On executing _ruby-send-region_, the output contains a large number of completely unnecessary irb prompt strings. ![image](https://cloud.githubusercontent.com/assets/962615/2600670/fd888d6c-bb02-11e3-8e62-f622f3b6f808.png) Check the image for an example. Kindly advise how to resolve this. Thanks! Using...