Posts RSS Comments RSS 58 Posts and 39 Comments till now

Command Cheat Sheet

Generating a new App - rails appnamehere

Starting the Webserver - ruby script/server

Generate a controller - ruby script/generate controller Controllername

Migrate changes into database / test initial database connection - rake db:migrate

Generate scaffold for editing - ruby script/generate scaffold modelname controllername

Generate migration fileĀ  - ruby script/generate migration fileName

Trackback this post | Feed on Comments to this post

Leave a Reply