anolson / changes

Small bite-sized code reviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Small bite-sized code reviews.


Languages

Language:Ruby 88.8%Language:CSS 11.1%Language:JavaScript 0.1%