Skip to content

Commit

Permalink
Update website for 3.7.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 14, 2023
1 parent 1e5f13b commit b41c972
Show file tree
Hide file tree
Showing 599 changed files with 1,368 additions and 828 deletions.
5 changes: 3 additions & 2 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</nav>

<div class="content"><div class="contain">
<h1>Documentation for Roda (v3.70.0)</h1>
<h1>Documentation for Roda (v3.71.0)</h1>

<h2><a href="rdoc/files/README_rdoc.html">README</a> <small>(Introduction to Roda, start here if new)</small></h2>

Expand Down Expand Up @@ -63,6 +63,7 @@ <h3 id="included-plugins">Plugins that Ship with Roda</h3>
<li><a href="rdoc/classes/Roda/RodaPlugins/Head.html">head</a>: Treat HEAD requests like GET requests with an empty response body.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/Hooks.html">hooks</a>: Adds before/after hook methods.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/MatchHook.html">match_hook</a>: Adds a hook method which is called when a path segment is matched.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/MatchHookArgs.html">match_hook_args</a>: Similar to match_hook plugin, but supports passing matchers and block args to hooks.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/MultiRoute.html">multi_route</a>: Allows dispatching to multiple named route blocks in a single call.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/MultiRun.html">multi_run</a>: Adds the ability to dispatch to multiple rack applications based on the request path prefix.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/NamedRoutes.html">named_routes</a>: Allows for multiple named route blocks that can be dispatched to inside the main route block.</li>
Expand Down Expand Up @@ -245,7 +246,7 @@ <h2 id="release-notes">Release Notes</h2>


<li>
<a href='rdoc/files/doc/release_notes/3_70_0_txt.html'>3.70</a>
<a href='rdoc/files/doc/release_notes/3_71_0_txt.html'>3.71</a> | <a href='rdoc/files/doc/release_notes/3_70_0_txt.html'>3.70</a>
</li>

<li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1 class="red center">A Modular, Scalable Ruby Framework</h1>
<li>
<svg class="feature" viewBox="0 0 41 41"><circle cx="20.5" cy="20.5" r="19.5"/><polyline points="10.88 22.78 15.31 27.21 28.93 13.59"/></svg>
<strong>Simple, Reliable API</strong>
<p class="graylight">Currently at version 3.70.0</p>
<p class="graylight">Currently at version 3.71.0</p>
</li>

<li>
Expand Down
7 changes: 5 additions & 2 deletions rdoc/classes/Roda.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ <h1 class='name'><span class='type'>class</span>
<a href="../files/lib/roda/plugins/match_hook_rb.html">lib/roda/plugins/match_hook.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/match_hook_args_rb.html">lib/roda/plugins/match_hook_args.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/middleware_rb.html">lib/roda/plugins/middleware.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -465,7 +468,7 @@ <h2>Constants</h2>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>RodaMinorVersion</td>
<td>=</td>
<td class='context-item-value'>70</td>
<td class='context-item-value'>71</td>
<td>&nbsp;</td>
<td class='context-item-desc'>
<p>The minor version of <a href="Roda.html"><code>Roda</code></a>, updated for new feature releases of <a href="Roda.html"><code>Roda</code></a>.</p>
Expand Down Expand Up @@ -509,7 +512,7 @@ <h2>Constants</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaError.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class='name'><span class='type'>class</span>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
6 changes: 5 additions & 1 deletion rdoc/classes/Roda/RodaPlugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ <h1 class='name'><span class='type'>module</span>
<a href="../../files/lib/roda/plugins/match_hook_rb.html">lib/roda/plugins/match_hook.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/match_hook_args_rb.html">lib/roda/plugins/match_hook_args.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/middleware_rb.html">lib/roda/plugins/middleware.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -502,6 +505,7 @@ <h2>Classes and Modules</h2>
<li><a href="RodaPlugins/Mailer.html">Roda::RodaPlugins::Mailer</a></li>
<li><a href="RodaPlugins/MatchAffix.html">Roda::RodaPlugins::MatchAffix</a></li>
<li><a href="RodaPlugins/MatchHook.html">Roda::RodaPlugins::MatchHook</a></li>
<li><a href="RodaPlugins/MatchHookArgs.html">Roda::RodaPlugins::MatchHookArgs</a></li>
<li><a href="RodaPlugins/Middleware.html">Roda::RodaPlugins::Middleware</a></li>
<li><a href="RodaPlugins/MiddlewareStack.html">Roda::RodaPlugins::MiddlewareStack</a></li>
<li><a href="RodaPlugins/ModuleInclude.html">Roda::RodaPlugins::ModuleInclude</a></li>
Expand Down Expand Up @@ -674,7 +678,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/AdditionalRenderEngines.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class='name'><span class='type'>module</span>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class='name'><span class='type'>module</span>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/AllVerbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>Classes and Modules</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/AllVerbs/RequestMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class='name'><span class='type'>module</span>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Assets.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Assets/ClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Assets/InstanceMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Assets/RequestMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/AssetsPreloading.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/AutoloadHashBranches.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/AutoloadNamedRoutes.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/BacktrackingArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>Classes and Modules</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class='name'><span class='type'>module</span>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>Classes and Modules</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Base/ClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Base/InstanceMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Base/RequestMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Base/ResponseMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/BeforeHook.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Classes and Modules</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/BranchLocals.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Public Class methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>Classes and Modules</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Caching/RequestMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2>Public Instance methods</h2>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
Loading

0 comments on commit b41c972

Please sign in to comment.