RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

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!

Gemsets Made Easy

I wrote an article about gemsets but without using any ruby version manager.

Gemsets Made Easy

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in