chruby icon indicating copy to clipboard operation
chruby copied to clipboard

Changes the current Ruby

Results 107 chruby issues
Sort by recently updated
recently updated
newest added

`chruby` fails in `jruby` with a project containing a `.jrubyrc` file with the `cli.load.gemfile=true` configuration.

jruby

In `bash`, `$_` should be “the last argument of the last command executed” Instead, this is overwritten: ``` > @ravi@boxy:~/.dotfiles(master* u+1)$ echo "This argument should be printed" > This argument...

bash

I'm attempting to get our team of Rubyists to standardize on using chruby. So far everyone testing it has liked it a lot; except for the JRuby users. They reported...

jruby

According to the README, `chruby.sh` should be called from `.bashrc`: > Add the following to the ~/.bashrc or ~/.zshrc file: > > source /usr/local/share/chruby/chruby.sh However, gvim (MacVim) fails to load...

macos

Hi! I just would like to point out that the README suggests to edit `/etc/bashrc` on OSX, but on my 10.12 system this a read-only file, so it's maybe not...

macos

https://github.com/mikepjb/vim-chruby is a de-facto rewrite of chruby in plain vim. It solves the problems people have (well, that I had) with chruby in vim: without it, the only way to...

``` shell $ chruby jruby-1.7.24 jruby-9.0.5.0 ruby-2.0.0-p648 ruby-2.1.10 ruby-2.1.9 ruby-2.2.4 * ruby-2.3.0 $ chruby 2.1 $ chruby jruby-1.7.24 jruby-9.0.5.0 ruby-2.0.0-p648 ruby-2.1.10 * ruby-2.1.9 ruby-2.2.4 ruby-2.3.0 ```

Elementary comes with some setup in `.bashrc` which sets up it's own hooks. I've included the part of the `.bashrc` where the hooks are setup, and added `chruby_auto` in there...

need info

We need a better way to set and revert to a "default" selected Ruby. Simply adding `chruby ...` to one's `.bashrc` does not take effect after `chruby_auto` resets the current...

I have an Ubuntu 14.04 Server system with chruby 0.3.9 set up, for two users - `root` and `myuser`. Both have the standard `.bashrc` and `.profile`; `myuser` has been created...