This is neither a bug report or feature request, but I don't know where else to ask.
What is the recommended approach for running things like rails console or rails db:rollback? I was looking at the task-runner, but it seems that it isn't meant to be deploying a specific version of the app, but rather be a container running a more generic environment to do general tasks.
This is neither a bug report or feature request, but I don't know where else to ask.
What is the recommended approach for running things like
rails consoleorrails db:rollback? I was looking at the task-runner, but it seems that it isn't meant to be deploying a specific version of the app, but rather be a container running a more generic environment to do general tasks.