Gemsets Made Easy
I wrote an article about gemsets but without using any ruby version manager.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I wrote an article about gemsets but without using any ruby version manager.
Comments
What advantage does this have over a local bundle? bundle install –path vendor, for instance…
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.
Post a comment