-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rails Dev task exits immediately #35
Comments
Having the same issue with both the extensions & custom tasks.
|
Also the same issue with debug: The extension “Ruby Debug” experienced an error. |
Same here. I actually opened a support ticket with Panic about it (because the same thing happened when I set up a custom task to run bin So probably can't blame the extension but it's good to see I'm not the only person struggling with this. I haven't been able to find a workaround beyond running it in a local terminal tab. |
The Rails Server task works great, but whenever I've tried the dev task, it starts up and then exits immediately. I've also tested running
bin/rails dev
from a custom task with the same result, so maybe this is a Nova issue?The text was updated successfully, but these errors were encountered: