mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9 lines
329 B
Text
9 lines
329 B
Text
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.
|