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

Fix local development by keeping tmp/pids around #1695

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

nickcharlton
Copy link
Member

If you clone the project and try to start the app, it'll fail with:

No such file or directory @ rb_sysopen - /Users/nickcharlton/projects/administrate/tmp/pids/server.pid (Errno::ENOENT)

Rails doesn't seem to be able to create this path (perhaps because it's
really running spec/example_app?) so let's just make sure it's there
already.

If you clone the project and try to start the app, it'll fail with:

```
No such file or directory @ rb_sysopen - /Users/nickcharlton/projects/administrate/tmp/pids/server.pid (Errno::ENOENT)
```

Rails doesn't seem to be able to create this path (perhaps because it's
really running `spec/example_app`?) so let's just make sure it's there
already.
@nickcharlton nickcharlton added bug breakages in functionality that is implemented maintenance to keep up with changes around us labels Jul 2, 2020
@nickcharlton nickcharlton merged commit a0eeca6 into master Jul 2, 2020
@nickcharlton nickcharlton deleted the nc-keep-tmp-pids branch July 2, 2020 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug breakages in functionality that is implemented maintenance to keep up with changes around us
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants