I often use it, but I run into issues when the cached content includes helpers, translations (like date formats or text), etc. like in this example
If the output of a helper changes, the cache doesn’t get invalidated unless associated data (e.g., comments) is updated…
The Rails docs suggest adding comments to change the MD5 hash, but that approach feels meh https://guides.rubyonrails.org/caching_with_rails.html#external-dependencies
How do you deal with this? 🤷♂️