David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 5 years ago on Creating and Reading QR Codes :
Exactly. I wouldn't expect the form field to be nested within the canvas since the "tag" is not a block enclosing the form field. 

David Kimura PRO said over 5 years ago on Autocomplete with StimulusJS :
  would you be able to create a sample application to work off of, I can probably make a PR or help with some guidance.

David Kimura PRO said over 5 years ago on How to seed.rb like a Pro :
Sounds interesting. I do remember having some seed files which grew out of hand and they became a nightmare to manage. I have taken some practices over the years to make it a bit more manageable. 

David Kimura PRO said over 5 years ago on From Editor to IDE :
What kinds of things are you seeing? I believe this was done pre 6.1.0, but the Ruby version shouldn’t matter. If starting a new app, I would probably target Ruby 3.X. However, if it were something that was a shared library, I would target a lower version but also test compatibility with 3.0.

David Kimura PRO said over 5 years ago on Hotwire :
This episode was on Ruby 2.7.2 and Rails 6.1.0. It's probably worth noting that I do have a .railsrc file which contains.

--skip-spring
--skip-coffee

This episode was also based on the version of hotwire-rails 0.1.0 and turbo-rails 0.5.0 at the time. They are moving fairly quickly with their development. What differences are you finding?