RVM allows users to deploy each project with its own completely self-contained and dedicated environment--from the specific version of ruby all the way down to the precise set of required gems to run the application. A lot questions is answered on RVM site: https://rvm.beginrescueend.com Most ...
89
votes
8answers
11k views
Can't install Ruby under Lion with RVM – GCC issues
Most questions regarding this problem are due to missing Xcode; I have Xcode 4.2 installed.
Install attempt:
rvm install 1.9.3
Installing Ruby from source to: /Users/jamie/.rvm/rubies/ruby-1.9.3-p0, ...
72
votes
3answers
16k views
How to remove rvm (ruby version manager) from my system?
How can I remove rvm (ruby version manager) from my system?
64
votes
12answers
18k views
Why can't I install Rails on Lion using RVM?
I'm running into issues trying to install Rails on OS X Lion using RVM.
So far, I have done the following:
Installed Mac OS X Lion Version 10.7 (Build 11A459e).
Installed XCode 4.1 Developer ...
37
votes
1answer
23k views
Howto Uninstall RVM [closed]
Possible Duplicate:
How to remove rvm (ruby version manager) from my system?
How can I uninstall (or reinstall) RVM on Ubuntu 9.10? I messed up my current installation.
37
votes
6answers
17k views
RVM Ruby 1.9.1 install can't locate zlib but its runtime and dev library are there
Trying to get Ruby 1.9.1 up and running with RVM on a fresh install (fedora).
After doing rvm install 1.9.1, the rubygems error logs show that zlib can't be located
no such file to load -- zlib ...
34
votes
8answers
7k views
Cant install Ruby Enterprise Edition with RVM on OSX Lion
Here is what I have done so far.
Clean install of OS X Lion
Downloaded and installed latest version of Xcode from the App Store.
Installed Git
Installed Homebrew
Installed RVM
I am now trying to ...
30
votes
3answers
5k views
RVM: Uninstalling all gems of a gemset
I have global gems and various gemsets. I want to remove all gems of a gemset. Is there a way do to this, besides uninstalling the gemset?
28
votes
3answers
4k views
Is there a python equivalent of Ruby's 'rvm'?
Q: Do we have anything functionally equivalent in Python to the Ruby version manager 'rvm'?
(RVM lets you easily switch completely between different versions of the ruby interpreter and different ...
25
votes
5answers
5k views
Error while installing ruby-1.8.7 on Fedora 15
Using RVM, I tried to install ree-1.8.7-2011.03 after installing Fedora 15 and I get the following error. Using rvm install ree-1.8.7-2011.03 on Ubuntu 11.04 works fine..
Same error (and solution) ...
25
votes
5answers
8k views
Rails 3 - no such file to load — openssl
when running a Rails server, I get the following error:
no such file to load -- openssl
I try a solution I find online. I go to ~/.rvm/src/ruby-1.9.2-head/ext/openssl. I type : ruby extconf.rb, but I ...
21
votes
2answers
2k views
Rails 3 initializes extremely slow on Ruby 1.9.2
I'm using RVM for managing environment, installed Ruby 1.9.2.p136 (i think its latest release.) and Rails 3, created gemsets and run bundler. everything working good so far
but;
Rails initalizes ...
21
votes
6answers
5k views
Problems with the rails console, RVM and readline
I've installed rvm as a way of making sure that my local development version of ruby is the same as my server's for a particular app i work on (ruby 1.8.7). I've done this, and installed ruby 1.8.7 ...
20
votes
7answers
4k views
Curl Certificate Error when Using RVM to install Ruby 1.9.2
RVM is running into a certificate error when trying to download ruby 1.9.2. It looks like curl is having a certificate issue but I am not sure how to bypass it. NAy help would be great. Thanks so ...
20
votes
2answers
7k views
How to update ruby-interpreters with RVM?
I installed RVM with a few version of ruby-interpreters some time ago.
How I can to update it, because new versions are already realeased?
I found only one way: rvm install 1.9.2-rc1 && rvm ...
17
votes
6answers
9k views
rails server fails to start with mysql2 using rvm & ruby 1.9.2-p0 on OSX 10.6.5
I'm getting the following error when I start rails server:
$ rails server
/Users/ssmith/.rvm/gems/ruby-1.9.2-p0/gems/mysql2-0.2.6/lib/mysql2.rb:7:in `require': ...
17
votes
5answers
3k views
ruby 1.9.2 strange warning when running cucumber specs
I just updated to use rails 3 and tried my first project with rails 3.
When I run my cucumber specs then I get following strange warnings
...
16
votes
9answers
5k views
How do I fix Rubygems recent deprecation warning?
I have recently run updates:
gem update --system
gem update
Now, I come with a lot of deprecation warnings each time I load a gem. For example, rails console:
NOTE: ...
15
votes
2answers
5k views
RVM cannot use ruby with sudo
I've just started playing with Ruby Version Manager (http://rvm.beginrescueend.com/rvm/cli/).
I have succefully configured rvm to use ruby 1.9.2 and everythin is fine.
However when I'm trying to do ...
15
votes
8answers
14k views
Installing Rails Path on Ubuntu with RVM
I'm a linux noob running Ubuntu 10.04 and trying to install rails. I first installed ruby and then RVM and then downloaded and installed rubygems and then installed rails.
Rails only seems to respond ...
14
votes
8answers
2k views
Is RVM production ready?
RVM is great for developing on your local machine. But is it safe on a production machine?
13
votes
10answers
8k views
Install Rails 3 on OSX with RVM
Trying to install the new Rails 3 release on OSX 10.6.
Have never touched Ruby or Rails on this machine since purchased.
I was able to get rvm and get Ruby 1.9.2. installed. From there, I am stuck.
...
13
votes
4answers
3k views
RVM doesn't switch Rubies
I'm running Ruby 1.9.1p243 on CentOS, and I decided to install rvm to handle upgrading to 1.9.2 or downgrading to 1.8.7 (whichever turns out to work better for rails3).
I followed the instructions ...
12
votes
3answers
721 views
Why should I care about RVM's Gemset feature when I use Bundler?
I just don't get it. I thought, Bundler was developed to resolve version conflicts between gems. So that I just have to require "bundler/setup" and everything is fine, knowing that Bundler will load ...
12
votes
7answers
2k views
How do I upgrade my ruby 1.9.2-p0 to the latest patch level using rvm?
My current version of ruby is ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0] but I want to update it to the latest patch level using rvm. How can I do this?
12
votes
6answers
5k views
Installing Ruby on Ubuntu 10.10 using RVM, problem with gem
I've decided to start fresh with ubuntu 10.10.
I started with installing git and then installing rvm from the git repo. everything worked
fine and I compiled and install ruby 1.8.7 and ruby 1.9.2
...
12
votes
2answers
2k views
Do you check in your rvmrc file?
Ruby Version Manager allows us to use an .rvmrc file in each project to set up which ruby version and gem set to load. Should this file be checked in to source control? Or does this presume too much ...
12
votes
3answers
3k views
RVM and thin, root vs. local user
So I'm trying to get thin to run as a service with RVM. After a thin install I manually updated /etc/init.d/thin to use an su - user when running the config command so that thin was running as a local ...
11
votes
5answers
4k views
Could not find rails (>= 0) amongst [] (Gem::LoadError)
After installing rvm, updating .gmrc file, updating rubygems and running gem install rails -v ">=3.1.0rc", I now seem to have a complete mess:
$ rails -v
...
11
votes
2answers
3k views
Installing in Homebrew errors
Attempting to install rvm and ruby 1.9.2
I already installed homebrew and git, but couldn't get complete updates because I kept getting permission errors. Re-installed Snow Leopard and repaired ...
11
votes
3answers
2k views
How do I rename a gemset?
Is there an RVM command to simply rename a gemset? I couldn't find it on the RVM site.
11
votes
3answers
5k views
How do I configure capistrano to use my rvm version of Ruby
Does anybody know how I can tell capistrano to use my default rvm version of ruby for on the server I am pushing to. It insists on using the system version.
Is it even possible?
10
votes
5answers
3k views
Error installing gems that use native extensions on Ubuntu, Ruby 1.9.2 via RVM
I get an error while trying to install the ffi gem:
~ - 16:54>gem i ffi
Building native extensions. This could take a while...
ERROR: Error installing ffi:
ERROR: Failed to build gem ...
10
votes
4answers
2k views
Ruby gems, bundler and RVM confusion
I read this question on stackoverflow, before asking it again. Relationships between Rubygems, Bundler, and RVM
well, there are many questions like this, but people who answered pretty tell the way ...
9
votes
4answers
4k views
RVM Does Not Install Ruby 1.9.2 on Snow Leopard: 'Error running 'make '
When I try to install Ruby 1.9.2 on Snow Leopard using:
rvm install 1.9.2
I get the following:
ERROR: Error running 'make ', please read /Users/mary/.rvm/log/ruby-1.9.2-p180/make.log
ERROR: There ...
9
votes
6answers
4k views
Trouble Installing Ruby 1.9.2 with RVM Mac OS X
I apologize for my ignorance - I'm very new to this - but I have tried everything and cannot get 1.9.2 installed using RVM. I believe I have installed RVM correctly, and when I go to install 1.9.2 I ...
9
votes
1answer
2k views
Rails on Passenger not recognizing RVM
I have shifted to ree using rvm by:
rvm use ree@mygemset
and installed kaminari gem through Gemfile and bundle install.
But Phusion passenger seems to still look for the gem in system default ...
9
votes
1answer
3k views
RVM is not working in ZSH
I'd like to try out the ZSH shell on my Mac, but I also do a lot of Ruby and Rails development, so I use RVM quite a bit too. The problem is that I can't seem to get RVM to work in ZSH, and it's ...
9
votes
4answers
9k views
sqlite3-ruby can't make on rvm 1.8.7
Upgrading to Rails 3 by starting with RVM 1.8.7. OSX 10.5.8
Output:
josh-crewss-macbook:~ joshcrews$ gem install sqlite3-rubyBuilding native extensions. This could take a while...ERROR: Error ...
8
votes
3answers
547 views
How do RVM and RBENV actually work?
I am interested in how RVM and RBEnv actually work. Obviously they swap between different versions of Ruby and gemsets, but how is this achieved? I had assumed they were simply updating symlinks, but ...
8
votes
4answers
2k views
Error while installing Ruby 1.9.3
I have an error while installing Ruby 1.9.3 through rvm.
rvm install 1.9.3-p0
Installing Ruby from source to: /home/alder/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...
...
8
votes
2answers
3k views
rvm rack ruby error already initialized constant WFKV_
I'm getting this error in my terminal when I use any ruby, rake or rails related commands.
Commands are being executed and work fine, but before that I receive his error. Any suggestions? Thanks for ...
8
votes
6answers
2k views
Lion ate my RVM and now I can't install Ruby
I recently upgraded to Lion and everything was fine. Even rebooted the machine a few time. Then over the weekend, Rails was gone! All of my gemsets were gone. I swear I don't know what happened. ...
8
votes
6answers
2k views
Installing linecache19 for Ruby 1.9.2 via rvm
I am having a problem with installing linecache19(dependency of ruby-debug19) for ruby 1.9.2
Here is my term output
$ rvm use 1.9.2
Using /home/bogdan/.rvm/gems/ruby-1.9.2-p180
$ ruby -v
ruby ...
8
votes
6answers
156 views
Benefits of RVM
Why should I/should I not use RVM?
I'm new to the ruby language and servers as a whole. I've had some trouble installing using RVM...so I'm inclined to not use it right now, but it seems like it may ...
8
votes
3answers
838 views
Is a system-wide install of RVM a bad idea?
I'm confused about whether, on a server, you're supposed to install RVM as a regular user or do a system-wide installation, and, if the latter, how you're supposed to do things like bundle install ...
7
votes
5answers
3k views
How do I change my Ruby version using RVM?
I am not able to switch the current Ruby version:
➜ ~ rvm list
rvm rubies
ruby-1.9.2-p290 [ x86_64 ]
ruby-1.9.3-p0 [ x86_64 ]
➜ ~ rvm use ruby-1.9.3-p0
RVM is not a function, selecting ...
7
votes
1answer
587 views
Installing RVM on Ubuntu
I've got a strange error when I try to run this rvm install script (newly installed ubuntu 11.10):
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
I got this:
mkdir: ...
7
votes
1answer
1k views
Bundler + RVM + Passenger + Capistrano deployment & missing gems
I got the server with the configuration above.
This is the important part of my deploy.rb recipe:
$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
require 'rvm/capistrano'
require ...
7
votes
1answer
541 views
JRuby cannot switch to 1.6.2 for this interpreter error rvm
I am trying to configure JRuby using RVM on Ubuntu Linux. I have successfully installed RVM, but when trying to install Jruby, I get the following error:
dlitwak@ubuntu:~$ rvm install jruby-1.6.0
...
7
votes
3answers
6k views
rmagick gem install “Can't find Magick-config”
I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2-head and Rails 3.05. Responses to similar questions recommended installing ...