<img src=“https://codeclimate.com/github/simplyaubs/gratefulgarden.png” /> <img src=“https://travis-ci.org/simplyaubs/gratefulgarden.svg?branch=master” alt=“Build Status” />
This is an app to keep your ‘grateful list’.
Pivotal tracker:
Heroku staging: grateful-garden.herokuapp.com/
Production: gratefulgarden.org
Setup:
-
bundle
-
rake db:create db:migrate
-
rake db:create db:migrate RAILS_ENV=test
-
run rspec
-
heroku run rake db:create db:migrate