Skip to content
nkryptic edited this page Sep 13, 2010 · 5 revisions

sandbox is a command-line application which allows you to create virtual environments for ruby and rubygems. Inspired by Python’s virtualenv and the ease with which it allows you to sandbox your gems, development work, and even alternate versions of ruby and rubygems installs.

Modes

  • sandbox only
  • (pending) sandbox + rubygems install
  • (pending) sandbox + ruby + rubygems install

Clone this wiki locally