Is there a way using rbenv to have multiple rails versions sitting side by side with the same version of ruby? For example, I'd like to be able to have one source folder using rails4, and another folder using rails3.
I can very easily install the two different versions of rails, but I just don't know how to call different versions of rails per folder.