A couple of months ago Ryan McGeary wrote an article about why @defunkt‘s idea of “Vendor Everything” still applies. I’m playing with this for a while, and I came up with these best practices. First of all, we need a ruby platform (yes, we need rvm): $ echo rvm 1.9.2 > .rvmrc $ rvm rvmrc load We’ll going to store project-related binaries in bin folder, why don’t we add this to the search path? Th