Skip to content

Commit

Permalink
Update website for 3.78.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Mar 13, 2024
1 parent b962d73 commit 081aab6
Show file tree
Hide file tree
Showing 21 changed files with 1,203 additions and 255 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.77.0)</h1>
<h1>Documentation for Roda (v3.78.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 @@ -130,6 +130,7 @@ <h3 id="included-plugins">Plugins that Ship with Roda</h3>
<li><a href="rdoc/classes/Roda/RodaPlugins/Halt.html">halt</a>: Augments request halt method for support for setting response status and/or response body.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/InvalidRequestBody.html">invalid_request_body</a>: Allows for custom handling of invalid request bodies.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/ModuleInclude.html">module_include</a>: Adds request_module and response_module class methods for adding modules/methods to request/response classes.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/PermissionsPolicy.html">permissions_policy</a>: Allows setting an appropriate Permissions-Policy header for the application/branch/action.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/PlainHashResponseHeaders.html">plain_hash_response_headers</a>: Uses plain hashes for response headers on Rack 3, for much better performance.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/R.html">r</a>: Adds r method for accessing the request, useful when r local variable is not in scope.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/RedirectHttpToHttps.html">redirect_http_to_https</a>: Adds request method to redirect HTTP requests to the same location using HTTPS.</li>
Expand Down Expand Up @@ -250,7 +251,7 @@ <h2 id="release-notes">Release Notes</h2>


<li>
<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_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.77.0</p>
<p class="graylight">Currently at version 3.78.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 @@ -314,6 +314,9 @@ <h1 class='name'><span class='type'>class</span>
<a href="../files/lib/roda/plugins/path_rewriter_rb.html">lib/roda/plugins/path_rewriter.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/permissions_policy_rb.html">lib/roda/plugins/permissions_policy.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/placeholder_string_matchers_rb.html">lib/roda/plugins/placeholder_string_matchers.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -483,7 +486,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'>77</td>
<td class='context-item-value'>78</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 @@ -311,6 +311,9 @@ <h1 class='name'><span class='type'>module</span>
<a href="../../files/lib/roda/plugins/path_rewriter_rb.html">lib/roda/plugins/path_rewriter.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/permissions_policy_rb.html">lib/roda/plugins/permissions_policy.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/placeholder_string_matchers_rb.html">lib/roda/plugins/placeholder_string_matchers.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -548,6 +551,7 @@ <h2>Classes and Modules</h2>
<li><a href="RodaPlugins/Path.html">Roda::RodaPlugins::Path</a></li>
<li><a href="RodaPlugins/PathMatchers.html">Roda::RodaPlugins::PathMatchers</a></li>
<li><a href="RodaPlugins/PathRewriter.html">Roda::RodaPlugins::PathRewriter</a></li>
<li><a href="RodaPlugins/PermissionsPolicy.html">Roda::RodaPlugins::PermissionsPolicy</a></li>
<li><a href="RodaPlugins/PlaceholderStringMatchers.html">Roda::RodaPlugins::PlaceholderStringMatchers</a></li>
<li><a href="RodaPlugins/PlainHashResponseHeaders.html">Roda::RodaPlugins::PlainHashResponseHeaders</a></li>
<li><a href="RodaPlugins/PrecompileTemplates.html">Roda::RodaPlugins::PrecompileTemplates</a></li>
Expand Down
6 changes: 3 additions & 3 deletions rdoc/classes/Roda/RodaPlugins/Base/ResponseClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ <h2>Public Instance methods</h2>
[show source]
</a>
<pre id='method-i-inspect-source'> <span class="ruby-comment"># File lib/roda/response.rb</span>
<span class="line-num">41</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">inspect</span>
<span class="line-num">42</span> <span class="ruby-node">&quot;#{roda_class.inspect}::RodaResponse&quot;</span>
<span class="line-num">43</span> <span class="ruby-keyword">end</span></pre>
<span class="line-num">42</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">inspect</span>
<span class="line-num">43</span> <span class="ruby-node">&quot;#{roda_class.inspect}::RodaResponse&quot;</span>
<span class="line-num">44</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 081aab6

Please sign in to comment.