lvgelder / conference-opportunities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@CallbackWomen: The Website

Circle CI Code Climate Test Coverage Issue Count Dependency Status

The Pivotal Tracker backlog for this project can be found at (https://www.pivotaltracker.com/n/projects/1433838).

Development

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:

Testing

For integration testing, we use @fakemovaccount.

$ bundle exec rspec

Deployment

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.

Contributing

  1. Fork it ( https://github.com/minifast/conference-opportunities/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

License:MIT License


Languages

Language:Ruby 81.1%Language:HTML 9.6%Language:CSS 8.7%Language:JavaScript 0.6%