David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on Google Maps API with StimulusJS :
  I think that StimulusJS was rather late to the party. I really like it because it is very light weight and doesn't change much between versions. I've been considering making a spin off of Drifting Ruby to focus on something like React specifically, but haven't worked through all of the logistics yet.

David Kimura PRO said over 4 years ago on Google Maps API with StimulusJS :
  I whole heartedly agree. It is my controversial opinion that React and Vue solves problems that Ruby on Rails does not have.

David Kimura PRO said over 4 years ago on Drag and Drop with draggable :
  I think that the red flags are warranted, but also it should be easy enough to update the code to swap in a new library.  I've recently played around with dragula and interact.js on a project where I originally had draggable. In preparations of this episode, it was difficult to find a good maintainable library that wasn't reliant on jQuery.

David Kimura PRO said over 4 years ago on WYSIWYG Editor with Trix :
  That would be expected behavior as the dyno is like a docker container without any persistent volume claims. You should offload any uploads which needs to persist between restarts or deploys to a service like AWS S3 or Backblaze B2. 

David Kimura PRO said over 4 years ago on Multitenancy :
  Look under the app/assets/drifting_ruby.css. It is mainly taken from Bootstrap 4, but I only picked and chose a few most commonly used items as well as adding in a few of my own. The idea was to have as "fresh" of an application as possible so that it didn't interfere with the episode content. A lot of videos out there will use a template which has lots of preconfigured stuff and it makes it difficult to see what is episode content vs template content. So beyond the stylesheet, there isn't anything else.