Project

rvm

0.61
No commit activity in last 3 years
No release in over 3 years
RVM ~ Ruby Environment Manager ~ Ruby Gem Library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

rvm

http://rvm.io/

Description

RVM ~ Ruby Environment Manager ~ Ruby Gem Library

Installation

  • gem install rvm

Examples

Most common ways to use RVM from ruby process

require 'rvm'
RVM.gemset_use! 'rails3'
RVM.use_from_path! '/path/to/project' # The same ruby has to be used

The most common use for this gem is in Passenger integration:

Development

$ rake spec