This project is no longer maintained.
If you're interested in taking it over, we'd love to hear from you. Email [email protected], or check out one of its maintained forks.
Create apps on Github, Twitter, LinkedIn and set the following env vars:
export GITHUB_DEVTRIAL_APP_ID='key'
export GITHUB_DEVTRIAL_APP_SECRET='secret'
export TWITTER_DEVTRIAL_APP_ID='key'
export TWITTER_DEVTRIAL_APP_SECRET='secret'
export LI_DEVTRIAL_APP_ID='key'
export LI_DEVTRIAL_APP_SECRET='secret'
Make sure your Twitter app has read and write access. Your LI app should be able to see full profile and email addresses if you want to be able to contact candidates.
Create a GMail/Google Apps account (or use your own) and set the following env vars:
export DEVTRIAL_EMAIL='[email protected]'
export DEVTRIAL_EMAIL_PASSWORD='verysecret'
export DEVTRIAL_EMAIL_DOMAIN='email.com'
- Kam Low for his excellent article on configuring Omniauth for Rails 4.
- Allen Fair for his easy setup guide for Rails 4, RSpec, and Guard with Spring