YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

Add party_foul to Gemfile #277

Closed jasonkliu closed 10 years ago

jasonkliu commented 10 years ago

WIP pull request - fix #227. Needs a new Github account to fully utilize the gem? cc @caseywatts, I'm interested in pursuing this if the account is made.

https://github.com/dockyard/party_foul

mnquintana commented 10 years ago

Before we implement this we're going to need to figure out how to handle the OAuth token (we can't commit it to the repo). Most likely we're going to have to add it to the install script on Jenkins.

jasonkliu commented 10 years ago

I've been using foreman recently to store environment variables; it works pretty well for me https://devcenter.heroku.com/articles/config-vars

However, it (Heroku) doesn't really work well with our Rails 3.2 app because it says all of the plugins are deprecated.