guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Foreman .env integration #73

Closed jimmycuadra closed 12 years ago

jimmycuadra commented 12 years ago

This patch adds a new option :foreman to Guard::Spork. When set, the spork command will be altered to include foreman run at the beginning (but after bundle exec). This mixes in any environment variables included in Foreman's .env file. It's very useful for applications which are deployed to Heroku.

thibaudgg commented 12 years ago

Nice, thanks!