File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11actionpack-page_caching
22=======================
33
4- Static page caching for Action Pack (removed from core in Rails 4.0)
4+ Static page caching for Action Pack (removed from core in Rails 4.0).
5+
6+ ** NOTE:** It will continue to be maintained until Rails 5.
57
68Installation
79------------
@@ -32,7 +34,7 @@ where people log in and manipulate their own data are often less likely candidat
3234
3335First you need to set ` page_cache_directory ` in your configuration file:
3436
35- config.action_controller.page_cache_directory = "#{Rails.root.to_s}/public/deploy"
37+ config.action_controller.page_cache_directory = "#{Rails.root.to_s}/public/deploy"
3638
3739Specifying which actions to cache is done through the ` caches_page ` class method:
3840
You can’t perform that action at this time.
0 commit comments