hyperactiveform 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +9 -0
- data/context7.json +4 -0
- data/docs/FormGenerator.html +11 -7
- data/docs/HyperActiveForm/Base.html +215 -115
- data/docs/HyperActiveForm/CancelFormSubmit.html +10 -7
- data/docs/HyperActiveForm/FormDidNotSubmitError.html +10 -7
- data/docs/HyperActiveForm/Generators/InstallGenerator.html +11 -7
- data/docs/HyperActiveForm/Generators.html +10 -7
- data/docs/HyperActiveForm.html +12 -9
- data/docs/Hyperactiveform_.html +146 -0
- data/docs/Rspec/Generators/FormGenerator.html +11 -7
- data/docs/Rspec/Generators.html +10 -7
- data/docs/Rspec.html +10 -7
- data/docs/TestUnit/Generators/FormGenerator.html +11 -7
- data/docs/TestUnit/Generators.html +10 -7
- data/docs/TestUnit.html +10 -7
- data/docs/_index.html +20 -13
- data/docs/class_list.html +6 -6
- data/docs/css/common.css +1 -1
- data/docs/css/full_list.css +201 -53
- data/docs/css/style.css +988 -402
- data/docs/file.README.html +29 -78
- data/docs/file_list.html +5 -5
- data/docs/frames.html +1 -1
- data/docs/index.html +29 -78
- data/docs/js/app.js +800 -343
- data/docs/js/full_list.js +332 -240
- data/docs/method_list.html +5 -5
- data/docs/top-level-namespace.html +9 -7
- data/gemfiles/{Gemfile.rails-8.x → Gemfile.rails-8.0.x} +1 -1
- data/gemfiles/Gemfile.rails-8.1.x +5 -0
- data/lib/hyper_active_form/base.rb +19 -7
- data/lib/hyper_active_form/version.rb +1 -1
- metadata +7 -7
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: HyperActiveForm::CancelFormSubmit
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "HyperActiveForm::CancelFormSubmit";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -96,7 +98,8 @@
|
|
|
96
98
|
|
|
97
99
|
<dl>
|
|
98
100
|
<dt>Defined in:</dt>
|
|
99
|
-
<dd>lib/hyper_active_form.rb
|
|
101
|
+
<dd>lib/hyper_active_form.rb
|
|
102
|
+
</dd>
|
|
100
103
|
</dl>
|
|
101
104
|
|
|
102
105
|
</div>
|
|
@@ -114,11 +117,11 @@
|
|
|
114
117
|
</div>
|
|
115
118
|
|
|
116
119
|
<div id="footer">
|
|
117
|
-
Generated on
|
|
120
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
118
121
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
119
|
-
0.9.
|
|
122
|
+
0.9.45 (ruby-4.0.6).
|
|
120
123
|
</div>
|
|
121
124
|
|
|
122
125
|
</div>
|
|
123
126
|
</body>
|
|
124
|
-
</html>
|
|
127
|
+
</html>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: HyperActiveForm::FormDidNotSubmitError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "HyperActiveForm::FormDidNotSubmitError";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -96,7 +98,8 @@
|
|
|
96
98
|
|
|
97
99
|
<dl>
|
|
98
100
|
<dt>Defined in:</dt>
|
|
99
|
-
<dd>lib/hyper_active_form.rb
|
|
101
|
+
<dd>lib/hyper_active_form.rb
|
|
102
|
+
</dd>
|
|
100
103
|
</dl>
|
|
101
104
|
|
|
102
105
|
</div>
|
|
@@ -114,11 +117,11 @@
|
|
|
114
117
|
</div>
|
|
115
118
|
|
|
116
119
|
<div id="footer">
|
|
117
|
-
Generated on
|
|
120
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
118
121
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
119
|
-
0.9.
|
|
122
|
+
0.9.45 (ruby-4.0.6).
|
|
120
123
|
</div>
|
|
121
124
|
|
|
122
125
|
</div>
|
|
123
126
|
</body>
|
|
124
|
-
</html>
|
|
127
|
+
</html>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: HyperActiveForm::Generators::InstallGenerator
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "HyperActiveForm::Generators::InstallGenerator";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -96,7 +98,8 @@
|
|
|
96
98
|
|
|
97
99
|
<dl>
|
|
98
100
|
<dt>Defined in:</dt>
|
|
99
|
-
<dd>lib/generators/hyper_active_form/install/install_generator.rb
|
|
101
|
+
<dd>lib/generators/hyper_active_form/install/install_generator.rb
|
|
102
|
+
</dd>
|
|
100
103
|
</dl>
|
|
101
104
|
|
|
102
105
|
</div>
|
|
@@ -139,6 +142,7 @@
|
|
|
139
142
|
|
|
140
143
|
|
|
141
144
|
</ul>
|
|
145
|
+
|
|
142
146
|
|
|
143
147
|
|
|
144
148
|
|
|
@@ -189,11 +193,11 @@
|
|
|
189
193
|
</div>
|
|
190
194
|
|
|
191
195
|
<div id="footer">
|
|
192
|
-
Generated on
|
|
196
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
193
197
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
194
|
-
0.9.
|
|
198
|
+
0.9.45 (ruby-4.0.6).
|
|
195
199
|
</div>
|
|
196
200
|
|
|
197
201
|
</div>
|
|
198
202
|
</body>
|
|
199
|
-
</html>
|
|
203
|
+
</html>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: HyperActiveForm::Generators
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "HyperActiveForm::Generators";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -78,7 +80,8 @@
|
|
|
78
80
|
|
|
79
81
|
<dl>
|
|
80
82
|
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/generators/hyper_active_form/install/install_generator.rb
|
|
83
|
+
<dd>lib/generators/hyper_active_form/install/install_generator.rb
|
|
84
|
+
</dd>
|
|
82
85
|
</dl>
|
|
83
86
|
|
|
84
87
|
</div>
|
|
@@ -105,11 +108,11 @@
|
|
|
105
108
|
</div>
|
|
106
109
|
|
|
107
110
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
111
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
109
112
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
|
-
0.9.
|
|
113
|
+
0.9.45 (ruby-4.0.6).
|
|
111
114
|
</div>
|
|
112
115
|
|
|
113
116
|
</div>
|
|
114
117
|
</body>
|
|
115
|
-
</html>
|
|
118
|
+
</html>
|
data/docs/HyperActiveForm.html
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: HyperActiveForm
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "HyperActiveForm";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -78,8 +80,9 @@
|
|
|
78
80
|
|
|
79
81
|
<dl>
|
|
80
82
|
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/hyper_active_form.rb<span class="defines">,<br
|
|
82
|
-
lib/hyper_active_form/base.rb,<br
|
|
83
|
+
<dd>lib/hyper_active_form.rb<span class="defines">,<br>
|
|
84
|
+
lib/hyper_active_form/base.rb,<br> lib/hyper_active_form/version.rb,<br> lib/generators/hyper_active_form/install/install_generator.rb</span>
|
|
85
|
+
|
|
83
86
|
</dd>
|
|
84
87
|
</dl>
|
|
85
88
|
|
|
@@ -109,7 +112,7 @@
|
|
|
109
112
|
<dt id="VERSION-constant" class="">VERSION =
|
|
110
113
|
|
|
111
114
|
</dt>
|
|
112
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.
|
|
115
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.4.1</span><span class='tstring_end'>"</span></span></pre></dd>
|
|
113
116
|
|
|
114
117
|
</dl>
|
|
115
118
|
|
|
@@ -125,11 +128,11 @@
|
|
|
125
128
|
</div>
|
|
126
129
|
|
|
127
130
|
<div id="footer">
|
|
128
|
-
Generated on
|
|
131
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
129
132
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
130
|
-
0.9.
|
|
133
|
+
0.9.45 (ruby-4.0.6).
|
|
131
134
|
</div>
|
|
132
135
|
|
|
133
136
|
</div>
|
|
134
137
|
</body>
|
|
135
|
-
</html>
|
|
138
|
+
</html>
|
|
@@ -0,0 +1,146 @@
|
|
|
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
|
+
Module: Hyperactiveform
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
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 = "Hyperactiveform";
|
|
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 id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
32
|
+
<div class="nav_wrap">
|
|
33
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
|
34
|
+
<div id="resizer"></div>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
<div id="main" tabindex="-1">
|
|
38
|
+
<div id="header">
|
|
39
|
+
<div id="menu">
|
|
40
|
+
|
|
41
|
+
<a href="_index.html">Index (H)</a> »
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
<span class="title">Hyperactiveform</span>
|
|
45
|
+
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<div id="search">
|
|
49
|
+
|
|
50
|
+
<a class="full_list_link" id="class_list_link"
|
|
51
|
+
href="class_list.html">
|
|
52
|
+
|
|
53
|
+
<svg width="24" height="24">
|
|
54
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
56
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
57
|
+
</svg>
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
<div class="clear"></div>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<div id="content"><h1>Module: Hyperactiveform
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
</h1>
|
|
69
|
+
<div class="box_info">
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<dl>
|
|
82
|
+
<dt>Defined in:</dt>
|
|
83
|
+
<dd>sig/hyperactiveform.rbs
|
|
84
|
+
</dd>
|
|
85
|
+
</dl>
|
|
86
|
+
|
|
87
|
+
</div>
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
<h2>
|
|
92
|
+
Constant Summary
|
|
93
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
|
94
|
+
</h2>
|
|
95
|
+
|
|
96
|
+
<dl class="constants">
|
|
97
|
+
|
|
98
|
+
<dt id="VERSION-constant" class="">VERSION =
|
|
99
|
+
<div class="docstring">
|
|
100
|
+
<div class="discussion">
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="tags">
|
|
106
|
+
|
|
107
|
+
<p class="tag_title">Returns:</p>
|
|
108
|
+
<ul class="return">
|
|
109
|
+
|
|
110
|
+
<li>
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
</li>
|
|
118
|
+
|
|
119
|
+
</ul>
|
|
120
|
+
|
|
121
|
+
</div>
|
|
122
|
+
</dt>
|
|
123
|
+
<dd><pre class="code"></pre></dd>
|
|
124
|
+
|
|
125
|
+
</dl>
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
</div>
|
|
137
|
+
|
|
138
|
+
<div id="footer">
|
|
139
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
140
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
141
|
+
0.9.45 (ruby-4.0.6).
|
|
142
|
+
</div>
|
|
143
|
+
|
|
144
|
+
</div>
|
|
145
|
+
</body>
|
|
146
|
+
</html>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Rspec::Generators::FormGenerator
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "Rspec::Generators::FormGenerator";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -96,7 +98,8 @@
|
|
|
96
98
|
|
|
97
99
|
<dl>
|
|
98
100
|
<dt>Defined in:</dt>
|
|
99
|
-
<dd>lib/generators/rspec/form_generator.rb
|
|
101
|
+
<dd>lib/generators/rspec/form_generator.rb
|
|
102
|
+
</dd>
|
|
100
103
|
</dl>
|
|
101
104
|
|
|
102
105
|
</div>
|
|
@@ -139,6 +142,7 @@
|
|
|
139
142
|
|
|
140
143
|
|
|
141
144
|
</ul>
|
|
145
|
+
|
|
142
146
|
|
|
143
147
|
|
|
144
148
|
|
|
@@ -183,11 +187,11 @@
|
|
|
183
187
|
</div>
|
|
184
188
|
|
|
185
189
|
<div id="footer">
|
|
186
|
-
Generated on
|
|
190
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
187
191
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
188
|
-
0.9.
|
|
192
|
+
0.9.45 (ruby-4.0.6).
|
|
189
193
|
</div>
|
|
190
194
|
|
|
191
195
|
</div>
|
|
192
196
|
</body>
|
|
193
|
-
</html>
|
|
197
|
+
</html>
|
data/docs/Rspec/Generators.html
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Rspec::Generators
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "Rspec::Generators";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -78,7 +80,8 @@
|
|
|
78
80
|
|
|
79
81
|
<dl>
|
|
80
82
|
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/generators/rspec/form_generator.rb
|
|
83
|
+
<dd>lib/generators/rspec/form_generator.rb
|
|
84
|
+
</dd>
|
|
82
85
|
</dl>
|
|
83
86
|
|
|
84
87
|
</div>
|
|
@@ -105,11 +108,11 @@
|
|
|
105
108
|
</div>
|
|
106
109
|
|
|
107
110
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
111
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
109
112
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
|
-
0.9.
|
|
113
|
+
0.9.45 (ruby-4.0.6).
|
|
111
114
|
</div>
|
|
112
115
|
|
|
113
116
|
</div>
|
|
114
117
|
</body>
|
|
115
|
-
</html>
|
|
118
|
+
</html>
|
data/docs/Rspec.html
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Rspec
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "Rspec";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -78,7 +80,8 @@
|
|
|
78
80
|
|
|
79
81
|
<dl>
|
|
80
82
|
<dt>Defined in:</dt>
|
|
81
|
-
<dd>lib/generators/rspec/form_generator.rb
|
|
83
|
+
<dd>lib/generators/rspec/form_generator.rb
|
|
84
|
+
</dd>
|
|
82
85
|
</dl>
|
|
83
86
|
|
|
84
87
|
</div>
|
|
@@ -105,11 +108,11 @@
|
|
|
105
108
|
</div>
|
|
106
109
|
|
|
107
110
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
111
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
109
112
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
|
-
0.9.
|
|
113
|
+
0.9.45 (ruby-4.0.6).
|
|
111
114
|
</div>
|
|
112
115
|
|
|
113
116
|
</div>
|
|
114
117
|
</body>
|
|
115
|
-
</html>
|
|
118
|
+
</html>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: TestUnit::Generators::FormGenerator
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.45
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css">
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
18
|
pathId = "TestUnit::Generators::FormGenerator";
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
+
<div id="main_progress" aria-hidden="true"></div>
|
|
31
|
+
|
|
30
32
|
<div class="nav_wrap">
|
|
31
33
|
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
|
32
34
|
<div id="resizer"></div>
|
|
@@ -96,7 +98,8 @@
|
|
|
96
98
|
|
|
97
99
|
<dl>
|
|
98
100
|
<dt>Defined in:</dt>
|
|
99
|
-
<dd>lib/generators/test_unit/form_generator.rb
|
|
101
|
+
<dd>lib/generators/test_unit/form_generator.rb
|
|
102
|
+
</dd>
|
|
100
103
|
</dl>
|
|
101
104
|
|
|
102
105
|
</div>
|
|
@@ -139,6 +142,7 @@
|
|
|
139
142
|
|
|
140
143
|
|
|
141
144
|
</ul>
|
|
145
|
+
|
|
142
146
|
|
|
143
147
|
|
|
144
148
|
|
|
@@ -183,11 +187,11 @@
|
|
|
183
187
|
</div>
|
|
184
188
|
|
|
185
189
|
<div id="footer">
|
|
186
|
-
Generated on
|
|
190
|
+
Generated on Tue Aug 25 18:22:24 2026 by
|
|
187
191
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
188
|
-
0.9.
|
|
192
|
+
0.9.45 (ruby-4.0.6).
|
|
189
193
|
</div>
|
|
190
194
|
|
|
191
195
|
</div>
|
|
192
196
|
</body>
|
|
193
|
-
</html>
|
|
197
|
+
</html>
|