aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/USAGE
blob: 36d6061a5990f859ca58f62c0dde9157c36d6c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
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.