aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCelestino Gomes <tinorj@gmail.com>2015-07-28 22:04:31 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-07-28 23:20:23 +0200
commitda4a37f63cbf792e598a8feaf20b625333dfe3d8 (patch)
tree2343f416590ba62b25b8c53b0f1135db7e13ebe6
parentc21cc877e089b623bbbbb6a3b582cf5a03984112 (diff)
downloadrails-da4a37f63cbf792e598a8feaf20b625333dfe3d8.tar.gz
rails-da4a37f63cbf792e598a8feaf20b625333dfe3d8.tar.bz2
rails-da4a37f63cbf792e598a8feaf20b625333dfe3d8.zip
Publish the "Caching with Rails" guide [ci skip]
-rw-r--r--guides/source/documents.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 9145aee009..4473eba478 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -122,6 +122,10 @@
url: autoloading_and_reloading_constants.html
description: This guide documents how autoloading and reloading constants work.
-
+ name: "Caching with Rails: An Overview"
+ url: caching_with_rails.html
+ description: This guide is an introduction to speeding up your Rails application with caching.
+ -
name: Active Support Instrumentation
work_in_progress: true
url: active_support_instrumentation.html