aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-27 15:35:21 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-27 15:35:21 +0000
commit20e597538013958c844ce3d1356fb36fe5ead86e (patch)
tree76354fb316c961cd6c0443baf19e491f992ee2c5 /railties/doc/guides
parentc06eecfbc280da3295b73ef882e6a7c3b632c156 (diff)
downloadrails-20e597538013958c844ce3d1356fb36fe5ead86e.tar.gz
rails-20e597538013958c844ce3d1356fb36fe5ead86e.tar.bz2
rails-20e597538013958c844ce3d1356fb36fe5ead86e.zip
Remove caching guide for now
Diffstat (limited to 'railties/doc/guides')
-rw-r--r--railties/doc/guides/html/index.html13
-rw-r--r--railties/doc/guides/source/index.txt7
2 files changed, 0 insertions, 20 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">
diff --git a/railties/doc/guides/source/index.txt b/railties/doc/guides/source/index.txt
index 3e73e55516..8e8298ebb8 100644
--- a/railties/doc/guides/source/index.txt
+++ b/railties/doc/guides/source/index.txt
@@ -80,13 +80,6 @@ understand how to use routing in your own Rails applications, start here.
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.
***********************************************************
-.link:caching_with_rails.html[Rails Caching]
-***********************************************************
-CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/10[Lighthouse Ticket]
-
-This guide covers the three types of caching that Rails provides by default.
-***********************************************************
-
++++++++++++++++++++++++++++++++++++++
<h2>Digging Deeper</h2>
++++++++++++++++++++++++++++++++++++++