What advantage does this have over a local bundle? bundle install --path vendor, for instance...bokmann - April 13, 2012 18:35
The problem is that bundler doesn't provide that feature standalone: You need to buy into the workflow of creating and maintaining a Gemfile, running bundle exec each time, etc. This tool on the other hand just gives you a sandbox that you can combine with other existing tools.lucasefe - April 13, 2012 19:39
Comments