You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new rails app with the default setup, stimulus:install adds a dummy hello_controller.jshere, which in my experience eventually just ends up getting deleted since it isn't referenced in any of the new app's view templates for demoing purposes.
Seeing as the turbo:install step doesn't create any dummy controllers and view templates that utilize frames, streams etc., nor any stimulus, and it's up to the user to read the handbook and figure it out for themselves, can we assume the same for stimulus controllers and drop this file? The controller is pretty basic anyway and not really a preview of all the available stimulus APIs.
I'm happy to get a PR up to remove it if needed.
The text was updated successfully, but these errors were encountered:
When creating a new rails app with the default setup,
stimulus:install
adds a dummyhello_controller.js
here, which in my experience eventually just ends up getting deleted since it isn't referenced in any of the new app's view templates for demoing purposes.Seeing as the
turbo:install
step doesn't create any dummy controllers and view templates that utilize frames, streams etc., nor any stimulus, and it's up to the user to read the handbook and figure it out for themselves, can we assume the same for stimulus controllers and drop this file? The controller is pretty basic anyway and not really a preview of all the available stimulus APIs.I'm happy to get a PR up to remove it if needed.
The text was updated successfully, but these errors were encountered: