/govapplication

Government of Canada Application / Cover Letter Tracker.

Primary LanguageRuby

Government application app

Primary goal is to store questions/answers to government applications.

Also we need to allow people to register easily (Devise + OmniAuth (fb, google)).

Easily search through existing questions/aswers.

Technical requirements:

  • Ruby version 2.1.5
  • Rails version 4.2.0.beta2

Rails gems:

Development

  • Faker (for testing)

Production

  • Heroku gems
  • Puma web server

Heroku Demo (Feel free to use!)

http://govapplication.herokuapp.com/

Implementation

Ensure you have the following environment variable set: "SECRET_KEY_BASE" in production. You will also need to rename application.yml.example to application.yml and put your keys in there. As you can see I'm using sendgrid for since mandrill changed their TOS. If using heroku, make sure you used the following command figaro heroku:set -e production to ensure that figaro environment variables are set.

##Todo