[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

3
votes
0answers
1k views

Unable to install OpenSSL package with RVM on Mountain Lion

I'm setting up RVM, Rails, etc., on a clean install of Mountain Lion. I am following the guide "How to Install Xcode, Homebrew, Git, RVM, & Ruby 1.9.3 on Snow Leopard, Lion, and Mountain Lion". ...
3
votes
0answers
450 views

RVM after_cd Hook

I'm trying to use the RVM hooks to run a command after I cd into a directory with my rails app. The contents of my ~/.rvm/hooks/after_cd is: echo "Now using $rvm_ruby_string" The contents of my ...
2
votes
0answers
41 views

Wrong ruby executable path in Tmux session

I've installed ruby 2.0 by using rvm. I am new to tmux. I am using zsh in the .tmux.conf with this config set-option -g default-shell /bin/zsh set-option -g default-command "/bin/zsh -i" also ...
2
votes
0answers
150 views

using zsh shell to install ruby-2.0.0-195 doesn't work

sorry this is my first time to post my question here. I am currently using zsh shell and I keep having trouble with installing ruby. While I run rvm install ruby-2.0.0-p195, it shows the error message ...
2
votes
0answers
79 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 ...
2
votes
0answers
238 views

Install ruby on rails on VPS

I managed to install it locally without any problem but on my VPN I can't follow the guide at all. Execution stops at gem install rails -v 3.2.3 with an error that I can't seem to fix after googling ...
2
votes
0answers
76 views

How to configure rvm with netbeans

I have installed ruby 1.9.2-p1890 in my rvm and the gem directory is /Users/abhay/.rvm/gems/ruby-1.9.2-p180 My netbeans detected the rvm and the ruby installed but when i right click the project ...
2
votes
0answers
58 views

GEMSET disappears from APP when Closing Aptana + RVM

I am currently using the latest version of AptanaStudio3 and I am running into an annoying issue. Every time I am done working with my app and I close the app out, when I revisit it at a later time, ...
2
votes
0answers
521 views

Rails 3.0, RVM: still getting “Could not find … in any of the sources (Bundler::GemNotFound)”

I have following (and have shortened the full path to "/.../"): $ gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.8.21 - RUBY VERSION: 1.9.2 (2012-02-14 patchlevel 318) [x86_64-linux] ...
2
votes
0answers
165 views

thinking_shpinx, sphinx and MacOS X 10.6.7

After installing thinking_sphinx (http://freelancing-god.github.com/ts), and Sphinx (via brew - v.0.9.9-release (r2117) or via latest sources) and setting up ts in Rails3 (Ruby via RVM: ...
2
votes
0answers
129 views

Cucumber + Akephalos “UNIXServer is required”

I setup a rails 2.3 project with cucumber and it works fine. Now i wanted to run javascript tests and i set it up using Akephalos. Now the funny thing. The tests run on my collegues machines just ...
1
vote
0answers
48 views

Error installing caldecott on Ubuntu

In Ubuntu 12.10 when I run the following command gem install caldecott I get the following error message Building native extensions. This could take a while... ERROR: Error installing ...
1
vote
0answers
80 views

Error while trying to gem install json under Ubuntu 12.04

Catching this error under Ubuntu 12.04: Building native extensions. This could take a while... ERROR: Error installing json: ERROR: Failed to build gem native extension. ...
1
vote
0answers
22 views

Exiting an SSH session with an EC2 instance wrecks local RVM

I use RVM for Ruby on a Mac running OSX 10.8.2. I'm currently using Ruby version 2.0.0. I've recently begun tinkering with EC2. An unfortunate pattern has emerged. After I exit an SSH session with my ...
1
vote
0answers
66 views

RVM says it can't open openssl.cnf

I'm setting up my new MacBook (10.8.3) with rvm, and I consistently get this: WARNING: can't open config file: /Users/dan/.rvm/etc/openssl/openssl.cnf I looked in that directory, and do not see ...
1
vote
0answers
100 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 ...
1
vote
0answers
47 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 ...
1
vote
0answers
244 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
vote
0answers
283 views

gem install sqlite3 -v '1.3.7'

when i try to install the sqlite3 with this - > gem install sqlite3 -v '1.3.7' this errors appears: Building native extensions. This could take a while... ERROR: Error installing sqlite3: ...
1
vote
0answers
110 views

rvm install configuration error mac os x lion

My rvm can't install anything due to configure error: configure:3489: error: C compiler cannot create executables Looking at config.log, I see: ac_cv_build=x86_64-apple-darwin11.4.2 ...
1
vote
0answers
172 views

Jenkins: Doing tests in RVM environment fails

I have Jenkins on master machine (Windows) connected with node on Ubuntu machine (Ubuntu 12.04). They had been running together fine for some months, but a pair weeks ago I started to encounter ...
1
vote
0answers
294 views

Cannot install gems on RVM JRuby gemset: SocketError: initialize: name or service not known (http://rubygems.org/specs.4.8.gz)

I'm trying to install JRuby and Ruby on Rails (or "JRuby on Rails") with RVM on GNU/Linux Debian, but I'm getting some error. This is what I have done. First of all, I made these installations ...
1
vote
0answers
267 views

rvm install 1.9.3 on cygwin hangs during yaml config

I am on cygwin and I have installed rvm by curl -L https://get.rvm.io | bash -s stable --ruby. Now I run rvm install 1.9.3 which produces this output: $ rvm install 1.9.3 Fetching yaml-0.1.4.tar.gz ...
1
vote
0answers
95 views

Virtual host setup and management for Rails apps with RVM?

I have a server that will be hosting several Rails apps and I'm attempting to understand how best to serve these multiple virtual hosts. I have done this before via reverse proxy with Apache and ...
1
vote
0answers
143 views

How do you run the rails command from a cocoa application?

I've been stuck on this one for a while. I'm trying to run a rails shell command from my cocoa application to create a news rails app. When I run ...
1
vote
0answers
984 views

RVM and Passenger with two Ruby versions

How can I use Passenger, RVM and Apache with 1.9 and 1.8(ree) ruby version? I need it in production env. I try this: RVM PASSENGER but REE is only working. 1.9 say this: The given ruby ...
1
vote
0answers
165 views

Trying to solve the “undefined method 'xxx' for class Syck::DomainType” error

I am using Ruby on Rails 3.2.2, RVM (Ruby Version Manager) running Ruby 1.9.2, Phusion Passenger 3 and the DelayedJob gem. As many people, I am getting the undefined method 'xxx' for class ...
1
vote
0answers
320 views

Install Ruby via RVM on CPanel System to use Unicorn via Apache mod_proxy

I own a CentOS 6.0 System with CPanel 11.30.5 installed. I'm very new to CPanel. I want to install Ruby using RVM in a user directory that will be created as a CPanel account (install it locally in a ...
1
vote
0answers
181 views

debian wheeze nginx compile error

I am using rvm in debian wheeze, i want to run rails with passenger, and i get error on nginx standalone core compile. I am using ruby 1.9.2 and i have install in my system the proper libs. ...
1
vote
0answers
434 views

Crash while installing Passenger 3.0.8 with Nginx 1.0.5 on CentOS 5.6 (with RVM and Ruby 1.9.2-290)

After I downloaded the OpenSSL 1.0.0d and Nginx 1.0.5 sources, and after successfully installed RVM (v1.7.2) and Ruby 1.9.2-p290 on CentOS 5.6 i386, I did the following as root : rvm use 1.9.2 ...
1
vote
0answers
551 views

Error running a Rails app in RVM: 'Could not open library'

Under 10.4.11, ruby-1.9.2-p290 and RVM I've just installed gems from an app's gemfile, but on running the server I get the following (a search only yields two similar questions, both unanswered), so ...
1
vote
0answers
683 views

bundle: [BUG] Segmentation fault ruby 1.8.7 related to Bundle RVM and Heroku

Rails config problem I guess. I have an error in my config that just occurred. The only thing I recall doing since the app was working is: % gem install taps Current state Mac:mecv2 me$ ...
1
vote
0answers
407 views

Warbler and rvm - Could not find RubyGem warbler when running WARBLE

/var/lib/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error': Could not find RubyGem warbler (>= 0) (Gem::LoadError) from ...
1
vote
0answers
847 views

Cannot use RVM commands even after modifying .bash_profile

I am a newbie RoR developer (and pretty newbie for programming in general). I followed the installation instructions on http://rvm.beginrescueend.com/rvm/install/ to a T. I added... [[ -s ...
1
vote
0answers
135 views

How do I make the output from tests a little less verbose (with BacktraceCleaner?) in Rails 3

I want to filter out most of this, so I don't have to scroll up after each failed test: 1) Error: test_should_get_index(AuthenticationsControllerTest): NoMethodError: undefined method `bupp=' for ...
0
votes
0answers
17 views

Why is bundler using an old version of ruby, and not recognizing new gems that are installed?

In my Heroku/Sinatra app I set up my gemfile with Ruby 1.8.7 and then later used RVM to set my default to 2.0.0. Now when I try and install any new gems such Sinatra-flash or Pony, the gems aren't ...
0
votes
0answers
16 views

Error with Rails/RVM/Rubygems

I am having a strange issue running some legacy code that our former programmer created a few years ago. When I try to run rails server, I get this error: ...
0
votes
0answers
55 views

RVM - MacPorts won't update through proxy

I'm trying to use RVM to install ruby on my iMac. I start by typing the following: rvm list known I then target the version that I want to install (the guide I'm following recommends 1.9.2 instead ...
0
votes
0answers
29 views

After successful deployment App not running (RoR/Capistrano/Github)

In between i found another working solution to solve the issue using Windows for development and Linux for production. Solution After using the recommendations i have another issue. CAP DEPLOY works ...
0
votes
0answers
22 views

Ubuntu 10.04 Rails Configuration: Bad Phusion Passenger Link

I am getting a 500 Internal Server Error when browsing to my Rails app's main directory. My Apache error log is giving the below information. I have researched the errors given and did not find any ...
0
votes
0answers
27 views

RVM, Passenger Standalone, Mac OS X, and launchd, was able to source my env before OS X 10.7.5 update

I already posted this on serverfault but perhaps that was the wrong place since there was no response.... In the past (March 2013) I was able to run this plist file and source my .bash_profile to get ...
0
votes
0answers
40 views

need to downgrade gcc version for installing rvm successfully

I was trying to install rvm using the below command \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby I got an error saying I have out dated version xcode which is 3.2 or some I ...
0
votes
0answers
51 views

-bash: /etc/profile.d/rvm.sh: No such file or directory

I recently update my default ruby version, by using $ rvm --default use x.x.x After doing so, and restarting my terminal I got the following error -bash: /etc/profile.d/rvm.sh: No such file or ...
0
votes
0answers
61 views

Error: No available formula for libgpg-error

Trying to get ruby 2 via RVM but I'm stuck at rvm requirements. My brew doctor is clean except for this: Warning: Your compilers are different from the standard versions for your Xcode. If you have ...
0
votes
0answers
13 views

My Ubuntu system ruby upgrade borked rvm, how do I fix this?

I upgraded my system Ruby to Ruby 1.9.1 and inadvertently killed my rvm. My old system was 1.8. Now when I try to run programs that pull from the gems I have in ~/.rvm/gems/ruby-1.9.3-p194/gems, I ...
0
votes
0answers
101 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 ...
0
votes
0answers
63 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
0answers
76 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
0answers
83 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 $ ...
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 ...

1 2 3 4 5 7