-
$
rails new sample_app -T# -T ~ no Test::Unit -
#Update Gemfile (rspec, webrat)
-
$
bundle install -
$
rails g rspec:install -
git init; git add .; git commit -m ‘Initial commit’
-
#Create repo on github
-
$ git remote add origin [email protected]:/sample_app.git
-
$ git push origin master
-
$ heroku create
-
$ git push heroku master
Static Pages
- $ git co -b static-pages