/pearing

Pearing is a nice simple app for pairing up pairs of programmers for pair-programming.

Primary LanguageRubyMIT LicenseMIT

Code Climate Test Coverage CircleCI

Pearing

Pearing is a nice simple app for pairing up pairs of programmers for pair-programming, like at pair-programming meetups, for instance.

To run locally

Install Postgresql

$ git clone
$ bundle
$ rails db:create
$ rails db:migrate
$ rails db:test:prepare (If you want to run tests with RSpec)

Contributing

We love pull requests from everyone. If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:

  1. Fork the repo.
  2. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate.
  3. Add a test for your change.
  4. Make the test pass.
  5. Push to your fork and submit a pull request.
  6. Make sure there are tests! We will not accept any contribution that is not tested (unless it's a design change). It's a rare time when explicit tests aren't needed.

Thank you to all the contributors!

License

The app is available as open source under the terms of the MIT License.