rvm
rvm copied to clipboard
The rails command should be included in the `rvm_map_bins` as it is in the capistrano-rbenv gem
1. Running `cap staging rvm:check` now always outputs something, not only when `log_level` is set to `debug`. It's now only automatically invoked on normal deploying if the `log_level` is `debug`,...
Nobody has touched this repository for years and the latest Capistrano breaks this gem. Use rbenv instead or use an alternative to Capistrano entirely.
RVM no longer installs in /usr/local/rvm [not for a long time]. About time this gem started looking in /usr/share/rvm. In :auto mode, check the old location still. Also add an...
Installing rvm via APT package leaves rvm in a non-standard directory [although standard for Deb/Ubuntu].
Hi there, I'm experiencing a problem when trying to deploy to an existing server which has worked in the past for a different user. I think rvm is a mult-user...
I did follow the instructions from [rvm.io](https://rvm.io/rvm/install), and my rvm got installed by default in ``` $ which rvm /usr/share/rvm/bin/rvm ``` (instead of usr/local) I am running on an Ubuntu...
If I run the `rvm:check` or `deploy:check` tasks I get the following failed output: ``` #> cap staging deploy:check DEBUG [7dcfdae8] Running /usr/local/rvm/bin/rvm version as DEBUG [7dcfdae8] Command: /usr/local/rvm/bin/rvm version...
for https://github.com/capistrano/rvm/issues/49 to test with ```ruby gem 'capistrano-rvm', git: 'https://github.com/Startouf/rvm', branch: 'feature/require-without-hooks', require: false ```
Due to historic reasons i use rbenv in production and rvm in staging environment. The problem is now, that I cannot load capistrano-rvm in the staging.rb cap file: ``` bundle...