Colorado Software Summit: October 22 Ð 27, 2006 ...

rails /path/to/application Generates the stub of the application script/server Starts the server on port 3000 script/generate model BlogEntry Create stub files for the model, some fake data, a migration and some unit tests script/generate controller EditEntry Create stub files for the controller along with some functional tests ................
................