effkay / blazing

painless git push deployments for everyone
MIT License
80 stars 12 forks source link

implement rvm handling as a recipe #40

Closed effkay closed 11 years ago

effkay commented 12 years ago

Just treat it specially, because it must run before all other recipes and before bundling. Might be the first use case of a pre-bundle hook or something.

Pop it from the recipes array so it does not get run twice.

effkay commented 12 years ago

This will also require that recipes can inject stuff into the hook erb...

effkay commented 11 years ago

Has been kind of obsoleted by #75, closing.