The Basics of Managing Multiple Ruby Versions

Every project can have it’s own Gem dependencies and version requirements making switching between Ruby projects difficult especially for visual designers and beginners. Ruby management tools such as RVM and rbenv help you install and manage multiple Ruby environments. I’m a Mac guy and most recently I’ve been using rbenv so this post focuses on OSX and rbenv.

Continue reading The Basics of Managing Multiple Ruby Versions