David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 4 years ago on Hotwire Dashboards :
To make the stimulus controller (especially if you're using importmaps or esbuild), you can use the task

bin/rails g stimulus refresh

David Kimura PRO said over 4 years ago on Hotwire Modals :
  Yes, absolutely. I actually have a mention to this in the top of the show notes.

David Kimura PRO said over 4 years ago on Capturing Signatures with Signature Pad :
Check the resources section where I have the raw signature.js file linked. Also, around the 25 second mark, I explain the js file being moved to the vendors folder. If you're working on a more modern application with webpacker/esbuild/importmaps, I would probably use the npm package instead and would now use a stimulus controller to initialize the signature pad.

David Kimura PRO said over 4 years ago on Real-time Comments and Voting :
Check your browser console for any errors or warnings.

David Kimura PRO said over 4 years ago on Real-time Comments and Voting :
Is the project public on gitlab/github so that I might check it out?