Skip to content

Commit

Permalink
unpublished the bundler article
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed Aug 13, 2010
1 parent 8ccad94 commit 5b50b25
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Bundler, because your gems depend on gems too
excerpt:
published: true
published: false
---

"Bundler":http://gembundler.com made gem dependencies in Rails projects a lot easier. It creates a “bubble” of gems you listed in your @Gemfile@, which means it only loads the ones you specified. While this might sound annoying, it keeps you from having incomplete gem dependency specifications like you did when you were still using @config.gem@. This makes it easier to keep your @Gemfile@ complete and your project simple to get up and running.
Expand Down

0 comments on commit 5b50b25

Please sign in to comment.