Skip to content

Commit

Permalink
Update website for 3.79.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Apr 12, 2024
1 parent 081aab6 commit 073df39
Show file tree
Hide file tree
Showing 19 changed files with 1,031 additions and 326 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.78.0)</h1>
<h1>Documentation for Roda (v3.79.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 @@ -62,6 +62,7 @@ <h3 id="included-plugins">Plugins that Ship with Roda</h3>
<li><a href="rdoc/classes/Roda/RodaPlugins/HashPaths.html">hash_paths</a>: Supports O(1) dispatching to multiple paths at all levels in the routing tree.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/HashRoutes.html">hash_routes</a>: Provides a DSL to configure the hash_branches and hash_paths plugins.</li>
<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/HmacPaths.html">hmac_paths</a>: Prevent path enumeration and support access control using HMACs in paths.</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>
Expand Down Expand Up @@ -251,7 +252,7 @@ <h2 id="release-notes">Release Notes</h2>


<li>
<a href='rdoc/files/doc/release_notes/3_78_0_txt.html'>3.78</a> | <a href='rdoc/files/doc/release_notes/3_77_0_txt.html'>3.77</a> | <a href='rdoc/files/doc/release_notes/3_76_0_txt.html'>3.76</a> | <a href='rdoc/files/doc/release_notes/3_75_0_txt.html'>3.75</a> | <a href='rdoc/files/doc/release_notes/3_74_0_txt.html'>3.74</a> | <a href='rdoc/files/doc/release_notes/3_73_0_txt.html'>3.73</a> | <a href='rdoc/files/doc/release_notes/3_72_0_txt.html'>3.72</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>
<a href='rdoc/files/doc/release_notes/3_79_0_txt.html'>3.79</a> | <a href='rdoc/files/doc/release_notes/3_78_0_txt.html'>3.78</a> | <a href='rdoc/files/doc/release_notes/3_77_0_txt.html'>3.77</a> | <a href='rdoc/files/doc/release_notes/3_76_0_txt.html'>3.76</a> | <a href='rdoc/files/doc/release_notes/3_75_0_txt.html'>3.75</a> | <a href='rdoc/files/doc/release_notes/3_74_0_txt.html'>3.74</a> | <a href='rdoc/files/doc/release_notes/3_73_0_txt.html'>3.73</a> | <a href='rdoc/files/doc/release_notes/3_72_0_txt.html'>3.72</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.78.0</p>
<p class="graylight">Currently at version 3.79.0</p>
</li>

<li>
Expand Down
5 changes: 4 additions & 1 deletion rdoc/classes/Roda.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ <h1 class='name'><span class='type'>class</span>
<a href="../files/lib/roda/plugins/heartbeat_rb.html">lib/roda/plugins/heartbeat.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/hmac_paths_rb.html">lib/roda/plugins/hmac_paths.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/hooks_rb.html">lib/roda/plugins/hooks.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -486,7 +489,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'>78</td>
<td class='context-item-value'>79</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
4 changes: 4 additions & 0 deletions rdoc/classes/Roda/RodaPlugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ <h1 class='name'><span class='type'>module</span>
<a href="../../files/lib/roda/plugins/heartbeat_rb.html">lib/roda/plugins/heartbeat.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/hmac_paths_rb.html">lib/roda/plugins/hmac_paths.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/hooks_rb.html">lib/roda/plugins/hooks.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -514,6 +517,7 @@ <h2>Classes and Modules</h2>
<li><a href="RodaPlugins/Head.html">Roda::RodaPlugins::Head</a></li>
<li><a href="RodaPlugins/HeaderMatchers.html">Roda::RodaPlugins::HeaderMatchers</a></li>
<li><a href="RodaPlugins/Heartbeat.html">Roda::RodaPlugins::Heartbeat</a></li>
<li><a href="RodaPlugins/HmacPaths.html">Roda::RodaPlugins::HmacPaths</a></li>
<li><a href="RodaPlugins/Hooks.html">Roda::RodaPlugins::Hooks</a></li>
<li><a href="RodaPlugins/HostAuthorization.html">Roda::RodaPlugins::HostAuthorization</a></li>
<li><a href="RodaPlugins/IndifferentParams.html">Roda::RodaPlugins::IndifferentParams</a></li>
Expand Down
Loading

0 comments on commit 073df39

Please sign in to comment.