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

add ability to exclude gem dependencies from being watched #4

Merged
merged 1 commit into from May 7, 2015

Conversation

sziep
Copy link
Contributor

@sziep sziep commented May 7, 2015

Hi,

For our project this gem attempted to load quite a bit of .so files and a ton of gem dependencies which we dont need. I added a switch to turn off gem watching and filtered for only .rb files.
Also there was en exception when the file to be reloaded was not found, thus being unable to provide helpful debugging hints.

Cheers,
-Stephan

fix exception on get_status
add list of files being watched for verbose mode
@trans
Copy link
Member

trans commented May 7, 2015

Nice call. Makes sense that the default should be limited to the current working directory.

I tend to shy away from two word option names, but I guess in this case :watch_gems makes the most sense.

trans added a commit that referenced this pull request May 7, 2015
add ability to exclude gem dependencies from being watched
@trans trans merged commit 4c9c139 into rubyworks:master May 7, 2015
@trans
Copy link
Member

trans commented May 7, 2015

Just pushed new 1.2 release. Thanks!

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.

None yet

2 participants