David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said about 1 year ago on I'm a teapot :
I feel that the default conventions are sufficient in most cases. If something else is needed for a more unique use case then add just the one in.

David Kimura PRO said about 1 year ago on Unsaved Changes :
Yea, most often when I find that something isn't working the way I expect in some kind of event listener or when we lose the context of the stimulus controller, I find that binding solves the issue.

David Kimura PRO said about 1 year ago on MySQL FULLTEXT Search :
  David Bean  I used the Fulltext Search within MySQL for some time, but ultimately ended up moving to Meilisearch as it provided more functionality. However, the Fulltext Search within the database got me very far for many years.

David Kimura PRO said about 1 year ago on Embedding Stripe Checkout :
  jaroslavhorak I'm using the browser session instead of current_user so the session could be replaced with user

Order.create(session_id: session.id, ...)
Order.create(user: current_user, ...)

Sorry for the confusion.

David Kimura PRO said about 1 year ago on Cloudflare Turnstile :
I don’t test it directly and would stub or mock the request.