actionpack-page_caching icon indicating copy to clipboard operation
actionpack-page_caching copied to clipboard

Static page caching for Action Pack (removed from core in Rails 4.0)

Results 4 actionpack-page_caching issues
Sort by recently updated
recently updated
newest added

Brotli compression looks very promising https://blogs.akamai.com/2016/02/understanding-brotlis-potential.html So I want to enable br with gzip compression. And want to ask can I include brotli gem as a dependence? What is deprecation...

I want to cache my http status response pages, and I use my mountable engine to generate those pages for each of my applications. The problem is that nothing gets...

By default kamal doesn't allow writing to the public dir. I recommend changing the default dir to something writable when using the default dockerfile and kamal. ``` config.action_controller.page_cache_directory = Rails.root.join("tmp",...