David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said 2 months ago on multistep forms from scratch :
  someone have a look at this episode https://www.driftingruby.com/episodes/form-wizards-from-scratch

It should be what you're looking for.

David Kimura PRO said 2 months ago on Digital Ocean App Platform :
Check out some of the Kamal videos. I've been using Kamal for a lot of my deployments and it's been a great experience (once things are working). The biggest thing that I've found to be "clueless"/no errors when first deploying is the lack of any error messages. Typically when this happens on the first deployments, it's usually because of a database url/setting not correct within the config. (there's no error outputs when running the docker entrypoint script)

David Kimura PRO said 2 months ago on Video Chat with WebRTC :
  Himanshu Saxena  You can download the ZIP of the source code in the Resources section.

David Kimura PRO said 2 months ago on Dependent Fields with Hotwire :
I have covered it in previous episodes, but it was using JQuery. Thanks for the suggestion.

David Kimura PRO said 2 months ago on Text to Speech :
TIL about Object.assign, pretty neat!