aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-05-08 21:41:41 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-05-08 21:41:41 -0300
commitc31b386a8834130471a297faa720bfe4ff2e884e (patch)
tree2195a60f1e8079bc2d1584b17fecafa271e27b0b /railties
parent7a5aa35ed09dbdf306adbe5786cca7019a10bf98 (diff)
downloadrails-c31b386a8834130471a297faa720bfe4ff2e884e.tar.gz
rails-c31b386a8834130471a297faa720bfe4ff2e884e.tar.bz2
rails-c31b386a8834130471a297faa720bfe4ff2e884e.zip
Updates bundler information, now bundler has a homepage
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/3_0_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 622032e1ea..4b66baae1c 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -87,7 +87,7 @@ h4. Vendoring Gems
Rails now uses a +Gemfile+ in the application root to determine the gems you require for your application to start. This +Gemfile+ is processed by the "Bundler":http://github.com/carlhuda/bundler, which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems.
-More information: - "bundler README on Github":http://github.com/carlhuda/bundler
+More information: - "bundler homepage":http://gembundler.com
h4. Living on the Edge