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

See https://github.com/postmodern/chruby/blob/master/share/chruby/chruby.sh#L43 Setting `RUBYOPT` may affect (and fail) ruby introspection. E.g. if you are using something like `-r mysomefile` and file is available only in target ruby

F26 is out and I can't install with the f25 release. Thank you!

fedora

I'm trying to make a script that will keep my command line up to date. What I want to do is I want to install ruby with `ruby-install` (`ruby-install --latest...

idea

I would like to have the `.gem` and `.rubies` directories under `~/.local/share` so as to comply with the [XDG Base Directories Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). Currently, they are both assumed to be under...

XDG

Neither Sublime Text 3 nor TextMate use the chruby rubies or gems. The Ruby can be set in TextMate and the `$GEM_PATH` and` $GEM_HOME` can be set, but some installed...

This is likely something very easy that I have missed or mistaken, so please point me at old issues or docs somewhere else if so. I currently use a combination...

If rvm is not loaded by .bashrc early enough, then the chruby scripts fail to load. This happens because `RUBIES=($( ls -1d "$rvm_path/rubies"/* 2>/dev/null ))` occurs on a line before...

It'd be nice for us debian/ubuntu users.

ubuntu
debian

See for yourself: ``` >>> Running ./test/chruby_exec_test.sh ... test_chruby_exec_no_arguments test_chruby_exec_no_command test_chruby_exec zsh:1: command not found: chruby ASSERT:did change the ruby expected: but was: ``` As it turns out it has...

zsh

Somehow JRuby rubies are affecting my MRI rubies. First I install some MRI rubies: ``` ruby-build 2.2.1 /opt/rubies/2.2.1 ruby-build 2.1.5 /opt/rubies/2.1.5 ``` And everything works fine until I install some...

jruby