This is a web application built by Maurice Cadenhead.
cp config/database.example.yml config/database.yml # and edit
RAILS_ENV=test bundle exec rake db:create
RAILS_ENV=development bundle exec rake db:setup
bundle exec rake db:populate
bundle exec rake