aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-11-06 00:06:24 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-11-06 00:06:24 +0530
commit09b2e3c55577f26dc528f2f9c349d409bd250608 (patch)
tree2bf530473fd5a63ca9b62b65ddfcd88b44b90c9e /railties
parent366b7048d808eaaee3361abc9dba68f8d6a974e6 (diff)
downloadrails-09b2e3c55577f26dc528f2f9c349d409bd250608.tar.gz
rails-09b2e3c55577f26dc528f2f9c349d409bd250608.tar.bz2
rails-09b2e3c55577f26dc528f2f9c349d409bd250608.zip
Oops. Remove CAUTION from AC basics guide
Diffstat (limited to 'railties')
-rw-r--r--railties/doc/guides/html/index.html8
-rw-r--r--railties/doc/guides/source/index.txt2
2 files changed, 0 insertions, 10 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html
index 84618d95e2..991b10c7e8 100644
--- a/railties/doc/guides/html/index.html
+++ b/railties/doc/guides/html/index.html
@@ -276,14 +276,6 @@ understand how to use routing in your own Rails applications, start here.</p></d
<div class="sidebarblock">
<div class="sidebar-content">
<div class="sidebar-title"><a href="actioncontroller_basics.html">Basics of Action Controller</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/17">Lighthouse Ticket</a></td>
-</tr></table>
-</div>
<div class="para"><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">
diff --git a/railties/doc/guides/source/index.txt b/railties/doc/guides/source/index.txt
index 77f92daba7..8828e1d313 100644
--- a/railties/doc/guides/source/index.txt
+++ b/railties/doc/guides/source/index.txt
@@ -65,8 +65,6 @@ understand how to use routing in your own Rails applications, start here.
.link:actioncontroller_basics.html[Basics of Action Controller]
***********************************************************
-CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/17[Lighthouse Ticket]
-
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.
***********************************************************