Template slide
rails new <project_name>
rails new <project_name>
rails new <project_name>
rails s
rails generate controller StaticPages home about
rails generate - rails make this!
controller - make a controller with no model
StaticPages - the name of the controller
home, about - the views and routes to make
rails destroy StaticPages controller home about contact