Capcode 0.8.5 → 0.8.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -0
- data/doc/rdoc/classes/Capcode.html +1 -1
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/README_rdoc.html +7 -1
- data/doc/rdoc/files/lib/capcode_rb.html +1 -1
- data/lib/capcode.rb +1 -1
- data/lib/capcode/version.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -335,7 +335,7 @@ If the regexp in the route does not match, all arguments will be
|
|
335
335
|
358:
|
336
336
|
359: <span class="ruby-comment cmt"># Check authz</span>
|
337
337
|
360: <span class="ruby-identifier">authz_options</span> = <span class="ruby-keyword kw">nil</span>
|
338
|
-
361: <span class="ruby-keyword kw">if</span> <span class="ruby-constant">Capcode</span>.<span class="ruby-identifier">__auth__</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">></span> <span class="ruby-value">0</span>
|
338
|
+
361: <span class="ruby-keyword kw">if</span> <span class="ruby-constant">Capcode</span>.<span class="ruby-identifier">__auth__</span> <span class="ruby-keyword kw">and</span> <span class="ruby-constant">Capcode</span>.<span class="ruby-identifier">__auth__</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">></span> <span class="ruby-value">0</span>
|
339
339
|
362: <span class="ruby-identifier">authz_options</span> = <span class="ruby-constant">Capcode</span>.<span class="ruby-identifier">__auth__</span>[<span class="ruby-ivar">@request</span>.<span class="ruby-identifier">path</span>]<span class="ruby-operator">||</span><span class="ruby-keyword kw">nil</span>
|
340
340
|
363: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">authz_options</span>.<span class="ruby-identifier">nil?</span>
|
341
341
|
364: <span class="ruby-identifier">route</span> = <span class="ruby-keyword kw">nil</span>
|
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Fri, 09 Oct 2009
|
1
|
+
Fri, 09 Oct 2009 23:23:19 +0200
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Fri Oct 09 23:23:13 +0200 2009</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -91,6 +91,12 @@ href="http://www.algorithmique.net/capcode">www.algorithmique.net/capcode</a>/
|
|
91
91
|
<a href="../classes/Capcode.html">Capcode</a> is a web microframework
|
92
92
|
</p>
|
93
93
|
<h2>FEATURES/PROBLEMS:</h2>
|
94
|
+
<h3>0.8.6</h3>
|
95
|
+
<ul>
|
96
|
+
<li>HUGE bug correction
|
97
|
+
|
98
|
+
</li>
|
99
|
+
</ul>
|
94
100
|
<h3>0.8.5</h3>
|
95
101
|
<ul>
|
96
102
|
<li><a href="../classes/Capcode.html">Capcode</a> now work with Phusion
|
data/lib/capcode.rb
CHANGED
data/lib/capcode/version.rb
CHANGED