[RVM](https://rvm.io) is a command line tool which allows users to easily install, manage and work with multiple Ruby environments from interpreters to sets of gems.

learn more… | top users | synonyms

0
votes
2answers
46 views

Two versions of rails showing up when i run gem list rails

I just installed ruby and rails. When i run 'ruby -v' command it shows version of ruby that's currently installed. Similarly, I need to check the version of rails as well. Since rails was installed ...
0
votes
1answer
56 views

Ruby 2.0 on Mac 10.5.8 via RVM

I have been having some issues with my Ruby and Gem environments and wanted to clean them all out and start over. So I removed all my ruby's in rvm (rvm 1.13.8 (stable)) which left me with the stock ...
0
votes
1answer
24 views

RVM and Ruby not available to new user

I have installed RVM for a user (which installed Ruby 2), I then also installed JRuby using RVM for the same user. This first user is the user I usually work in (developing). My application runs ...
1
vote
1answer
54 views

Should I check in `.ruby-gemset` and/or `.ruby-version`?

I've just updated RVM, and in place of the old .rvmrc, it auto-created .ruby-gemset and .ruby-version. I've always had .rvmrc files with contents like rvm use --create default@project_name. However, ...
2
votes
2answers
50 views

Call a shell script using a different ruby within a rails app

I have a Rails application that runs on Ruby 1.9 and a shell script (Podcast Producer) that depends on Ruby 1.8. I need to call the shell script from within the application. The Ruby Version Manager ...
0
votes
2answers
20 views

How to upgrade only one projects ruby interpreter with RVM?

I simply want to upgrade the ruby I'm using on one project from 1.8.7 to 1.9.3. However, I still need 1.8.7 for another project that is not currently being upgraded. How can I upgrade the ruby using ...
0
votes
2answers
35 views

ruby bundle install fails with (Errno::EEXIST)

I'm on Ubuntu 12.10. I installed rvm and ruby 1.9.3 on top of it and gem rails and bundle. trying to run bundle install or better so rvmsudo bundle install both gives me the same error: ...
0
votes
0answers
95 views

OS X 10.8.3 Terminal Error After RVM install

I am an amateur front-end web developer with a decent handle on html5, css, and jquery. Recently, I have been venturing into unknown territory with Ruby on Rails. After watching my fair share of ...
1
vote
1answer
30 views

Is VimGolf Compatible with Ruby 2.0?

I followed the VimGolf install instructions using Ruby 2.0.0, and got a command not found out of it. I switched over to 1.9.3 (via RVM) and did the same, and it works like a charm. Is VimGolf not ...
0
votes
1answer
35 views

Bash script on OSX that switches between root and user

I'm attempting to write a script that, among other things, installs rvm. In order to do this the script is run as root (sudo setup.sh) where setup.sh calls a subscript that installs rvm. However, in ...
0
votes
1answer
75 views

Could not install Ruby 2.0 because Openssl.org down?

I tried to install ruby-2.0.0-p0 on Macintosh at several times. But I never success. I tried brew install openssl or rvm pkg install openssl but progress bar is always 0% and I never access to ...
0
votes
1answer
62 views

Fresh RVM Installation on OS X, not able to run server due to sqlite3 issues

I installed rvm on my Mac OS X 10.6.8 (running Snow Leopard) and tried to start up my first sample app. After a few hours of fiddling around with the gems, I decided to post the issue here, because I ...
0
votes
2answers
45 views

Rails on ubuntu not found - but in list of my gem installs

I'm trying to install rails on ubuntu, doing so using rvm and not the apt-get which is outdated. so far I had no troubles - rvm working good, so does gem and ruby. but when I'm trying to load rails ...
1
vote
2answers
63 views

RVM installation: `/usr/local/rvm': Permission denied

demas@demas:~$ sudo rm -rf /etc/rvmrc /etc/profile.d/rvm.sh /usr/local/rvm demas@demas:~$ curl -L https://get.rvm.io | bash -s stable % Total % Received % Xferd Average Speed Time Time ...
0
votes
1answer
31 views

RVM 1.0.1 installation & dependencies

I have developed a web app in Ruby on Rails using RVM 1.0.1, Ruby 1.8.7 and Rails 3.0.3. For new installations, we were getting RVM 1.0.1 from http://rvm.beginrescueend.com/releases/rvm-1.0.1.tar.gz ...
0
votes
0answers
62 views

Cap deploy failed when running “rvm rvmrc trust”

After first success deployment using Capistrano, running cap deploy failed: no old releases to clean up triggering after callbacks for deploy'<br/> * 2013-04-16 10:59:15 ...
0
votes
3answers
154 views

Install RVM on Mac OSX 10.5

Need to use SASS / Compass locally, but the Ruby on my old Mac OSX on this machine is not compatible: sass requires Ruby version >= 1.8.7.. After research it seems like I need RVM, but haven't been ...
1
vote
3answers
133 views

Borked OSX Ruby Installation

I'm not entirely sure when it happened, but attempting to run homebrew on my OSX Mountain Lion machine now yields a strange error: ...
2
votes
0answers
76 views

RVM installed ruby no such file or directory

I have installed RVM without any problems. But when I try to install ruby 1.9.3 it returns an error: ruby-1.9.3-p392 - #configure ruby-1.9.3-p392 - #download ruby-1.9.3-p392 - #validate archive ...
0
votes
1answer
51 views

Roll back rails version

I have installed Rails 3.2.13 (gem install rails -v 3.2.13) currently. But for some reasons I needed roll back to version 3.2.13. How can I do it? Now: > rails -v You have requested: rails ...
0
votes
0answers
75 views

Going crazy trying to make Rails work with MySQL on MAC OS X 10.8.3

While I am new to RoR I feel like I have done everything possible to get this done namely: Downloaded & Installed MySQL Updated OSX Updaded XCode Installed RVM Installed Homebrew Gems seem to be ...
0
votes
1answer
62 views

Capistrano VPS deploy error

I am using Capistrano to deploy to a VPS. In my deploy.rb: require "bundler/capistrano" server "xxx.xxx.xx.xxx", :web, :app, :db, primary: true set :application, "riffbox" set :user, "root" set ...
2
votes
3answers
213 views

Homebrew (Mac): cannot install libksba or dependency libgpg-error

I'm setting up a new Mac for development with Ruby on Rails. I have installed XCode (including command line tools), Homebrew, and RVM properly. However, when I try to install the 2.0.0 Ruby version ...
-1
votes
1answer
40 views

RVM git has no installation candidate [closed]

I'm currently trying to install ruby via rvm on Ubuntu 10.04 with Plesk 11. My rvm version is 1.19.3.. Unfortunately, rvm fails while installing the requirements, namely git. The log says there is no ...
3
votes
1answer
105 views

Configuring issue when install a version of Ruby with RVM

RVM is installed and running. I am trying to install Ruby 2.0, but this happens with any version I try to install. This is a fresh install of rvm without ruby. I am running Debian Squeeze. After ...
1
vote
2answers
42 views

How to output RVM needed download URLs

I'm trying to install RVM in my workstation. But in my work's network, the internet is reached via an proxy. This proxy eventually blocks some URLs based in a internal security policy. I shall to do ...
0
votes
1answer
98 views

What tool runs during a “cd” and checks the .ruby_version file?

I've installed a bunch of tools related to ruby recently. Macports ruby19 (then uninstalled per advice here on SO), then installed RVM and ruby-1.9.3-p. And now, I notice that I get a message when ...
1
vote
1answer
32 views

Segmentation fault after launch rspec test

We're working in a RoR app (Ruby v. 1.9.3, RoR v. 3.2.12, rvm v. 1.8.14) and when we launch a rspec test, we obtain the following crash (I can't copy here, it's too long): ...
2
votes
1answer
53 views

Installing RVM getting errors with configure

I'm getting errors installing RVM, I have installed Ruby 2.0.0 with brew, and now I'm trying to run the RVM command at http://www.rvm.io Error running './configure ...
0
votes
1answer
49 views

How do I set a default Ruby version using RVM?

I installed Ruby, Rails and other stuff from rubyinstaller.org on to my MacOS X Lion system. However, I am not able to override the Mac version of Ruby which is 1.8.3. How do I overrite it to the ...
0
votes
1answer
43 views

RVM cannot install ree

When trying to install ree with rvm, I get the following error: Error running 'env CFLAGS=-I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include ...
0
votes
0answers
79 views

Cannot install rvm on Cygwin

I am following this tutorial at http://blog.developwithpassion.com/2012/03/30/installing-rvm-with-cygwin-on-windows/ on installing rvm on cygwin. When I run their script as shown $ ...
1
vote
2answers
157 views

Can't install Ruby using RVM

I'm running Debian Wheezy with kernel 2.6.32-028stab101.1. I just installed Ruby and RVM. The current installed version is ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux], however, I ...
0
votes
0answers
41 views

Install RVM part of a “UserData” script for an EC2 instance

I've Base64 Encoded this Userdata script to be ran on initialization of a EC2 instance, but for some reason, it doesn't install RVM. I think it's do to a user issue, but i'm not sure. I'm using the ...
0
votes
1answer
20 views

Executing Rails-using script using crontab

I'm trying to run a ruby script that I can run just fine using Ruby from my home directory, but that fails using cron. The beginning of the script autocheck.rb looks like this: require 'rubygems' ...
0
votes
1answer
32 views

Why is 'gem list' not showing the available gem that 'bundle install' show?

On my production server : When I do a bundle install I can see 'using schema_plus (1.0.1)' message When I do a 'gem list' I don't see it anymore. Why is there a difference between both ? That should ...
0
votes
2answers
44 views

.rvmrc syntax error

I am trying to work with a web app made by someone else. I cloned that repo and when I cd'ed into it, the .rvmrc executed. But I am getting the following error in it: : command not found : command ...
-2
votes
4answers
203 views

Error While installing Ruby

I have used this procedure.I m using Linux Mint. I am getting the following error while installing. E: Unable to locate package libreadline6-dev E: Unable to locate package libyaml-dev E: Unable to ...
0
votes
1answer
30 views

Installing mysql2 gem - HAVE_UINT (ushort, uint type redefinition errors)

Yes, this is yet another question about installing the mysql2 gem for use in Ruby on Rails. But it's an error I haven't been able to find listed in another question. I've got the 64 bit MySQL and ...
0
votes
0answers
88 views

Brew install not working - Configures but make install fails to execute

I have tried using both brew and rvm install to install ruby 1.9.2 Both result in the same error: ==> Installing ruby-build dependency: autoconf ==> Downloading ...
0
votes
0answers
217 views

what is osx_brew and can i install it in my ubuntu machin?

I have tried so many tries to correct the issues with ruby version. In between somewhere i have installed osx_brew in my machine. Actually i don't know why i have install this. After a short googling ...
1
vote
0answers
98 views

(CRON) error (grandchild #26321 failed with exit status 127)

I am using whenever gem my schedule.rb content is every 2.minutes do runner "Refinery::Page.update_publishing_date_to_list_in_menu" end I get this by crontab -l # Begin Whenever generated ...
0
votes
2answers
78 views

How to use multiple rvm gemsets in single tmuxinator session

I have a tmuxinator session set up where one tab (editor) is using a project with it's own rvm gemset (and .rvmrc) and another tab (rails) is using a separate rvm gemset (and .rvmrc) project_root: . ...
3
votes
1answer
152 views

Monitoring Ruby script, using Monit - Including RVM

Im using Monit to monitor a ruby script that uses Ruby daemons gem, which launches a separate process with PID - following the instructions from Monitor ruby processes with Monit In order to execute ...
-1
votes
2answers
41 views

RVM Command Not Working After Gem Install

I installed RVM with sudo rvm install and now I'm trying to call rvm use 1.9.3 before I start a Rails project but I'm getting this error from the command line: -bash: rvm: command not found Anybody ...
0
votes
2answers
67 views

iconv rvm install error

When I try and install iconv by running: rvm pkg install iconv, it fails with this error: Error running 'autoreconf -is --force', please read /usr/local/rvm/log/libiconv/autoreconf.log Configuring ...
1
vote
2answers
25 views

How to clear all the ruby and rvm installations that i have installed so far

I am very new to ruby i have installed ruby on my machine and currently the ruby version showing is 1.9.3. But when i try to install new project on rails it shows ruby 1.9.1 load error even if i have ...
0
votes
0answers
391 views

Error While running rvm requirements command

What should i do if i get like this ??? thanks in advance. kindly reply soon Reading package lists... Installing required packages: git-core...... Installing required packages: libreadline6-dev, ...
-1
votes
1answer
90 views

RVM not recognizing gemset?

After creating the gemset, cd out of and back into the folder throws the error that the gemset does not exist. Here is my shell session dewet-mac:~ dewet$ cd ruby/routerscript/ Gemset 'routerscript' ...
0
votes
0answers
41 views

RVM - cannot install thrift on Amazon Linux checking strlcpy() in string.h

I'm using: Amazon Linux - 2012.09 RVM v1.19.1 Ruby ruby-1.9.3-p362 (via RVM) System ruby 1.8.7 Thrift v0.7.0 (I know there is a newer version that removes the C dependancy, however, I have a ...

1 2 3 4 5 42