An unfinished time tracking application made with Rails.
- set up
ENV["SECRET_KEY_BASE"], used by Devise asconfig.secret_keyin production
heroku config:set SECRET_KEY_BASE=*****
- set up SendGrid
heroku addons:create sendgrid:starter
- create a SendGrid API key then:
heroku config:set SENDGRID_API_KEY=xxxx_api_key_xxxx
This project is under the MIT license.