doc/rdoc/classes/Mongrel/Rails/RailsHandler.html in mongrel-0.3.13.4 vs doc/rdoc/classes/Mongrel/Rails/RailsHandler.html in mongrel-1.0
- old
+ new
@@ -82,14 +82,14 @@
<div id="description">
<p>
Implements a handler that can run <a href="../Rails.html">Rails</a> and
serve files out of the <a href="../Rails.html">Rails</a>
-application’s public directory. This lets you run your <a
+application‘s public directory. This lets you run your <a
href="../Rails.html">Rails</a> application with <a
href="../../Mongrel.html">Mongrel</a> during development and testing, then
-use it also in production behind a server that’s better at serving
+use it also in production behind a server that‘s better at serving
the static files.
</p>
<p>
The <a href="RailsHandler.html">RailsHandler</a> takes a mime_map parameter
which is a simple suffix=mimetype mapping that it should add to the list of
@@ -112,29 +112,27 @@
</li>
</ul>
<p>
This means that if you are using page caching it will actually work with <a
href="../../Mongrel.html">Mongrel</a> and you should see a decent speed
-boost (but not as fast as if you use lighttpd).
+boost (but not as fast as if you use a static server like Apache or
+Litespeed).
</p>
-<p>
-An additional feature you can use is
-</p>
</div>
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000037">log_threads_waiting_for</a>
- <a href="#M000035">new</a>
- <a href="#M000036">process</a>
- <a href="#M000038">reload!</a>
+ <a href="#M000039">log_threads_waiting_for</a>
+ <a href="#M000037">new</a>
+ <a href="#M000038">process</a>
+ <a href="#M000040">reload!</a>
</div>
</div>
</div>
@@ -170,46 +168,46 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000035" class="method-detail">
- <a name="M000035"></a>
+ <div id="method-M000037" class="method-detail">
+ <a name="M000037"></a>
<div class="method-heading">
- <a href="RailsHandler.src/M000035.html" target="Code" class="method-signature"
- onclick="popupCode('RailsHandler.src/M000035.html');return false;">
+ <a href="RailsHandler.src/M000037.html" target="Code" class="method-signature"
+ onclick="popupCode('RailsHandler.src/M000037.html');return false;">
<span class="method-name">new</span><span class="method-args">(dir, mime_map = {})</span>
</a>
</div>
<div class="method-description">
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000037" class="method-detail">
- <a name="M000037"></a>
+ <div id="method-M000039" class="method-detail">
+ <a name="M000039"></a>
<div class="method-heading">
- <a href="RailsHandler.src/M000037.html" target="Code" class="method-signature"
- onclick="popupCode('RailsHandler.src/M000037.html');return false;">
+ <a href="RailsHandler.src/M000039.html" target="Code" class="method-signature"
+ onclick="popupCode('RailsHandler.src/M000039.html');return false;">
<span class="method-name">log_threads_waiting_for</span><span class="method-args">(event)</span>
</a>
</div>
<div class="method-description">
</div>
</div>
- <div id="method-M000036" class="method-detail">
- <a name="M000036"></a>
+ <div id="method-M000038" class="method-detail">
+ <a name="M000038"></a>
<div class="method-heading">
- <a href="RailsHandler.src/M000036.html" target="Code" class="method-signature"
- onclick="popupCode('RailsHandler.src/M000036.html');return false;">
+ <a href="RailsHandler.src/M000038.html" target="Code" class="method-signature"
+ onclick="popupCode('RailsHandler.src/M000038.html');return false;">
<span class="method-name">process</span><span class="method-args">(request, response)</span>
</a>
</div>
<div class="method-description">
@@ -229,15 +227,15 @@
</li>
</ul>
</div>
</div>
- <div id="method-M000038" class="method-detail">
- <a name="M000038"></a>
+ <div id="method-M000040" class="method-detail">
+ <a name="M000040"></a>
<div class="method-heading">
- <a href="RailsHandler.src/M000038.html" target="Code" class="method-signature"
- onclick="popupCode('RailsHandler.src/M000038.html');return false;">
+ <a href="RailsHandler.src/M000040.html" target="Code" class="method-signature"
+ onclick="popupCode('RailsHandler.src/M000040.html');return false;">
<span class="method-name">reload!</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
\ No newline at end of file