-
Sort of a placeholder issue unless this has already been discussed in detail (librelist is being difficult.) There is some obvious overlap, such as rvm's gemsets, and probably less obvious cases. Shou…
-
This is a big blocker.
This should be next now that the the [dockerized_rails](https://github.com/UAlbanyArchives/dockerized_rails) repo is set which works around the `rvm` issues.
-
The rvm.ruby role uses the gpg command when importing keys, i.e. 'gpg --batch --keyserver {{ item }} --recv-keys {{ rvm1_gpg_keys }}'.
The RVM installer itself will, however, use gpg2 in preference…
-
I am trying to deploy Rails app with capistrano.
Ruby version is managed by rvm.
I am using ruby 2.2.3, created gemset manually.
>
```
set :rvm_type, :user
set :rvm_ruby_version, '2.2.3@car…
-
Hi, thanks for your great work. I recently switched to this great tool; in my workplace we have both Ruby projects and Node projects, so I used to use both `rvm` for Ruby (with folder autoswitching) a…
-
### What happened?
In a Ruby on Rails rspec system test, I am trying to send a command to devtools e.g.
```
browser.devtools.send_command('Page.getNavigationHistory')
```
or
```
browser.devt…
-
(base) a58@mbp-zlt react-native % rvm install ruby-2.7.6
ruby-2.7.6 - #removing src/ruby-2.7.6 - please wait
Searching for binary rubies, this might take some time.
…
-
In the rvm_better_malloc branch, rvm_test_normal hangs during recovery (i.e. when passed the 'y' flag). Here is the backtrace of the hang from GDB:
(gdb) bt …
-
After installing/uninstalling, I get the following when opening a new terminal shell:
on ttys000
-bash: /etc/profile.d/sm.sh: No such file or directory
-bash: /etc/profile.d/rvm.sh: No such file or d…
jsmm updated
10 years ago
-
Hi, i try to install rvm via ansible, but the role cant update rvm because the role rvm-path is incorrect.
Imho, is my config correct. if i change the isntall-path to `/usr/local/rvm` installation fi…