Skip to content

Commit 6f5c375

Browse files
committed
Regenerate yardoc
1 parent c2df9f7 commit 6f5c375

20 files changed

+1357
-62
lines changed

.DS_Store

6 KB
Binary file not shown.

docs/FormGenerator.html

Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>
7+
Class: FormGenerator
8+
9+
&mdash; Documentation by YARD 0.9.37
10+
11+
</title>
12+
13+
<link rel="stylesheet" href="css/style.css" type="text/css" />
14+
15+
<link rel="stylesheet" href="css/common.css" type="text/css" />
16+
17+
<script type="text/javascript">
18+
pathId = "FormGenerator";
19+
relpath = '';
20+
</script>
21+
22+
23+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24+
25+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26+
27+
28+
</head>
29+
<body>
30+
<div class="nav_wrap">
31+
<iframe id="nav" src="class_list.html?1"></iframe>
32+
<div id="resizer"></div>
33+
</div>
34+
35+
<div id="main" tabindex="-1">
36+
<div id="header">
37+
<div id="menu">
38+
39+
<a href="_index.html">Index (F)</a> &raquo;
40+
41+
42+
<span class="title">FormGenerator</span>
43+
44+
</div>
45+
46+
<div id="search">
47+
48+
<a class="full_list_link" id="class_list_link"
49+
href="class_list.html">
50+
51+
<svg width="24" height="24">
52+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55+
</svg>
56+
</a>
57+
58+
</div>
59+
<div class="clear"></div>
60+
</div>
61+
62+
<div id="content"><h1>Class: FormGenerator
63+
64+
65+
66+
</h1>
67+
<div class="box_info">
68+
69+
<dl>
70+
<dt>Inherits:</dt>
71+
<dd>
72+
<span class="inheritName">Rails::Generators::NamedBase</span>
73+
74+
<ul class="fullTree">
75+
<li>Object</li>
76+
77+
<li class="next">Rails::Generators::NamedBase</li>
78+
79+
<li class="next">FormGenerator</li>
80+
81+
</ul>
82+
<a href="#" class="inheritanceTree">show all</a>
83+
84+
</dd>
85+
</dl>
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
<dl>
98+
<dt>Defined in:</dt>
99+
<dd>lib/generators/form/form_generator.rb</dd>
100+
</dl>
101+
102+
</div>
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
<h2>
113+
Instance Method Summary
114+
<small><a href="#" class="summary_toggle">collapse</a></small>
115+
</h2>
116+
117+
<ul class="summary">
118+
119+
<li class="public ">
120+
<span class="summary_signature">
121+
122+
<a href="#create_application_form-instance_method" title="#create_application_form (instance method)">#<strong>create_application_form</strong> &#x21d2; Object </a>
123+
124+
125+
126+
</span>
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
<span class="summary_desc"><div class='inline'></div></span>
137+
138+
</li>
139+
140+
141+
</ul>
142+
143+
144+
145+
146+
147+
<div id="instance_method_details" class="method_details_list">
148+
<h2>Instance Method Details</h2>
149+
150+
151+
<div class="method_details first">
152+
<h3 class="signature first" id="create_application_form-instance_method">
153+
154+
#<strong>create_application_form</strong> &#x21d2; <tt>Object</tt>
155+
156+
157+
158+
159+
160+
</h3><table class="source_code">
161+
<tr>
162+
<td>
163+
<pre class="lines">
164+
165+
166+
4
167+
5
168+
6</pre>
169+
</td>
170+
<td>
171+
<pre class="code"><span class="info file"># File 'lib/generators/form/form_generator.rb', line 4</span>
172+
173+
<span class='kw'>def</span> <span class='id identifier rubyid_create_application_form'>create_application_form</span>
174+
<span class='id identifier rubyid_template'>template</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>form.rb</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>app/forms</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_class_path'>class_path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_file_name'>file_name</span><span class='embexpr_end'>}</span><span class='tstring_content'>_form.rb</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
175+
<span class='kw'>end</span></pre>
176+
</td>
177+
</tr>
178+
</table>
179+
</div>
180+
181+
</div>
182+
183+
</div>
184+
185+
<div id="footer">
186+
Generated on Mon Jan 13 17:26:04 2025 by
187+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
188+
0.9.37 (ruby-3.3.1).
189+
</div>
190+
191+
</div>
192+
</body>
193+
</html>

docs/HyperActiveForm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dl>
8080
<dt>Defined in:</dt>
8181
<dd>lib/hyper_active_form.rb<span class="defines">,<br />
82-
lib/hyper_active_form/base.rb,<br /> lib/hyper_active_form/version.rb,<br /> lib/hyper_active_form/generators.rb</span>
82+
lib/hyper_active_form/base.rb,<br /> lib/hyper_active_form/version.rb,<br /> lib/generators/hyper_active_form/install/install_generator.rb</span>
8383
</dd>
8484
</dl>
8585

@@ -109,7 +109,7 @@ <h2>
109109
<dt id="VERSION-constant" class="">VERSION =
110110

111111
</dt>
112-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.1.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
112+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.3.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
113113

114114
</dl>
115115

@@ -125,7 +125,7 @@ <h2>
125125
</div>
126126

127127
<div id="footer">
128-
Generated on Sat Dec 14 13:22:03 2024 by
128+
Generated on Mon Jan 13 17:26:04 2025 by
129129
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130130
0.9.37 (ruby-3.3.1).
131131
</div>

0 commit comments

Comments
 (0)