Rails 7 adds caching? and uncachable! helper
Starting with Rails 7, we can add caching? helper to check whether the current code path is being cached and uncacheable! helper to avoid fragment caching.
https://blog.saeloun.com/2021/12/08/rails-7-adds-cacheable-helper
Post a comment