David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on Reusable Ruby on Rails Application Templates :
  When I created Rubidium, it was something that didn't exist in the community and I wanted to build a service which others would find useful. I think that competition is healthy and good for the community. People will find what works for them.

David Kimura PRO said over 4 years ago on Embed youtube/vimeo with active_storage/action_text :
This has been a popular request lately. I've come up with a way to handle this fairly easily without too much mess. But, there is a tiny bit of mess involved since we are creating new functionality within the trix editor.

David Kimura PRO said over 4 years ago on Sorting from Scratch :
  You might be able to do it with this

redirect_to @list, turbolinks: false



David Kimura PRO said over 4 years ago on Progressive Web Applications :
  The episode doesn't use the serviceworker-rails gem for this episode. I'm actually using this technique from this episode on https://www.pingverse.com/ and it seems to work well.





David Kimura PRO said over 4 years ago on Real Time Updates with ActionCable :
  There shouldn't be anything different. However, you would need to set up a Redis instance and connect it to ActionCable in the cable.yml config.