-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot run both rails server and guard together #24
Comments
I'd be happy to fix this. Can you create a minimal example where this fails? (It would help me fix this quickly and release as soon as I do). |
This same issue just started for me. It was caused by a duplicate entry in the Guardfile for |
Can someone create a small repo to reproduce this? (That way I can work out where both connections are happening and which one should be used, etc). |
Hi, I've stumbled across this, also with puma and teaspoon. I've put together a minimal repo as suggested at https://github.com/ianfleeton/notiffany-issue-24 Steps to reproduce (each a commit in the above repo):
Run either |
@e2 not sure if you'd seen my comment with the repro repo? Cheers! |
Running both
guard
andrails server
together, forces atleast 1 of them to quit because ofnotiffany
Stack trace for guard
Note: Works for
webrick
rails server. Fails forPuma
The text was updated successfully, but these errors were encountered: