aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAnuj Dutta <anuj@andhapp.com>2010-02-05 10:49:32 +0530
committerAnuj Dutta <anuj@andhapp.com>2010-02-05 10:49:32 +0530
commitb1af06ecac7e46ad3ea7e7084810bc2c4fa247d7 (patch)
tree41b293c1bae1e93c811e38b2bf35f650afd019a2 /railties
parent436532b3ce19216118ab7db0a62776aa79a0b1c6 (diff)
downloadrails-b1af06ecac7e46ad3ea7e7084810bc2c4fa247d7.tar.gz
rails-b1af06ecac7e46ad3ea7e7084810bc2c4fa247d7.tar.bz2
rails-b1af06ecac7e46ad3ea7e7084810bc2c4fa247d7.zip
Added rack and i18n to the list of dependencies
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/3_0_release_notes.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index c816cc48d4..4a5c3f81ef 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -24,8 +24,8 @@ TIP: To install the Rails 3 prerelease beta using rubygems you have to install a
<shell>
# Use sudo if your setup requires it
-gem install tzinfo builder memcache-client rack \
- rack-test rack-mount erubis mail text-format \
+gem install tzinfo builder i18n memcache-client rack \
+ rake rack-test rack-mount erubis mail text-format \
thor bundler
gem install rails --pre
</shell>