aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/USAGE
blob: 9e7a78d132c8c1d25a54cbeb788ca92118c650e6 (plain) (tree)
1
2
3
4
5
6
7
8
9
            
                                                                          


                                                                  
                                


                                                                       
Description:
    The 'rails new' command creates a new Rails application with a default
    directory structure and configuration at the path you specify.

Example:
    rails new ~/Code/Ruby/weblog

    This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
    See the README in the newly created application to get going.