Skip to content

Ensure reload works even when the socket directory does not exist #43

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

Merged
merged 1 commit into from
May 28, 2025

Conversation

milk1000cc
Copy link
Contributor

I use this gem with puma-dev by adding export SERVER_PROCESS=1 to .pumaenv (#31) .

In this setup, the tmp/sockets directory is not created, which causes the gem to not work properly.
console
(Note: When running rails s, the directory is automatically created.)

I have modified the code to automatically create the socket directory if it does not exist.

@igorkasyanchuk igorkasyanchuk merged commit 070ee2a into railsjazz:main May 28, 2025
@igorkasyanchuk
Copy link
Contributor

thanks

@milk1000cc milk1000cc deleted the create-socket-dir branch May 29, 2025 00:09
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