David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 5 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 about 5 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 about 5 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 about 5 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

David Kimura PRO said about 5 years ago on 3D Secure 2 Credit Cards and Stripe Checkout :
It is strange, I know that you can update a card, but it doesn't go through the 3D Secure 2 steps. I believe you would have to use their payment intents to do that, but that could have its own issues around just updating a card instead of creating a new payment. I'd imagine that they will be updating their APIs to fully support updating cards with checkouts.