instiki/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE

10 lines
329 B
Plaintext
Raw Normal View History

2007-01-22 14:43:50 +01:00
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.