aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/applications/app/USAGE
blob: 3bb55113fa48b0a8305eb4ab431aa455211f5a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description:
    The 'rails' command creates a new Rails application with a default
    directory structure and configuration at the path you specify.

Example:
    rails ~/Code/Ruby/weblog

    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.com