Guest User

Untitled

a guest
Jul 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. rails new Portfolio -T
  2. rails db:create
  3. rails s
  4. rails g scaffold Blog title:string body:text
  5. rails db:migrate
  6. rails g controller Pages home about contact
  7. rails g model Skill title:string percent:integer
  8. rails g resource Portfolio title:string subtitle:string body:text main_images:text thumb_image:text
Add Comment
Please, Sign In to add comment