Skip to content

chrblabla/rvm-gem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rvm

https://rvm.beginrescueend.com/

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

Packages

No packages published

Languages

  • Ruby 98.5%
  • Shell 1.5%