David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said 9 months ago :
While it may be annoying with Active Storage, it's probably best to let it handle the folder/file structure within S3. This isn't something that one should be touching in ideal worlds.

David Kimura PRO said 9 months ago on ActionCable - Part 3 - Securing Your WebSockets :
If you're on a Rails 7 Application, I would probably not create custom channels if you can avoid it. Hotwire's Turbo has gotten us so far to where a lot of the manual channels are no longer needed and can exist in the background now through Turbo.

David Kimura PRO said 9 months ago on Deploying with MRSK :
Did you deviate from the Dockerfile? Make sure that libpq-dev is being installed in the Dockerfile.

David Kimura PRO said 9 months ago on Developing in Docker :
Make sure that you also have your database.yml updated for the Test Database. 

David Kimura PRO said 8 months ago on Sign in with Apple :
Do you have skip_before_action :verify_authenticity_token in the controller that Apple is calling?