David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said 4 months ago on Kamal in GitHub Actions :
Does your deployment work without the Github Actions or do you experience a similar issue?

David Kimura PRO said 4 months ago on Kamal in GitHub Actions :
It could be the assume_ssl flag needs to be set to true (if you're on Rails 7.1+)

David Kimura PRO said 4 months ago on Kamal in GitHub Actions :
the assume_ssl is in the config/production.rb in Rails 7.1 apps

David Kimura PRO said 4 months ago on Kamal in GitHub Actions :
They are different configs. Rails 7.1 added assume_ssl in addition to force_ssl, I have both of mine set to true.

David Kimura PRO said 4 months ago on Custom Dashboard - Part 1 :
Make sure that the form object that you're passing into the partial is the actual form object and not the widget symbols.