David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on Migration from Paperclip to ActiveStorage :
I would reference the upgrade guild for migrating from Paperclip to ActiveStorage. https://github.com/thoughtbot/paperclip/blob/master/MIGRATING.md

David Kimura PRO said over 4 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
Great tip! It took me a minute to understand what the `leader` was. Had to get my head out of `vim mode`.

David Kimura PRO said over 4 years ago on Real-time posts with Action Cable in Rails 6 :
Check out https://www.driftingruby.com/episodes/realtime-client-updates-from-background-jobs-with-stimulus It uses a whole combination of things. StimulusJS, ActionCable, ActiveJob, AJAX, etc.

David Kimura PRO said over 4 years ago on Working with Large Data :
yes, if you are having to modify the table records like that then a bigint as the primary key or a uuid would be necessary.

David Kimura PRO said over 4 years ago on Working with Large Data :
just remove the id set to false. you wouldnt want to make the user id the primary key