Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # template.rb
  2. run "rm public/index.html"
  3. generate(:scaffold, "person name:string")
  4. route "map.root :controller => 'people'"
  5. rake("db:migrate")
  6.  
  7. git :init
  8. git :add => "."
  9. git :commit => "-a -m 'Initial commit'"
Add Comment
Please, Sign In to add comment