diff options
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails_generator/generators/applications/app/USAGE | 7 |
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/ |