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

### before ``` /Users/kbrock/dotfiles/bashrc.d/chruby.sh real 0m0.004s user 0m0.001s sys 0m0.001s ``` ### after ``` /Users/kbrock/dotfiles/bashrc.d/chruby.sh real 0m0.000s user 0m0.000s sys 0m0.000s ``` ### why? I was trying to figure out...

When you install a new ruby in a different terminal shell, chruby does not pick up on the new ruby version. The solution is to to source chruby.sh again. Introducing...

@k0kubun @eregon do you have any objections to renaming `dev.sh` to `testing.sh`. I feel like `dev.sh` is a little too vague of a name. Other ideas include `minimal.sh` or `no_gems.sh`....

discussion

Sort of related to https://github.com/postmodern/chruby/pull/433, I've recently found out that `bundle exec` adds a significant amount of time to commands as opposed to the naked command when the binstub doesn't...

Hi there! I'm the curator of some Ruby extension for Nova editor. I'm currently experiencing an issue with the $PATH fetched from the editor. It seems like `chruby` doesn't update...

## Description `chruby.sh` is typically sourced from `~/.zshrc`, which is only run in interactive shells. For non-interactive shells, `chruby-exec` calls `zsh` without the `-i`: https://github.com/postmodern/chruby/blob/67192019ccf885b23ffc25c7f40ed64be8d2832e/bin/chruby-exec#L41 This causes the `~/.zshrc` to...

bug