GitHub - rvm/rvm-gem: RVM Ruby Gem Library · GitHub
Skip to content

rvm/rvm-gem

Folders and files

Repository files navigation

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

About

RVM Ruby Gem Library

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

Contributors