Category Ruby

Using rbenv and bundler to handle multiple ruby & rails versions

Hi, this post describes how to use rbenv and bundler to handle multiple ruby versions and gems installed with each (rails for example), there’s an alternative to that (RVM) that does something similar but I preferred rbenv as I think it’s simpler. rbenv basically lets you have multiple ruby versions on your machine and you […]