Ruby Version Manager

From Wikipedia, the free encyclopedia

Template:Short description Template:Refimprove

Page Module:Infobox/styles.css has no content.

Ruby Version Manager
[[Programmer|DeveloperTemplate:Pluralize from text]]Wayne E. Seguin, Michal Papis
Template:Infobox software/simple
Written inBash, Ruby[1]
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
Operating systemUnix-like
LicenseApache License 2.0
Websitervm.io
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

Ruby Version Manager, often abbreviated as RVM, is a software platform for Unix-like operating systems designed to manage multiple installations of Ruby on the same device.[2]

The entire Ruby environment including the Ruby interpreter, installed RubyGems (gems), and documentation is partitioned. A developer can then switch between the different versions to work on several projects with different version requirements. In addition to MRI, the standard Ruby interpreter, RVM functions as an installer for various other implementations of Ruby. These include JRuby, mruby, MacRuby, IronRuby, Maglev, Rubinius, Ruby Enterprise Edition, Topaz, and GoRuby (an interpreter optimized for code golf). In addition, RVM supports the installation of patched versions of MRI.[citation needed]

RVM provides features for organization of Ruby gems through "gemsets", collections of gems separated by a namespace and associated Ruby installation. Gemsets can be associated with directories/projects through the use of the RVM-exclusive .rvmrc file. An alternative to using the .rvmrc file (and the general purpose although user-specific .jrubyrc) and its format is use of the .ruby-version and .ruby-gemset files, which are compatible with other ruby version managers, such as RBenv and chruby. Additionally, using .rvmrc requires trusting to prevent execution of unauthorized code, while .ruby-version does not.[3]

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content."rvm / RubyGems.org". Retrieved 2016-05-30.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Thomas, Dave (2011). Programming Ruby 1.9 (Version 4.1 ed.). The Pragmatic Programmer.
  3. ^ Page Module:Citation/CS1/styles.css has no content."RVM: Ruby Version Manager - Typical RVM Project Workflow".

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.


Template:Asbox