<img src=“https://codeclimate.com/github/simplyaubs/the_bucket.png” /> <img src=“https://travis-ci.org/simplyaubs/the_bucket.svg?branch=master” alt=“Build Status” />
This is an app to keep your ‘worry list’.
Pivotal tracker: www.pivotaltracker.com/n/projects/1121764
Heroku staging: fuck-it-bucket.herokuapp.com/
Setup:
-
bundle
-
rake db:create db:migrate
-
rake db:create db:migrate RAILS_ENV=test
-
run rspec
-
heroku run rake db:create db:migrate