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

spork should restart when a non-reloadable file changes #201

Open
alexch opened this issue Jul 3, 2012 · 0 comments
Open

spork should restart when a non-reloadable file changes #201

alexch opened this issue Jul 3, 2012 · 0 comments

Comments

@alexch
Copy link

alexch commented Jul 3, 2012

Spork loads the Rails environment, then forks. But sometimes the Rails environment changes (e.g. a change to environments/test.rb), leading to mistaken and irritating errors on the next test run. Spork should be smart enough to notice this and either gracefully exit or forcibly restart.

Guard-Spork and Rerun both noticed this problem and provide solutions, but it would be nice if Spork managed this on its own.

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

No branches or pull requests

1 participant