Froze rails gems
[depot.git] / vendor / rails / railties / lib / rails_generator / generators / applications / app / USAGE
1 Description:
2 The 'rails' command creates a new Rails application with a default
3 directory structure and configuration at the path you specify.
4
5 Example:
6 rails ~/Code/Ruby/weblog
7
8 This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
9 See the README in the newly created application to get going.