-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incremental progress, all relations documented
- Loading branch information
1 parent
e19fa3e
commit 88e7d61
Showing
104 changed files
with
6,838 additions
and
7,747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# This background job performs the Category derivation process. | ||
class CategoryExtractorJob | ||
|
||
include Sidekiq::Job | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# This background job hydrates the graph from a SurveyResponse. | ||
class ExportToGraphJob | ||
|
||
include Sidekiq::Job | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# This background job performs the Keyword extraction process. | ||
class KeywordExtractorJob | ||
|
||
include Sidekiq::Job | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,91 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> | ||
Module: ApplicationCable | ||
|
||
— Documentation by YARD 0.9.36 | ||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="css/style.css" type="text/css" /> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<link rel="stylesheet" href="css/common.css" type="text/css" /> | ||
<title>module ApplicationCable - RDoc Documentation</title> | ||
|
||
<script type="text/javascript"> | ||
pathId = "ApplicationCable"; | ||
relpath = ''; | ||
var rdoc_rel_prefix = "./"; | ||
var index_rel_prefix = "./"; | ||
</script> | ||
|
||
<script src="./js/navigation.js" defer></script> | ||
<script src="./js/search.js" defer></script> | ||
<script src="./js/search_index.js" defer></script> | ||
<script src="./js/searcher.js" defer></script> | ||
<script src="./js/darkfish.js" defer></script> | ||
|
||
<link href="./css/fonts.css" rel="stylesheet"> | ||
<link href="./css/rdoc.css" rel="stylesheet"> | ||
|
||
|
||
<body id="top" role="document" class="module"> | ||
<nav role="navigation"> | ||
<div id="project-navigation"> | ||
<div id="home-section" role="region" title="Quick navigation" class="nav-section"> | ||
<h2> | ||
<a href="./index.html" rel="home">Home</a> | ||
</h2> | ||
|
||
<div id="table-of-contents-navigation"> | ||
<a href="./table_of_contents.html#pages">Pages</a> | ||
<a href="./table_of_contents.html#classes">Classes</a> | ||
<a href="./table_of_contents.html#methods">Methods</a> | ||
</div> | ||
</div> | ||
|
||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
|
||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="nav_wrap"> | ||
<iframe id="nav" src="class_list.html?1"></iframe> | ||
<div id="resizer"></div> | ||
<div id="search-section" role="search" class="project-section initially-hidden"> | ||
<form action="#" method="get" accept-charset="utf-8"> | ||
<div id="search-field-wrapper"> | ||
<input id="search-field" role="combobox" aria-label="Search" | ||
aria-autocomplete="list" aria-controls="search-results" | ||
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false" | ||
title="Type to search, Up and Down to navigate, Enter to load"> | ||
</div> | ||
|
||
<div id="main" tabindex="-1"> | ||
<div id="header"> | ||
<div id="menu"> | ||
|
||
<a href="_index.html">Index (A)</a> » | ||
|
||
|
||
<span class="title">ApplicationCable</span> | ||
|
||
<ul id="search-results" aria-label="Search Results" | ||
aria-busy="false" aria-expanded="false" | ||
aria-atomic="false" class="initially-hidden"></ul> | ||
</form> | ||
</div> | ||
|
||
<div id="search"> | ||
|
||
<a class="full_list_link" id="class_list_link" | ||
href="class_list.html"> | ||
|
||
<svg width="24" height="24"> | ||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> | ||
</svg> | ||
</a> | ||
|
||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
|
||
<div id="content"><h1>Module: ApplicationCable | ||
|
||
|
||
|
||
</h1> | ||
<div class="box_info"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl> | ||
<dt>Defined in:</dt> | ||
<dd>app/channels/application_cable/channel.rb<span class="defines">,<br /> | ||
app/channels/application_cable/connection.rb</span> | ||
</dd> | ||
</dl> | ||
|
||
</div> | ||
|
||
<h2>Defined Under Namespace</h2> | ||
<p class="children"> | ||
|
||
<div id="class-metadata"> | ||
|
||
|
||
|
||
<strong class="classes">Classes:</strong> <span class='object_link'><a href="ApplicationCable/Channel.html" title="ApplicationCable::Channel (class)">Channel</a></span>, <span class='object_link'><a href="ApplicationCable/Connection.html" title="ApplicationCable::Connection (class)">Connection</a></span> | ||
|
||
|
||
</p> | ||
|
||
|
||
</div> | ||
</nav> | ||
|
||
<main role="main" aria-labelledby="module-ApplicationCable"> | ||
<h1 id="module-ApplicationCable" class="module"> | ||
module ApplicationCable | ||
</h1> | ||
|
||
<section class="description"> | ||
|
||
</section> | ||
|
||
<section id="5Buntitled-5D" class="documentation-section"> | ||
|
||
|
||
|
||
|
||
|
||
</section> | ||
</main> | ||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on Sun Jun 16 23:22:26 2024 by | ||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> | ||
0.9.36 (ruby-3.2.2). | ||
</div> | ||
<footer id="validator-badges" role="contentinfo"> | ||
<p><a href="https://validator.w3.org/check/referer">Validate</a> | ||
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0. | ||
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. | ||
</footer> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.