Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 2 #4

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

Patch 2 #4

wants to merge 51 commits into from

Conversation

edusantana
Copy link

No description provided.

wkrsz and others added 30 commits November 4, 2011 21:51
rubyist#1

This is to avoid conflict with Guard::Rake class definition. I don't know
the purpose of this file, but from other guard plugins I take that
plugin name + "Version" is the convention.
Adds 'run_on_all' option
Added reenable for all tasks, changed execute to invoke.
Rake has a convention of automatically loading tasks defined in any
*.rake files under the ./rakelib directory. This change uses Rake's
internal mechanism for loading a Rakefile which respects this
convention.
Use Rake methods to initialize and load Rakefile
This suppresses a deprecation notice given when using guard-rake with
Guard 1.1 and higher.
Avoid deprecation messages with Guard 1.1.x
Fix missing require for guard/version
run_on_start option is no longer dependent on the run_on_all option.
run_on_start option is no longer dependent on the run_on_all option.
If a rake task failed or raised an exception then Guard would
automatically disable guard-rake meaning that changes for rake tasks
would no longer be fired.  Rather than raise the exception we
`throw :task_has_failed` to match the guard api and log the error.

Based on joergschiller's branch of guard-rake.
Scott Barron and others added 21 commits March 29, 2013 07:45
Catch exceptions during rake tasks so guard doesn't disable guard-rake.
…task

Update README to include better task_args and changed path examples
Fixed a markup issue; now it's properly formatted! Yay for easy contributions :-)
Run on modifications instead of changes.
this is my way to provide this feature rubyist#45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.