rubyist / guard-rake

guard-rake runs a rake task when files change
MIT License
94 stars 32 forks source link

Adds 'run_on_all' option #4

Closed ghost closed 12 years ago

ghost commented 12 years ago

I normally use this guard to seed my database in development mode, and I don't generally want the rake db:seed task to be run whenever I press 'enter' on the Guard window.

So I added the "run_on_all" option, and set the default to true not to change the current behaviour.

rubyist commented 12 years ago

Merged, thanks for the patch!