@CallbackWomen: The Website
The Pivotal Tracker backlog for this project can be found at (https://www.pivotaltracker.com/n/projects/1433838).
Welcome to Rails. You'll need Postgres set up locally.
$ bundle install
$ bundle exec rake db:setup
You'll need 5 environment variables to start developing the app:
GOOGLE_MAPS_API_KEY
: get this from https://console.developers.google.com/apis/credentialsTWITTER_CONSUMER_KEY
: get this from https://apps.twitter.com/TWITTER_CONSUMER_SECRET
: dittoTWITTER_ACCESS_TOKEN
: dittoTWITTER_ACCESS_TOKEN_SECRET
: ditto
For integration testing, we use @fakemovaccount.
$ bundle exec rspec
Use Heroku.
Later, make sure the Twitter app has a Callback URL set in the Settings tab. Otherwise you'll see a 401 error from Omniauth.
- Fork it ( https://github.com/minifast/conference-opportunities/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request