Skip to content

Commit 3a83f65

Browse files
author
Francesco Rodriguez
committed
add note about maintenance [ci skip]
1 parent e68faf3 commit 3a83f65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
actionpack-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

68
Installation
79
------------
@@ -32,7 +34,7 @@ where people log in and manipulate their own data are often less likely candidat
3234

3335
First 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

3739
Specifying which actions to cache is done through the `caches_page` class method:
3840

0 commit comments

Comments
 (0)