compony 0.11.9 → 0.11.10
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/.ruby-version +1 -1
- data/CHANGELOG.md +15 -3
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/compony.gemspec +3 -3
- data/doc/ComponentGenerator.html +2 -2
- data/doc/Components.html +2 -2
- data/doc/ComponentsGenerator.html +2 -2
- data/doc/Compony/Component.html +2 -2
- data/doc/Compony/ComponentMixins/Default/Labelling.html +2 -2
- data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +2 -2
- data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +2 -2
- data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +2 -2
- data/doc/Compony/ComponentMixins/Default/Standalone.html +2 -2
- data/doc/Compony/ComponentMixins/Default.html +2 -2
- data/doc/Compony/ComponentMixins/Resourceful.html +2 -2
- data/doc/Compony/ComponentMixins.html +2 -2
- data/doc/Compony/Components/Buttons/CssButton.html +2 -2
- data/doc/Compony/Components/Buttons/Link.html +2 -2
- data/doc/Compony/Components/Buttons.html +2 -2
- data/doc/Compony/Components/Destroy.html +2 -2
- data/doc/Compony/Components/Edit.html +2 -2
- data/doc/Compony/Components/Form.html +2 -2
- data/doc/Compony/Components/Index.html +2 -2
- data/doc/Compony/Components/List.html +49 -33
- data/doc/Compony/Components/New.html +2 -2
- data/doc/Compony/Components/Show.html +2 -2
- data/doc/Compony/Components/WithForm.html +2 -2
- data/doc/Compony/Components.html +2 -2
- data/doc/Compony/ControllerMixin.html +2 -2
- data/doc/Compony/Engine.html +2 -2
- data/doc/Compony/Intent.html +2 -2
- data/doc/Compony/ManageIntentsDsl.html +2 -2
- data/doc/Compony/MethodAccessibleHash.html +2 -2
- data/doc/Compony/ModelFields/Anchormodel.html +2 -2
- data/doc/Compony/ModelFields/Association.html +2 -2
- data/doc/Compony/ModelFields/Attachment.html +2 -2
- data/doc/Compony/ModelFields/Base.html +2 -2
- data/doc/Compony/ModelFields/Boolean.html +2 -2
- data/doc/Compony/ModelFields/Color.html +2 -2
- data/doc/Compony/ModelFields/Currency.html +2 -2
- data/doc/Compony/ModelFields/Date.html +2 -2
- data/doc/Compony/ModelFields/Datetime.html +2 -2
- data/doc/Compony/ModelFields/Decimal.html +2 -2
- data/doc/Compony/ModelFields/Email.html +2 -2
- data/doc/Compony/ModelFields/Float.html +2 -2
- data/doc/Compony/ModelFields/Integer.html +2 -2
- data/doc/Compony/ModelFields/Percentage.html +2 -2
- data/doc/Compony/ModelFields/Phone.html +2 -2
- data/doc/Compony/ModelFields/RichText.html +2 -2
- data/doc/Compony/ModelFields/String.html +2 -2
- data/doc/Compony/ModelFields/Text.html +2 -2
- data/doc/Compony/ModelFields/Time.html +2 -2
- data/doc/Compony/ModelFields/Url.html +2 -2
- data/doc/Compony/ModelFields.html +2 -2
- data/doc/Compony/ModelMixin.html +36 -36
- data/doc/Compony/NaturalOrdering.html +2 -2
- data/doc/Compony/RequestContext.html +2 -2
- data/doc/Compony/Version.html +2 -2
- data/doc/Compony/ViewHelpers.html +2 -2
- data/doc/Compony/VirtualModel.html +2 -2
- data/doc/Compony.html +33 -37
- data/doc/ComponyController.html +2 -2
- data/doc/_index.html +2 -2
- data/doc/file.CHANGELOG.html +12 -5
- data/doc/file.README.html +2 -2
- data/doc/file.basic_component.html +2 -2
- data/doc/file.cookbook.html +2 -2
- data/doc/file.destroy.html +2 -2
- data/doc/file.dsl_reference.html +2 -2
- data/doc/file.edit.html +2 -2
- data/doc/file.example.html +2 -2
- data/doc/file.example_advanced.html +2 -2
- data/doc/file.feasibility.html +2 -2
- data/doc/file.form.html +2 -2
- data/doc/file.generators.html +2 -2
- data/doc/file.glossary.html +2 -2
- data/doc/file.gotchas.html +2 -2
- data/doc/file.index.html +2 -2
- data/doc/file.inheritance.html +2 -2
- data/doc/file.installation.html +2 -2
- data/doc/file.integrations.html +2 -2
- data/doc/file.intents.html +2 -2
- data/doc/file.internal_datastructures.html +2 -2
- data/doc/file.list.html +2 -2
- data/doc/file.maintaining.html +2 -2
- data/doc/file.model_fields.html +2 -2
- data/doc/file.nesting.html +2 -2
- data/doc/file.new.html +2 -2
- data/doc/file.ownership.html +2 -2
- data/doc/file.patterns.html +2 -2
- data/doc/file.pre_built_components.html +2 -2
- data/doc/file.resourceful.html +2 -2
- data/doc/file.show.html +2 -2
- data/doc/file.standalone.html +2 -2
- data/doc/file.virtual_models.html +2 -2
- data/doc/file.with_form.html +2 -2
- data/doc/index.html +2 -2
- data/doc/top-level-namespace.html +2 -2
- data/lib/compony/components/list.rb +8 -0
- data/lib/compony/model_mixin.rb +66 -3
- data/lib/compony.rb +4 -6
- metadata +2 -2
data/doc/Compony/Intent.html
CHANGED
|
@@ -1561,9 +1561,9 @@
|
|
|
1561
1561
|
</div>
|
|
1562
1562
|
|
|
1563
1563
|
<div id="footer">
|
|
1564
|
-
Generated on
|
|
1564
|
+
Generated on Thu Jun 4 20:37:17 2026 by
|
|
1565
1565
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1566
|
-
0.9.34 (ruby-3.
|
|
1566
|
+
0.9.34 (ruby-3.4.9).
|
|
1567
1567
|
</div>
|
|
1568
1568
|
|
|
1569
1569
|
</div>
|
|
@@ -403,9 +403,9 @@
|
|
|
403
403
|
</div>
|
|
404
404
|
|
|
405
405
|
<div id="footer">
|
|
406
|
-
Generated on
|
|
406
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
407
407
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
408
|
-
0.9.34 (ruby-3.
|
|
408
|
+
0.9.34 (ruby-3.4.9).
|
|
409
409
|
</div>
|
|
410
410
|
|
|
411
411
|
</div>
|
|
@@ -443,9 +443,9 @@ instance_of_a_hash.roo --> nil
|
|
|
443
443
|
</div>
|
|
444
444
|
|
|
445
445
|
<div id="footer">
|
|
446
|
-
Generated on
|
|
446
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
447
447
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
448
|
-
0.9.34 (ruby-3.
|
|
448
|
+
0.9.34 (ruby-3.4.9).
|
|
449
449
|
</div>
|
|
450
450
|
|
|
451
451
|
</div>
|
|
@@ -509,9 +509,9 @@
|
|
|
509
509
|
</div>
|
|
510
510
|
|
|
511
511
|
<div id="footer">
|
|
512
|
-
Generated on
|
|
512
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
513
513
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
514
|
-
0.9.34 (ruby-3.
|
|
514
|
+
0.9.34 (ruby-3.4.9).
|
|
515
515
|
</div>
|
|
516
516
|
|
|
517
517
|
</div>
|
|
@@ -603,9 +603,9 @@
|
|
|
603
603
|
</div>
|
|
604
604
|
|
|
605
605
|
<div id="footer">
|
|
606
|
-
Generated on
|
|
606
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
607
607
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
608
|
-
0.9.34 (ruby-3.
|
|
608
|
+
0.9.34 (ruby-3.4.9).
|
|
609
609
|
</div>
|
|
610
610
|
|
|
611
611
|
</div>
|
|
@@ -495,9 +495,9 @@
|
|
|
495
495
|
</div>
|
|
496
496
|
|
|
497
497
|
<div id="footer">
|
|
498
|
-
Generated on
|
|
498
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
499
499
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
500
|
-
0.9.34 (ruby-3.
|
|
500
|
+
0.9.34 (ruby-3.4.9).
|
|
501
501
|
</div>
|
|
502
502
|
|
|
503
503
|
</div>
|
|
@@ -1186,9 +1186,9 @@
|
|
|
1186
1186
|
</div>
|
|
1187
1187
|
|
|
1188
1188
|
<div id="footer">
|
|
1189
|
-
Generated on
|
|
1189
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
1190
1190
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1191
|
-
0.9.34 (ruby-3.
|
|
1191
|
+
0.9.34 (ruby-3.4.9).
|
|
1192
1192
|
</div>
|
|
1193
1193
|
|
|
1194
1194
|
</div>
|
|
@@ -354,9 +354,9 @@
|
|
|
354
354
|
</div>
|
|
355
355
|
|
|
356
356
|
<div id="footer">
|
|
357
|
-
Generated on
|
|
357
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
358
358
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
359
|
-
0.9.34 (ruby-3.
|
|
359
|
+
0.9.34 (ruby-3.4.9).
|
|
360
360
|
</div>
|
|
361
361
|
|
|
362
362
|
</div>
|
|
@@ -289,9 +289,9 @@
|
|
|
289
289
|
</div>
|
|
290
290
|
|
|
291
291
|
<div id="footer">
|
|
292
|
-
Generated on
|
|
292
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
293
293
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
294
|
-
0.9.34 (ruby-3.
|
|
294
|
+
0.9.34 (ruby-3.4.9).
|
|
295
295
|
</div>
|
|
296
296
|
|
|
297
297
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
|
-
0.9.34 (ruby-3.
|
|
149
|
+
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
151
151
|
|
|
152
152
|
</div>
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
|
|
232
232
|
<div id="footer">
|
|
233
|
-
Generated on
|
|
233
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
234
234
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
235
|
-
0.9.34 (ruby-3.
|
|
235
|
+
0.9.34 (ruby-3.4.9).
|
|
236
236
|
</div>
|
|
237
237
|
|
|
238
238
|
</div>
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
|
-
0.9.34 (ruby-3.
|
|
149
|
+
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
151
151
|
|
|
152
152
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -291,9 +291,9 @@
|
|
|
291
291
|
</div>
|
|
292
292
|
|
|
293
293
|
<div id="footer">
|
|
294
|
-
Generated on
|
|
294
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
295
295
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
296
|
-
0.9.34 (ruby-3.
|
|
296
|
+
0.9.34 (ruby-3.4.9).
|
|
297
297
|
</div>
|
|
298
298
|
|
|
299
299
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
|
-
0.9.34 (ruby-3.
|
|
149
|
+
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
151
151
|
|
|
152
152
|
</div>
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
|
-
0.9.34 (ruby-3.
|
|
149
|
+
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
151
151
|
|
|
152
152
|
</div>
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
|
-
0.9.34 (ruby-3.
|
|
149
|
+
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
151
151
|
|
|
152
152
|
</div>
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
|
|
232
232
|
<div id="footer">
|
|
233
|
-
Generated on
|
|
233
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
234
234
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
235
|
-
0.9.34 (ruby-3.
|
|
235
|
+
0.9.34 (ruby-3.4.9).
|
|
236
236
|
</div>
|
|
237
237
|
|
|
238
238
|
</div>
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on
|
|
119
|
+
Generated on Thu Jun 4 20:37:17 2026 by
|
|
120
120
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
|
-
0.9.34 (ruby-3.
|
|
121
|
+
0.9.34 (ruby-3.4.9).
|
|
122
122
|
</div>
|
|
123
123
|
|
|
124
124
|
</div>
|
data/doc/Compony/ModelMixin.html
CHANGED
|
@@ -269,14 +269,14 @@
|
|
|
269
269
|
<pre class="lines">
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
272
|
+
181
|
|
273
|
+
182
|
|
274
|
+
183
|
|
275
|
+
184
|
|
276
|
+
185</pre>
|
|
277
277
|
</td>
|
|
278
278
|
<td>
|
|
279
|
-
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line
|
|
279
|
+
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 181</span>
|
|
280
280
|
|
|
281
281
|
<span class='kw'>def</span> <span class='id identifier rubyid_feasibility_messages'>feasibility_messages</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span>
|
|
282
282
|
<span class='id identifier rubyid_action_name'>action_name</span> <span class='op'>=</span> <span class='id identifier rubyid_action_name'>action_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
|
|
@@ -365,26 +365,26 @@
|
|
|
365
365
|
<pre class="lines">
|
|
366
366
|
|
|
367
367
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
368
|
+
160
|
|
369
|
+
161
|
|
370
|
+
162
|
|
371
|
+
163
|
|
372
|
+
164
|
|
373
|
+
165
|
|
374
|
+
166
|
|
375
|
+
167
|
|
376
|
+
168
|
|
377
|
+
169
|
|
378
|
+
170
|
|
379
|
+
171
|
|
380
|
+
172
|
|
381
|
+
173
|
|
382
|
+
174
|
|
383
|
+
175
|
|
384
|
+
176</pre>
|
|
385
385
|
</td>
|
|
386
386
|
<td>
|
|
387
|
-
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line
|
|
387
|
+
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 160</span>
|
|
388
388
|
|
|
389
389
|
<span class='kw'>def</span> <span class='id identifier rubyid_feasible?'>feasible?</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='comma'>,</span> <span class='label'>recompute:</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
|
390
390
|
<span class='id identifier rubyid_action_name'>action_name</span> <span class='op'>=</span> <span class='id identifier rubyid_action_name'>action_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
|
|
@@ -434,12 +434,12 @@
|
|
|
434
434
|
<pre class="lines">
|
|
435
435
|
|
|
436
436
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
437
|
+
198
|
|
438
|
+
199
|
|
439
|
+
200</pre>
|
|
440
440
|
</td>
|
|
441
441
|
<td>
|
|
442
|
-
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line
|
|
442
|
+
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 198</span>
|
|
443
443
|
|
|
444
444
|
<span class='kw'>def</span> <span class='id identifier rubyid_field'>field</span><span class='lparen'>(</span><span class='id identifier rubyid_field_name'>field_name</span><span class='comma'>,</span> <span class='id identifier rubyid_controller'>controller</span><span class='rparen'>)</span>
|
|
445
445
|
<span class='id identifier rubyid_fields'>fields</span><span class='lbracket'>[</span><span class='id identifier rubyid_field_name'>field_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_value_for'>value_for</span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='label'>controller:</span><span class='rparen'>)</span>
|
|
@@ -495,14 +495,14 @@
|
|
|
495
495
|
<pre class="lines">
|
|
496
496
|
|
|
497
497
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
498
|
+
191
|
|
499
|
+
192
|
|
500
|
+
193
|
|
501
|
+
194
|
|
502
|
+
195</pre>
|
|
503
503
|
</td>
|
|
504
504
|
<td>
|
|
505
|
-
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line
|
|
505
|
+
<pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 191</span>
|
|
506
506
|
|
|
507
507
|
<span class='kw'>def</span> <span class='id identifier rubyid_full_feasibility_messages'>full_feasibility_messages</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span>
|
|
508
508
|
<span class='id identifier rubyid_text'>text</span> <span class='op'>=</span> <span class='id identifier rubyid_feasibility_messages'>feasibility_messages</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>, </span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_upcase_first'>upcase_first</span>
|
|
@@ -519,9 +519,9 @@
|
|
|
519
519
|
</div>
|
|
520
520
|
|
|
521
521
|
<div id="footer">
|
|
522
|
-
Generated on
|
|
522
|
+
Generated on Thu Jun 4 20:37:17 2026 by
|
|
523
523
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
524
|
-
0.9.34 (ruby-3.
|
|
524
|
+
0.9.34 (ruby-3.4.9).
|
|
525
525
|
</div>
|
|
526
526
|
|
|
527
527
|
</div>
|
|
@@ -290,9 +290,9 @@
|
|
|
290
290
|
</div>
|
|
291
291
|
|
|
292
292
|
<div id="footer">
|
|
293
|
-
Generated on
|
|
293
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
294
294
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
295
|
-
0.9.34 (ruby-3.
|
|
295
|
+
0.9.34 (ruby-3.4.9).
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
298
|
</div>
|
|
@@ -1149,9 +1149,9 @@
|
|
|
1149
1149
|
</div>
|
|
1150
1150
|
|
|
1151
1151
|
<div id="footer">
|
|
1152
|
-
Generated on
|
|
1152
|
+
Generated on Thu Jun 4 20:37:18 2026 by
|
|
1153
1153
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1154
|
-
0.9.34 (ruby-3.
|
|
1154
|
+
0.9.34 (ruby-3.4.9).
|
|
1155
1155
|
</div>
|
|
1156
1156
|
|
|
1157
1157
|
</div>
|
data/doc/Compony/Version.html
CHANGED
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
</div>
|
|
130
130
|
|
|
131
131
|
<div id="footer">
|
|
132
|
-
Generated on
|
|
132
|
+
Generated on Thu Jun 4 20:37:17 2026 by
|
|
133
133
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
134
|
-
0.9.34 (ruby-3.
|
|
134
|
+
0.9.34 (ruby-3.4.9).
|
|
135
135
|
</div>
|
|
136
136
|
|
|
137
137
|
</div>
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Thu Jun 4 20:37:17 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
|
-
0.9.34 (ruby-3.
|
|
227
|
+
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
</div>
|
|
@@ -228,9 +228,9 @@
|
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
<div id="footer">
|
|
231
|
-
Generated on
|
|
231
|
+
Generated on Thu Jun 4 20:37:17 2026 by
|
|
232
232
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
233
|
-
0.9.34 (ruby-3.
|
|
233
|
+
0.9.34 (ruby-3.4.9).
|
|
234
234
|
</div>
|
|
235
235
|
|
|
236
236
|
</div>
|