Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update to Crystal 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter committed Sep 5, 2019
1 parent d80759f commit d52ec29
Show file tree
Hide file tree
Showing 12 changed files with 1,306 additions and 140 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2018 Ben Tranter
Copyright (c) 2017-2019 Ben Tranter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ Turbolinks follows the typical Crystal project structure, so cloning the repo an

## License

The MIT License (MIT). Copyright (c) 2017-2018 Ben Tranter. See the [LICENSE](/LICENSE) for more info.
The MIT License (MIT). Copyright (c) 2017-2019 Ben Tranter. See the [LICENSE](/LICENSE) for more info.
48 changes: 35 additions & 13 deletions docs/Turbolinks.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.29.0">


<link href="css/style.css" rel="stylesheet" type="text/css">

<script type="text/javascript" src="js/doc.js"></script>
<script type="text/javascript">
CrystalDoc.base_path = "";
</script>

<meta id="repository-name" content="github.com/bentranter/turbolinks">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/doc.js"></script>
<title>Turbolinks - github.com/bentranter/turbolinks</title>
</head>
<body>

<div id="types-list">
<div id="search-box">
<input type="search" id="search-input" placeholder="Search...">
<div class="sidebar">
<div class="sidebar-header">
<div class="search-box">
<input type="search" class="search-input" placeholder="Search..." spellcheck="false" aria-label="Search">
</div>

<div class="repository-links">
<a href="index.html">README</a>
</div>
</div>

<ul>
<li><a href="index.html">README</a></li>
</ul>
<div class="search-results" class="hidden">
<ul class="search-list"></ul>
</div>

<ul>
<div class="types-list">
<ul>

<li class="parent open current" data-id="github.com/bentranter/turbolinks/Turbolinks" data-name="turbolinks">
<a href="Turbolinks.html">Turbolinks</a>
Expand All @@ -37,9 +53,11 @@

</ul>

</div>
</div>

<div id="main-content">

<div class="main-content">
<h1 class="type-name">

<span class="kind">module</span> Turbolinks
Expand Down Expand Up @@ -71,12 +89,16 @@ <h2>Overview</h2>
<h2>Defined in:</h2>


<a href="https://github.com/bentranter/turbolinks/blob/38a6ebef1671f650ff4d944cf471445452073675/src/turbolinks/version.cr#L1" target="_blank">turbolinks/version.cr</a>
<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks/version.cr#L1" target="_blank">
turbolinks/version.cr
</a>

<br/>


<a href="https://github.com/bentranter/turbolinks/blob/38a6ebef1671f650ff4d944cf471445452073675/src/turbolinks.cr#L7" target="_blank">turbolinks.cr</a>
<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks.cr#L7" target="_blank">
turbolinks.cr
</a>

<br/>

Expand Down
50 changes: 35 additions & 15 deletions docs/Turbolinks/Handler.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 0.29.0">


<link href="../css/style.css" rel="stylesheet" type="text/css">

<script type="text/javascript" src="../js/doc.js"></script>
<script type="text/javascript">
CrystalDoc.base_path = "../";
</script>

<meta id="repository-name" content="github.com/bentranter/turbolinks">
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../js/doc.js"></script>
<title>Turbolinks::Handler - github.com/bentranter/turbolinks</title>
</head>
<body>

<div id="types-list">
<div id="search-box">
<input type="search" id="search-input" placeholder="Search...">
<div class="sidebar">
<div class="sidebar-header">
<div class="search-box">
<input type="search" class="search-input" placeholder="Search..." spellcheck="false" aria-label="Search">
</div>

<div class="repository-links">
<a href="../index.html">README</a>
</div>
</div>

<ul>
<li><a href="../index.html">README</a></li>
</ul>
<div class="search-results" class="hidden">
<ul class="search-list"></ul>
</div>

<ul>
<div class="types-list">
<ul>

<li class="parent open current" data-id="github.com/bentranter/turbolinks/Turbolinks" data-name="turbolinks">
<a href="../Turbolinks.html">Turbolinks</a>
Expand All @@ -37,9 +53,11 @@

</ul>

</div>
</div>

<div id="main-content">

<div class="main-content">
<h1 class="type-name">

<span class="kind">class</span> Turbolinks::Handler
Expand Down Expand Up @@ -91,7 +109,9 @@ <h2>Included Modules</h2>
<h2>Defined in:</h2>


<a href="https://github.com/bentranter/turbolinks/blob/38a6ebef1671f650ff4d944cf471445452073675/src/turbolinks.cr#L22" target="_blank">turbolinks.cr</a>
<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks.cr#L22" target="_blank">
turbolinks.cr
</a>

<br/>

Expand All @@ -108,7 +128,7 @@ <h2>Instance Method Summary</h2>
<ul class="list-summary">

<li class="entry-summary">
<a href="#call%28context%3AHTTP%3A%3AServer%3A%3AContext%29-instance-method" class="signature"><strong>#call</strong>(context : HTTP::Server::Context)</a>
<a href="#call(context:HTTP::Server::Context)-instance-method" class="signature"><strong>#call</strong>(context : HTTP::Server::Context)</a>

<div class="summary"><p>Executes the middleware.</p></div>

Expand Down Expand Up @@ -166,7 +186,7 @@ <h2>Instance Method Detail</h2>

def <strong>call</strong>(context : HTTP::Server::Context)

<a class="method-permalink" href="#call%28context%3AHTTP%3A%3AServer%3A%3AContext%29-instance-method">#</a>
<a class="method-permalink" href="#call(context:HTTP::Server::Context)-instance-method">#</a>
</div>

<div class="doc"><p>Executes the middleware. This function is called by the HTTP server
Expand All @@ -176,7 +196,7 @@ <h2>Instance Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/bentranter/turbolinks/blob/38a6ebef1671f650ff4d944cf471445452073675/src/turbolinks.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks.cr#L30" target="_blank">View source</a>]

</div>
</div>
Expand Down
Loading

0 comments on commit d52ec29

Please sign in to comment.