David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said about 2 years ago on Previous/Next Record :
This looks like an issue with spring. Try bin/spring stop or reboot your machine to see if that helps.

David Kimura PRO said about 2 years ago on Developing in Docker :
If it's just for local development, I would use the same postgres instance for both databases. It looks like your trying to connect to the postgres on localhost (::1) but should probably be using the name of the service (postgres, or whatever you named it in the compose file).

David Kimura PRO said almost 2 years ago on Feature Toggle from Scratch :
It can be. I typically default to “Application” in these cases because it is namespaced under features already and follows the Rails convention of ApplicationController and ApplicationRecord.

David Kimura PRO said almost 2 years ago on Record Audio to Active Storage :
Set a root route in your config/routes.rb

David Kimura PRO said almost 2 years ago on Cloudflare Turnstile :
I have not had to set up anything related to the CORS for this. However, if you do not have the domain name set up in the Cloudflare Turnstile dashboard, then this could throw this error. See https://community.cloudflare.com/t/cors-problem-https-challenges-cloudflare-com-turnstile-v0-siteverify/509618 for more information