Monday, December 20, 2010

Bundler for ruby applications

I just found out that Rails3 is using Bundler to manage all of the gem dependencies.

This is just an awesome idea ;-)

I use to write custom deployment script for all of the new instances that I create in the cloud.

With this, you can easily manage the dependencies for your ruby application anywhere you choose to run.

No comments: