Setting up a new (OS X) development machine: Part 2 - Global Package Managers
A guide to setting up global package managers (RVM, NPM, Homebrew) on a new OS X development machine for managing system and app dependencies.
A guide to setting up global package managers (RVM, NPM, Homebrew) on a new OS X development machine for managing system and app dependencies.
A tutorial on creating a command-line Ruby gem from scratch using Bundler and RVM, covering project setup and executable creation.
A beginner's guide to installing and using RVM (Ruby Version Manager) for managing Ruby versions and gemsets in Rails development.