Skip to content

Support specifying a custom rails command #614

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

niklaas
Copy link

@niklaas niklaas commented Apr 1, 2025

Since #609 has been pretty silent, I'm not sure whether you would want to support specifying a custom command. I'm also not sure whether I covered all cases (probably not). However, these changes allow me to use the rails executable in a docker context and unblock me from not being able to use the plugin's full functionality.

I mainly need these changes to run our test suite. Our dev environment is configured to use a containerized database for testing. We also have a containerized redis instance tightly coupled to rails. So some functionality provided by the plugin would simply fail because rails can't reach the redis instance.

Fixes #609

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.

Run commands in docker container
1 participant