A template for creating rails websites that includes the following:
https://github.com/jamesperet/rails_website_template.git
config/database.yml
rake db:migrate
rake bootstrap:all
rails server -p 3000
admin@website.com
with the password 12345678
heroku create new-app-name
figaro heroku:set -e production
to set enviorment variables on herokuheroku addons:add heroku-postgresql
to create and configure a postgres database in heroku servergit push heroku master
to deploy the repo