/changes

Small bite-sized code reviews.

Primary LanguageRuby

Changes

Small bit-sized code reviews.

GitHub pull requests are awesome for code reviews, but sometimes you just want to share a small change. Use Changes instead to share these small changes.

Getting the started

$ git clone git://github.com/anolson/changes.git
$ cd changes
$ bundle
$ rake db:setup

Run the server

$ rails s

Run the tests

$ rake spec

Usage

Make a change.

$ git diff | curl -X POST \
  --data-urlencode patch[raw]@- \
  http://changes.herokuapp.com/patches