blob: 28df6ebf44bf54e82b45ab24b52c9feabf39cb72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Description:
The 'rails new' command creates a new Rails application with a default
directory structure and configuration at the path you specify.
You can specify extra command-line arguments to be used every time
'rails new' runs in the .railsrc configuration file in your home directory.
Note that the arguments specified in the .railsrc file don't affect the
defaults values shown above in this help message.
Example:
rails new ~/Code/Ruby/weblog
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
|