diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-01-27 15:35:21 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-01-27 15:35:21 +0000 |
commit | 20e597538013958c844ce3d1356fb36fe5ead86e (patch) | |
tree | 76354fb316c961cd6c0443baf19e491f992ee2c5 /railties/doc/guides/html | |
parent | c06eecfbc280da3295b73ef882e6a7c3b632c156 (diff) | |
download | rails-20e597538013958c844ce3d1356fb36fe5ead86e.tar.gz rails-20e597538013958c844ce3d1356fb36fe5ead86e.tar.bz2 rails-20e597538013958c844ce3d1356fb36fe5ead86e.zip |
Remove caching guide for now
Diffstat (limited to 'railties/doc/guides/html')
-rw-r--r-- | railties/doc/guides/html/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html index 0d2887ee56..65dd682754 100644 --- a/railties/doc/guides/html/index.html +++ b/railties/doc/guides/html/index.html @@ -136,19 +136,6 @@ understand how to use routing in your own Rails applications, start here.</p></d <div class="sidebar-title"><a href="actioncontroller_basics.html">Basics of Action Controller</a></div>
<div class="paragraph"><p>This guide covers how controllers work and how they fit into the request cycle in your application. It includes sessions, filters, and cookies, data streaming, and dealing with exceptions raised by a request, among other topics.</p></div>
</div></div>
-<div class="sidebarblock">
-<div class="sidebar-content">
-<div class="sidebar-title"><a href="caching_with_rails.html">Rails Caching</a></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/caution.png" alt="Caution" />
-</td>
-<td class="content"><a href="http://rails.lighthouseapp.com/projects/16213/tickets/10">Lighthouse Ticket</a></td>
-</tr></table>
-</div>
-<div class="paragraph"><p>This guide covers the three types of caching that Rails provides by default.</p></div>
-</div></div>
<h2>Digging Deeper</h2>
<div class="sidebarblock">
<div class="sidebar-content">
|