fourchette 0.1.0
Fourchette is your new best friend for having isolated testing environment. It will help you test your GitHub PRs against a fork of one your Heroku apps. You will have one Heroku app per PR now. Isn't that amazing? It will make testing way easier and you won't have the (maybe) broken code from other PRs on staging but only the code that requires testing.
Gemfile:
=
install:
=
Runtime Dependencies (9):
git
>= 0
heroku
~> 3.9
octokit
>= 0
platform-api
~> 0.2.0
rake
>= 0
sinatra
>= 0
sinatra-contrib
>= 0
sucker_punch
>= 0
thor
>= 0