David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on ActiveJob :
Yea, it should have deliver (or deliver_now) on there.

David Kimura PRO said over 4 years ago on Using Bootstrap Themes :
  try adding a viewport in the head of your layout

<meta name="viewport" content="width=device-width, initial-scale=1">

David Kimura PRO said over 4 years ago on Reusable Ruby on Rails Application Templates :
  Generators would be something that already exists within the project either through a generator in the lib/generators or from a gem added into the application. This is great for gems to provide installation assistance or for repeatable features. However, if you have to add new features/functionality to your application, the generators are not there for you to consume. This is where application templates can come into play where you add new functionality via an external source.

David Kimura PRO said over 4 years ago on Sorting from Scratch :
  That's an interesting use case. If i'm understanding correctly, my first thought would be a state which can be updated based on the dragging actions. https://stimulusjs.org/handbook/managing-state