[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

1
vote
1answer
163 views

RVM install gives error Unrecognized option: --autolibs=3 on OSX Lion

I got a new MacBook Pro with Lion on it, and I'm trying to run: \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby according to https://rvm.io/rvm/install/ The command gives me: ...
0
votes
1answer
107 views

Path to gem (e.g. /var/lib/gems/1.8/bin/) when Ruby is installed using RVM?

First-time Ruby user here, and Jekyll is the reason. First, I installed RVM (on Ubuntu Server 12.04 64-bit): \curl -L https://get.rvm.io | bash -s stable And followed the subsequent instructions ...
0
votes
1answer
197 views

Installing RVM in ubuntu 12.04

I have problem with ruby and decided to do a fresh installation of rvm and rails... When i try to install rvm by curl -L https://get.rvm.io | bash -s stable , i get the following error curl: (56) ...
-1
votes
1answer
55 views

How to download latest jruby [closed]

The following command downloads 1.7.2, but I need to pull the latest version. How should I do that? rvm install jruby http://jruby.org.s3.amazonaws.com/downloads/1.7.2/jruby-bin-1.7.2.tar.gz - ...
0
votes
0answers
25 views

.rvmrc is not read in gnome-terminal

In one directory I have these files: $ ls -1a . .. Gemfile Gemfile.lock .rvmrc test.rb but .rvmrc file is not read when we change to this directory. I have configured gnome-terminal as this page ...
1
vote
1answer
752 views

Can't install Ruby 1.9.3 via rvm in OS X Lion even with “--with-gcc=clang”

I've been checking other questions around here from people having trouble installing ruby 1.9.3 in Lion with RVM, problem seemed equal to mine so I tried solutions provided with no success: I first ...
3
votes
2answers
192 views

bundler vs RVM vs gems vs RubyGems vs gemsets vs system ruby [closed]

I am new to Ruby and trying to wrap my head around following concepts: bundler vs RVM vs gems vs RubyGems vs gemsets vs system rub and I'm confused. Can someone please describe a 'best practice' of ...
0
votes
1answer
116 views

capistrano error msg: Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file --

I am using capistrano and get this error message: Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file -- active_record/connection_adapters/pg_adapter) I have ...
4
votes
3answers
305 views

rvm requirements 'Failed loading requirements for osx_brew!'

