aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorHenrik N <henrik@nyh.se>2008-05-23 11:15:40 +0200
committerHenrik N <henrik@nyh.se>2008-05-23 11:15:40 +0200
commit4d276cfafbd0ebd6564d402c3c716803be04a179 (patch)
tree92c1d1c9af9f7e7c51c0f3e28f15ca93ca877548 /railties
parent63946cfb0ecb1a30b254920df7daee57b36ce7ec (diff)
downloadrails-4d276cfafbd0ebd6564d402c3c716803be04a179.tar.gz
rails-4d276cfafbd0ebd6564d402c3c716803be04a179.tar.bz2
rails-4d276cfafbd0ebd6564d402c3c716803be04a179.zip
environment.rb template 'rake gem:install' should be 'rake gems:install'.
Diffstat (limited to 'railties')
-rw-r--r--railties/environments/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index cf00bb6bc8..eaa7464ec9 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -21,7 +21,7 @@ Rails::Initializer.run do |config|
# config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
# Specify gems that this application depends on.
- # They can then be installed with rake gem:install on new installations.
+ # They can then be installed with rake gems:install on new installations.
# config.gem "bj"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "aws-s3", :lib => "aws/s3"