diff options
author | Celestino Gomes <tinorj@gmail.com> | 2015-07-28 22:04:31 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-07-28 23:20:23 +0200 |
commit | da4a37f63cbf792e598a8feaf20b625333dfe3d8 (patch) | |
tree | 2343f416590ba62b25b8c53b0f1135db7e13ebe6 /guides/source | |
parent | c21cc877e089b623bbbbb6a3b582cf5a03984112 (diff) | |
download | rails-da4a37f63cbf792e598a8feaf20b625333dfe3d8.tar.gz rails-da4a37f63cbf792e598a8feaf20b625333dfe3d8.tar.bz2 rails-da4a37f63cbf792e598a8feaf20b625333dfe3d8.zip |
Publish the "Caching with Rails" guide [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/documents.yaml | 4 |
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 |