I attempted to install Ruby 2.0.0-p0 on my Mac (OS X 10.8.3) today, which failed with some issues around gem installation (unfortunately I didn't keep the error logs). Since then I've been having ...
1
vote
2answers
190 views

Trouble installing fast_xor Gem on Ubuntu for Discourse

I'm very new to terms like ruby, rvm, gems; but I'm trying to get Discourse installed on an Ubuntu 12.10 server. I have all gems installed using bundle install, save for one, fast_xor: Installing ...
0
votes
1answer
84 views

ruby still shows old version

I have installed or I think is is so a new version of ruby on my osx ppc running leopard 10.5.8 but when I run ruby --version it shows the old one 1.8.7 (default on the machine) but when I run... ...
0
votes
1answer
127 views

Trying to install ruby 1.9.3 via rvm and fail at brew link apple-gcc42 on OS X 10.8.3

I realize there are a long string of issues related to the new LLVM-based gcc with Xcode 4.2. So I tried to rvm get head, rvm install apple-gcc42 Installation went fine but I am unable to brew link ...
0
votes
1answer
124 views

Jruby installation with rvm giving java.lang.UnsatisfiedLinkError

I am trying to install jruby on my jenkins server. This is what is happening. $rvm install jruby Searching for binary rubies, this might take some time. jruby-1.7.3 - #configure ...
0
votes
0answers
80 views

Aptana Studio (plug-in and standalone) is using system-wide Ruby instead of RVM Ruby

I just installed Eclipse Juno with the Aptana plug-in. I imported a Rails app as a new project and the Rake pop-up menu (right click on the App Explorer) is empty the first time you hover the mouse ...
0
votes
1answer
224 views

/usr/bin/env: ruby1.8: No such file or directory

I have installed ruby 1.9.3 and now when I want to start "rails server" on a project I get this error: /usr/bin/env: ruby1.8: No such file or directory I saw in some posts that I have to change PATH ...
0
votes
3answers
74 views

ruby version and rvm [duplicate]

I installed ruby 1.9.3 by means of rvm. But in case of errors, I've got messages of the following form /home/railstest/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0 ...
0
votes
0answers
164 views

Getting “client intended to send too large body” error in passenger logs when uploading large file

I have a Ruby on Rails site that allows users to upload large files (500MB to 3GB in size). We have multiple Ruby on Rails sites running on the same server and some of them use different ruby ...
0
votes
1answer
120 views

Error Installing RVM through Cygwin in Windows

I am attempting to install RVM through Cygwin, following this tutorial. AFter creating the directory and cloning the git repository, I need to run ./osx_or_cygin_kick_off to begin the installation ...
0
votes
1answer
403 views

installing ruby 2.0.0 rvm osx 10.6

I'm having a bit of a problem upgrading Ruby to 2.0.0 and Rails to 3.2.13. I was using this guide, and got to the step to create a new project specific gem list for ruby 2.0.0 and rails 3.2.13. ...
-2
votes
1answer
16 views

source ~/.rvm/source/rvm

Once in a while when working on my Rails app I try to use the Rails command and I get this error: The program 'rails' can be found in the following packages: * rails * ruby-railties-3.2 Try: sudo ...
0
votes
2answers
62 views

Jruby grabs all available memory and fails (used over RVM) - how to fix it?

when using jruby, even simple commands like gem -v fail. Initially, I got this error: Error: Your application used more stack memory than the safety cap of 2048K. Specify -J-Xss####k to increase it ...
1
vote
2answers
814 views

Can't install Ruby 2.0.0 with rvm

I tried to install Ruby 2.0.0 with rvm install 2.0.0 this was my output: Searching for binary rubies, this might take some time. No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392. ...
0
votes
1answer
487 views

Brew update errors

I'm trying to install Ruby/RVM/Rails on my Mac but I was unaware that I had to install Homebrew first. Upon running the recommended ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" to ...
1
vote
1answer
79 views

troubles with RVM and OpenSSL

Trying to set up a new macbook for a colleague. Not going well. First I install OpenSSL: Heathers-MacBook-Pro:~ heather$ rvm pkg install openssl Fetching openssl-1.0.1c.tar.gz to ...
1
vote
2answers
490 views

Openssl error message on install log when installing ruby 1.9.3 on Mac OSX 10.6.8

Hi I am trying to install ruby via rvm using the following code: CC=/usr/bin/gcc-4.2 rvm install 1.9.3 --with-iconv-dir=$rvm_path/usr --with-openssh-dir=$rvm_path/usr but I am getting errors on the ...
3
votes
1answer
156 views

“rvm docs generate” is killed

Any idea why rvm(1.18.15) fails to generate the document for ruby2.0? $ rvm docs generate ri documentation, be aware that this could take a long time, and depends heavily on your system ...
1
vote
1answer
86 views

How to run rails 2 project with rvm?

I have an old rails project. in environment.rb: RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION & I wanna run it with rails -v=2.3.8 I use RVM => ree-1.8.7-2011.12 [ i686 ...
0
votes
0answers
148 views

Ubuntu 12.10 can't install pg gem?

I have read every article I can find on this but seem to have the problem despite having tried the various recommendations. I am using RVM on Ubuntu 12.10. All my other gems are installing fine but ...
0
votes
1answer
54 views

Curl Not a Reconized Command Ruby RVM

I'm trying to install RVM and I'm following the instructions from the RVM webpage. It says to use this command in the cmd: curl -L https://get.rvm.io | bash -s stable --ruby But it says that ...
1
vote
0answers
45 views

Unable to use Rails Composer on Windows

Rails Composer is a tool for auto-generating template rails applications. Maybe I'm stupid but I can't get it up and running on Windows. I managed to create an app using rails new myapp -m ...
0
votes
2answers
149 views

RVM cannot build OpenSSL on Mountain Lion

Ruby will build just fine, but it won't build with OpenSSL support. I've tried setting CC to point to both the XCode 4.6 command line tools' copy of GCC and MacPorts' version of gcc 4.2. That doesn't ...
0
votes
0answers
63 views

Why is the OSX system Ruby being used instead of RVM default (SilverStripe-Compass module)

I recently updated SilverStripe on my dev server to v3.0.5 using Composer which happened to pull in the silverstripe-compass module. I happen to use compass externally (not the SilverStripe module). ...
0
votes
0answers
57 views

webrick and active_support (LoadError)

I've CentOS 5.8 x86_64 with RVM installed. Under root I do: 1) rvm install ruby-1.9.2 2) rvm gemset create global 3) rvm gemset use global 4) gem list *** LOCAL GEMS *** actionmailer (2.3.14) ...
0
votes
1answer
104 views

Capistrano deployment can't find certain gems during deployment (Probably RVM related)

I've been trying to deploy to a VPS using Capistrano, and the following command is throwing me a lot of errors: * executing "cd -- /home/work/for_linode/releases/20130317174830 && rake ...
-1
votes
1answer
86 views

rvm requirements seem strange [closed]

I'm trying to install rails on OSX. I've installed rvm, and running rvm requirements lists the following: For ruby: Install: osx-gcc-installer libksba openssl libreadline git zlib1g libyaml ...
1
vote
1answer
369 views

RVM bundler installed ERROR: Gem bundler is not installed, run `gem install bundler` first

I get to work with a new project and it's based on ruby 1.8.7, I'm using rvm to manage my ruby versions and I have installed 1.8.7 and 1.9.2. The thing is when I do: rvm use 1.8.7 and try to run: ...
1
vote
1answer
118 views

Installing Ruby on Rails on Mac is failing

I am trying to install Ruby on rails on my Mac for the first time. I ran the following command on my terminal windows - rvm install 2.0.0 But I keep getting this error. Error running ...
1
vote
0answers
241 views

Vagrant / Chef-solo not working after running recipe rvm::vagrant

After adding recipe rvm::vagrant and running vagrant provision I got: /usr/local/bin/chef-solo: line 23: /opt/vagrant_ruby/bin/chef-solo: No such file or directory Chef never successfully completed! ...
-1
votes
1answer
22 views

How to use REE in development mode [closed]

We would like to check to see if we run into issues with REE, what would be the process to switch between community rails and REE using RVM.
1
vote
2answers
245 views

Amazon OpsWorks custom cookbook RVM

I'm trying to install RVM with Amazon OpsWorks using the following cookbook https://github.com/fnichol/chef-rvm. I want rvm to run under the user tomcat6, so I included the recipe rvm::user with the ...
0
votes
2answers
35 views

rvm install via capistrano is flooding output

I'm running a shell script via capistrano to install rvm and ruby. When running rvm install ruby-${RUBY_VERSION} 2>&1 > ../log/ruby_install.log in my script, all output seems to be going ...
1
vote
2answers
97 views

How to specify where to install RVM on mac OS X?

I am trying to install RVM after having installed Homebrew and the XCode command line tools, which tested out fine. My problem is because I used an OWC internal SSD + internal HD OS X (10.7) install ...
0
votes
2answers
470 views

How to install Ruby 2.0.0 on mac os x 10.8.2 using RVM without MacPorts or Homebrew? [closed]

I know I can install Hombrew or Macports and then update the old OpenSSL (0.9.8) but I don't want to do that. I only want to install ruby 2.0.0 and then rails I don't want to install Homebrew or ...
1
vote
1answer
3k views

What can I do about a Bundler::GemfileNotFound error?

I just installed bundler-1.3.3 successfully. However, when I try to run bundle install I get Bundler::GemfileNotFound What is wrong here?
0
votes
1answer
86 views

What can I do to resolve this error when trying to install bundler?

I am trying to run this command gem install bundler but I am always getting this error: ERROR: Loading command: install (LoadError) cannot load such file -- openssl ERROR: While ...
0
votes
1answer
234 views

Redirect output from a shell script to a file

I'm busy writing up a Capistrano deployment script for one of our applications. One of the steps installs RVM using the following command: run "cat ~/rvm-installer.sh | bash -s stable --ruby" ...
0
votes
1answer
56 views

New Gems Not Found in Production with Rails 3, Bundler and RVM

I recently set up a production server for a Rails 3 app. On the initial deploy everything worked fine. On a subsequent deploy, new gems that were added to the project are not being found. I am ...
0
votes
1answer
29 views

RVM project specific gems

I've set up an RVM environment and installed bundler and rake. In my Project i've got a Gemfile, when i run "bundle install" the gems get installed in the projectfolder that i've specified. But when i ...
0
votes
2answers
562 views

Problems installing Ruby/Rails, even with RVM

So here is what happened: I started working for a company and was given a macbook pro for work. I do customer support for Exceptional/Airbrake so i need to learn Ruby/Rails. So the laptop had a ...
0
votes
2answers
140 views

RVM Install Error (There is no checksum.. it's not possible to validate it)

On running the command rvm install 1.9.2 # or 1.9.3 or 2.0.0 all report the same. Im getting the following error: There is no checksum for ...

1 3 4 5 6 7 42