Replacing gemsets with bundler
On Ruby Rogues, André Arko mentioned that he doesn’t use gemsets to manage project gems. I was intrigued so I investigated how well that works. Turns out, that works quite well. I’ve written an article on Rake Routes on how to use Bundler instead of rvm gemsets to manage your project’s gems.
Comments
I great (reference) post about this topic : http://ryan.mcgeary.org/2011/02/09/vendor-everything-still-applies/
Post a comment