Rails : Precompile 2 Git

A small daemon that makes Rails 3.1.x deployments faster by automating precompilation process.

With Rails 3.1 and the assets pipeline, you have to precompile your assets before or during the deployment phase. Both methods have pros and cons:

Precompile2git is a daemon that watch a branch on a git repo and execute a routine for each new commit:

It makes deployments as fast as before Rails 3.1 and it secures the process.

Installation

Everything should be pretty straight forward:

NB: you may want to first add config/precompile2git.yml in your .gitignore