From c399e80e04e0f62766c20e39195cae9a0d48ab8f Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 22 Oct 2008 21:47:16 +0530 Subject: Fix icons --- railties/doc/guides/html/actioncontroller_basics.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'railties/doc/guides/html/actioncontroller_basics.html') diff --git a/railties/doc/guides/html/actioncontroller_basics.html b/railties/doc/guides/html/actioncontroller_basics.html index 091abfe3c7..9bba0d301a 100644 --- a/railties/doc/guides/html/actioncontroller_basics.html +++ b/railties/doc/guides/html/actioncontroller_basics.html @@ -465,7 +465,7 @@ http://www.gnu.org/software/src-highlite -->
-Note +Note There are two session methods, the class and the instance method. The class method which is described above is used to turn the session on and off while the instance method described below is used to access session values. The class method is used outside of method definitions while the instance methods is used inside methods, in actions or filters.
@@ -974,7 +974,7 @@ http://www.gnu.org/software/src-highlite -->
-Warning +Warning Be careful when using (or just don't use) "outside" data (params, cookies, etc) to locate the file on disk, as this is a security risk as someone could gain access to files they are not meant to have access to.
@@ -982,7 +982,7 @@ http://www.gnu.org/software/src-highlite -->
-Tip +Tip It is not recommended that you stream static files through Rails if you can instead keep them in a public folder on your web server. It is much more efficient to let the user download the file directly using Apache or another web server, keeping the request from unnecessarily going through the whole Rails stack.
@@ -1019,7 +1019,7 @@ http://www.gnu.org/software/src-highlite -->
-Note +Note Configuration files are not reloaded on each request, so you have to restart the server in order for their changes to take effect.
@@ -1112,7 +1112,7 @@ private
-Note +Note Certain exceptions are only rescuable from the ApplicationController class, as they are raised before the controller gets initialized and the action gets executed. See Pratik Naik's article on the subject for more information.
-- cgit v1.2.3