Riding Rails
rails new morecast rails s # visit localhost:3000 # ctrl-c to exit git init git add . git ci -m "first commit"