All Projects → rvm → Rvm Gem

rvm / Rvm Gem

Licence: mit
RVM Ruby Gem Library

Programming Languages

ruby
36898 projects - #4 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].