Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js Discussion

10
General
Dynamic Select Fields in Rails with Hotwire Discussion
I have another question. If there is another city column that depends on the state, do I repeat the same steps to dynamically show the cities based on the result of the state? Thank you.

20
General
How do I provide a file for downloading while ignoring timeouts
great

8
General
How to Modify & Customize ActionText HTML Output in Rails Discussion
ActionText::ContentHelper.allowed_attributes dont seem to be working in Rails 7.1 due to some changes to the sanitizer

8
General
Base62 Decoding Short Codes Discussion
Intresting, I had the same requirement so I created this gem https://github.com/xiaohui-zhangxh/xencoder , it can encode/decode interger to BaseX and prevent it to be decoded without seed

1
General