Plugin Development Workflow

Unfortunately not really. You could use a local install instead of the Docker development environment. There’s probably a tax on stopping/starting that container each time you make a change, where running the server locally just stops and starts the app. However, for many changes you make on the Rails side, you’re going to need to stop/start.

EmberJS changes, however, should just need a reload in the browser unless you’re adding/removing/renaming files.

1 Like