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

use a custom command to generate routes (for remote/containerized instances) #56

Open
rickgladwin opened this issue Nov 30, 2022 · 1 comment

Comments

@rickgladwin
Copy link

Currently the plugin configuration includes a setting for "Rake task name" (default "routes")

image

Some containerized or custom environments (e.g. where the Rails app is running in a Docker container or remote Kubernetes pod) can't run rake... directly, since the application build exists in the container or remote instance, not on the local/host environment.

Allowing a broader custom command for retrieving the routes (matching whatever command works for the user's development environment) would enable the plugin to work for containerized or custom environments.

e.g. "Routes command" (default "rake routes")

@rickgladwin
Copy link
Author

NOTE: this may be unnecessary depending on what happens with JetBrains' upcoming (hopefully?) implementation of remote development that's rumoured to include support for remote Docker/Kubernetes containers.

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