aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-11-14 19:30:38 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-11-14 19:30:38 +0000
commitcb1f569231c402c47643d590f063c95abdd2c1b5 (patch)
treeded5baab35e34a4ea72145c308777af1894f058d
parent990a3f3a83ec6b33360373919009a7d8bd396534 (diff)
downloadrails-cb1f569231c402c47643d590f063c95abdd2c1b5.tar.gz
rails-cb1f569231c402c47643d590f063c95abdd2c1b5.tar.bz2
rails-cb1f569231c402c47643d590f063c95abdd2c1b5.zip
Remove stale warning from application generator usage message. Closes #10165 [bronson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8143 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--railties/lib/rails_generator/generators/applications/app/USAGE7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/lib/rails_generator/generators/applications/app/USAGE b/railties/lib/rails_generator/generators/applications/app/USAGE
index cded9c3061..36d6061a59 100644
--- a/railties/lib/rails_generator/generators/applications/app/USAGE
+++ b/railties/lib/rails_generator/generators/applications/app/USAGE
@@ -7,10 +7,3 @@ Example:
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
See the README in the newly created application to get going.
-
-WARNING:
- Only specify --without-gems if you did not use gems to install Rails.
- Your application will expect to find activerecord, actionpack, and
- actionmailer directories in the vendor directory. A popular way to track
- the bleeding edge of Rails development is to checkout from source control
- directly to the vendor directory. See http://dev.rubyonrails.org/