rails new ProjectName
cd projectName
rails server
rails generate scaffold 'post' title:string body:text
rake db:migrate
Last active
March 12, 2017 14:23
-
-
Save mshjri/7dbfa5eb4fefdb005c44047b8aef2a25 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment