compony 0.5.7 → 0.5.8

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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/Gemfile.lock +37 -29
  4. data/README.md +20 -3
  5. data/VERSION +1 -1
  6. data/compony.gemspec +3 -3
  7. data/doc/ComponentGenerator.html +20 -4
  8. data/doc/Components.html +1 -1
  9. data/doc/ComponentsGenerator.html +1 -1
  10. data/doc/Compony/Component.html +62 -322
  11. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  12. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default.html +1 -1
  17. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  18. data/doc/Compony/ComponentMixins.html +1 -1
  19. data/doc/Compony/Components/Button.html +2 -2
  20. data/doc/Compony/Components/Destroy.html +2 -2
  21. data/doc/Compony/Components/Edit.html +14 -14
  22. data/doc/Compony/Components/Form.html +2 -2
  23. data/doc/Compony/Components/New.html +2 -2
  24. data/doc/Compony/Components/WithForm.html +2 -2
  25. data/doc/Compony/Components.html +1 -1
  26. data/doc/Compony/ControllerMixin.html +1 -1
  27. data/doc/Compony/Engine.html +1 -1
  28. data/doc/Compony/MethodAccessibleHash.html +1 -1
  29. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  30. data/doc/Compony/ModelFields/Association.html +1 -1
  31. data/doc/Compony/ModelFields/Attachment.html +1 -1
  32. data/doc/Compony/ModelFields/Base.html +1 -1
  33. data/doc/Compony/ModelFields/Boolean.html +1 -1
  34. data/doc/Compony/ModelFields/Color.html +1 -1
  35. data/doc/Compony/ModelFields/Currency.html +1 -1
  36. data/doc/Compony/ModelFields/Date.html +1 -1
  37. data/doc/Compony/ModelFields/Datetime.html +1 -1
  38. data/doc/Compony/ModelFields/Decimal.html +1 -1
  39. data/doc/Compony/ModelFields/Email.html +1 -1
  40. data/doc/Compony/ModelFields/Float.html +1 -1
  41. data/doc/Compony/ModelFields/Integer.html +1 -1
  42. data/doc/Compony/ModelFields/Percentage.html +1 -1
  43. data/doc/Compony/ModelFields/Phone.html +1 -1
  44. data/doc/Compony/ModelFields/RichText.html +2 -2
  45. data/doc/Compony/ModelFields/String.html +1 -1
  46. data/doc/Compony/ModelFields/Text.html +1 -1
  47. data/doc/Compony/ModelFields/Time.html +1 -1
  48. data/doc/Compony/ModelFields/Url.html +1 -1
  49. data/doc/Compony/ModelFields.html +1 -1
  50. data/doc/Compony/ModelMixin.html +1 -1
  51. data/doc/Compony/NaturalOrdering.html +1 -1
  52. data/doc/Compony/RequestContext.html +3 -3
  53. data/doc/Compony/Version.html +1 -1
  54. data/doc/Compony/ViewHelpers.html +27 -13
  55. data/doc/Compony.html +1 -1
  56. data/doc/ComponyController.html +1 -1
  57. data/doc/_index.html +1 -1
  58. data/doc/file.README.html +26 -4
  59. data/doc/index.html +26 -4
  60. data/doc/method_list.html +0 -32
  61. data/doc/top-level-namespace.html +1 -1
  62. data/lib/compony/component.rb +5 -13
  63. data/lib/compony/components/edit.rb +1 -0
  64. data/lib/compony/model_fields/rich_text.rb +1 -1
  65. data/lib/compony/request_context.rb +1 -1
  66. data/lib/compony/view_helpers.rb +12 -5
  67. data/lib/generators/component/component_generator.rb +8 -0
  68. data/lib/generators/component/templates/with_base_component.rb.erb +4 -0
  69. metadata +2 -1
@@ -389,54 +389,6 @@
389
389
  <p>DSL method Adds or overrides a before_render block.</p>
390
390
  </div></span>
391
391
 
392
- </li>
393
-
394
-
395
- <li class="public ">
396
- <span class="summary_signature">
397
-
398
- <a href="#comp_cst-instance_method" title="#comp_cst (instance method)">#<strong>comp_cst</strong> &#x21d2; Object </a>
399
-
400
-
401
-
402
- </span>
403
-
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
-
412
- <span class="summary_desc"><div class='inline'>
413
- <p>Returns the name of the class constant of this component.</p>
414
- </div></span>
415
-
416
- </li>
417
-
418
-
419
- <li class="public ">
420
- <span class="summary_signature">
421
-
422
- <a href="#comp_name-instance_method" title="#comp_name (instance method)">#<strong>comp_name</strong> &#x21d2; Object </a>
423
-
424
-
425
-
426
- </span>
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
- <span class="summary_desc"><div class='inline'>
437
- <p>Returns the component name.</p>
438
- </div></span>
439
-
440
392
  </li>
441
393
 
442
394
 
@@ -461,54 +413,6 @@
461
413
  <p>DSL method Adds or overrides a content block.</p>
462
414
  </div></span>
463
415
 
464
- </li>
465
-
466
-
467
- <li class="public ">
468
- <span class="summary_signature">
469
-
470
- <a href="#family_cst-instance_method" title="#family_cst (instance method)">#<strong>family_cst</strong> &#x21d2; Object </a>
471
-
472
-
473
-
474
- </span>
475
-
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
- <span class="summary_desc"><div class='inline'>
485
- <p>Returns the name of the module constant (=family) of this component.</p>
486
- </div></span>
487
-
488
- </li>
489
-
490
-
491
- <li class="public ">
492
- <span class="summary_signature">
493
-
494
- <a href="#family_name-instance_method" title="#family_name (instance method)">#<strong>family_name</strong> &#x21d2; Object </a>
495
-
496
-
497
-
498
- </span>
499
-
500
-
501
-
502
-
503
-
504
-
505
-
506
-
507
-
508
- <span class="summary_desc"><div class='inline'>
509
- <p>Returns the family name.</p>
510
- </div></span>
511
-
512
416
  </li>
513
417
 
514
418
 
@@ -1331,12 +1235,12 @@
1331
1235
  <pre class="lines">
1332
1236
 
1333
1237
 
1334
- 218
1335
- 219
1336
- 220</pre>
1238
+ 210
1239
+ 211
1240
+ 212</pre>
1337
1241
  </td>
1338
1242
  <td>
1339
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 218</span>
1243
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 210</span>
1340
1244
 
1341
1245
  <span class='kw'>def</span> <span class='id identifier rubyid_action'>action</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='comma'>,</span> <span class='label'>before:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
1342
1246
  <span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_natural_push'>natural_push</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='comma'>,</span> <span class='id identifier rubyid_block'>block</span><span class='comma'>,</span> <span class='label'>before:</span><span class='rparen'>)</span>
@@ -1428,13 +1332,13 @@
1428
1332
  <pre class="lines">
1429
1333
 
1430
1334
 
1431
- 141
1432
- 142
1433
- 143
1434
- 144</pre>
1335
+ 133
1336
+ 134
1337
+ 135
1338
+ 136</pre>
1435
1339
  </td>
1436
1340
  <td>
1437
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 141</span>
1341
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 133</span>
1438
1342
 
1439
1343
  <span class='kw'>def</span> <span class='id identifier rubyid_before_render'>before_render</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='symbol'>:main</span><span class='comma'>,</span> <span class='label'>before:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>**</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
1440
1344
  <span class='id identifier rubyid_fail'>fail</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>`before_render` expects a block in </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_inspect'>inspect</span><span class='embexpr_end'>}</span><span class='tstring_content'>.</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
@@ -1443,88 +1347,6 @@
1443
1347
  </td>
1444
1348
  </tr>
1445
1349
  </table>
1446
- </div>
1447
-
1448
- <div class="method_details ">
1449
- <h3 class="signature " id="comp_cst-instance_method">
1450
-
1451
- #<strong>comp_cst</strong> &#x21d2; <tt>Object</tt>
1452
-
1453
-
1454
-
1455
-
1456
-
1457
- </h3><div class="docstring">
1458
- <div class="discussion">
1459
-
1460
- <p>Returns the name of the class constant of this component. Do not override.</p>
1461
-
1462
-
1463
- </div>
1464
- </div>
1465
- <div class="tags">
1466
-
1467
-
1468
- </div><table class="source_code">
1469
- <tr>
1470
- <td>
1471
- <pre class="lines">
1472
-
1473
-
1474
- 126
1475
- 127
1476
- 128</pre>
1477
- </td>
1478
- <td>
1479
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 126</span>
1480
-
1481
- <span class='kw'>def</span> <span class='id identifier rubyid_comp_cst'>comp_cst</span>
1482
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_comp_cst'>comp_cst</span>
1483
- <span class='kw'>end</span></pre>
1484
- </td>
1485
- </tr>
1486
- </table>
1487
- </div>
1488
-
1489
- <div class="method_details ">
1490
- <h3 class="signature " id="comp_name-instance_method">
1491
-
1492
- #<strong>comp_name</strong> &#x21d2; <tt>Object</tt>
1493
-
1494
-
1495
-
1496
-
1497
-
1498
- </h3><div class="docstring">
1499
- <div class="discussion">
1500
-
1501
- <p>Returns the component name</p>
1502
-
1503
-
1504
- </div>
1505
- </div>
1506
- <div class="tags">
1507
-
1508
-
1509
- </div><table class="source_code">
1510
- <tr>
1511
- <td>
1512
- <pre class="lines">
1513
-
1514
-
1515
- 131
1516
- 132
1517
- 133</pre>
1518
- </td>
1519
- <td>
1520
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 131</span>
1521
-
1522
- <span class='kw'>def</span> <span class='id identifier rubyid_comp_name'>comp_name</span>
1523
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_comp_name'>comp_name</span>
1524
- <span class='kw'>end</span></pre>
1525
- </td>
1526
- </tr>
1527
- </table>
1528
1350
  </div>
1529
1351
 
1530
1352
  <div class="method_details ">
@@ -1625,16 +1447,16 @@
1625
1447
  <pre class="lines">
1626
1448
 
1627
1449
 
1628
- 152
1629
- 153
1630
- 154
1631
- 155
1632
- 156
1633
- 157
1634
- 158</pre>
1450
+ 144
1451
+ 145
1452
+ 146
1453
+ 147
1454
+ 148
1455
+ 149
1456
+ 150</pre>
1635
1457
  </td>
1636
1458
  <td>
1637
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 152</span>
1459
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 144</span>
1638
1460
 
1639
1461
  <span class='kw'>def</span> <span class='id identifier rubyid_content'>content</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='symbol'>:main</span><span class='comma'>,</span> <span class='label'>before:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>**</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
1640
1462
  <span class='comment'># A block is required here, but if this is an override (e.g. to hide another content block), we can tolerate the missing block.
@@ -1646,88 +1468,6 @@
1646
1468
  </td>
1647
1469
  </tr>
1648
1470
  </table>
1649
- </div>
1650
-
1651
- <div class="method_details ">
1652
- <h3 class="signature " id="family_cst-instance_method">
1653
-
1654
- #<strong>family_cst</strong> &#x21d2; <tt>Object</tt>
1655
-
1656
-
1657
-
1658
-
1659
-
1660
- </h3><div class="docstring">
1661
- <div class="discussion">
1662
-
1663
- <p>Returns the name of the module constant (=family) of this component. Do not override.</p>
1664
-
1665
-
1666
- </div>
1667
- </div>
1668
- <div class="tags">
1669
-
1670
-
1671
- </div><table class="source_code">
1672
- <tr>
1673
- <td>
1674
- <pre class="lines">
1675
-
1676
-
1677
- 116
1678
- 117
1679
- 118</pre>
1680
- </td>
1681
- <td>
1682
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 116</span>
1683
-
1684
- <span class='kw'>def</span> <span class='id identifier rubyid_family_cst'>family_cst</span>
1685
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_family_cst'>family_cst</span>
1686
- <span class='kw'>end</span></pre>
1687
- </td>
1688
- </tr>
1689
- </table>
1690
- </div>
1691
-
1692
- <div class="method_details ">
1693
- <h3 class="signature " id="family_name-instance_method">
1694
-
1695
- #<strong>family_name</strong> &#x21d2; <tt>Object</tt>
1696
-
1697
-
1698
-
1699
-
1700
-
1701
- </h3><div class="docstring">
1702
- <div class="discussion">
1703
-
1704
- <p>Returns the family name</p>
1705
-
1706
-
1707
- </div>
1708
- </div>
1709
- <div class="tags">
1710
-
1711
-
1712
- </div><table class="source_code">
1713
- <tr>
1714
- <td>
1715
- <pre class="lines">
1716
-
1717
-
1718
- 121
1719
- 122
1720
- 123</pre>
1721
- </td>
1722
- <td>
1723
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 121</span>
1724
-
1725
- <span class='kw'>def</span> <span class='id identifier rubyid_family_name'>family_name</span>
1726
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_family_name'>family_name</span>
1727
- <span class='kw'>end</span></pre>
1728
- </td>
1729
- </tr>
1730
- </table>
1731
1471
  </div>
1732
1472
 
1733
1473
  <div class="method_details ">
@@ -1987,21 +1727,21 @@
1987
1727
  <pre class="lines">
1988
1728
 
1989
1729
 
1990
- 163
1991
- 164
1992
- 165
1993
- 166
1994
- 167
1995
- 168
1996
- 169
1997
- 170
1998
- 171</pre>
1730
+ 155
1731
+ 156
1732
+ 157
1733
+ 158
1734
+ 159
1735
+ 160
1736
+ 161
1737
+ 162
1738
+ 163</pre>
1999
1739
  </td>
2000
1740
  <td>
2001
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 163</span>
1741
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 155</span>
2002
1742
 
2003
- <span class='kw'>def</span> <span class='id identifier rubyid_remove_content'>remove_content</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
2004
- <span class='id identifier rubyid_existing_index'>existing_index</span> <span class='op'>=</span> <span class='ivar'>@content_blocks</span><span class='period'>.</span><span class='id identifier rubyid_find_index'>find_index</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_el'>el</span><span class='op'>|</span> <span class='id identifier rubyid_el'>el</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span> <span class='rbrace'>}</span>
1743
+ <span class='kw'>def</span> <span class='id identifier rubyid_remove_content'>remove_content</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='comment'># rubocop:disable Naming/PredicateMethod
1744
+ </span> <span class='id identifier rubyid_existing_index'>existing_index</span> <span class='op'>=</span> <span class='ivar'>@content_blocks</span><span class='period'>.</span><span class='id identifier rubyid_find_index'>find_index</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_el'>el</span><span class='op'>|</span> <span class='id identifier rubyid_el'>el</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span> <span class='rbrace'>}</span>
2005
1745
  <span class='kw'>if</span> <span class='id identifier rubyid_existing_index'>existing_index</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
2006
1746
  <span class='kw'>return</span> <span class='kw'>false</span>
2007
1747
  <span class='kw'>else</span>
@@ -2060,12 +1800,12 @@
2060
1800
  <pre class="lines">
2061
1801
 
2062
1802
 
2063
- 176
2064
- 177
2065
- 178</pre>
1803
+ 168
1804
+ 169
1805
+ 170</pre>
2066
1806
  </td>
2067
1807
  <td>
2068
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 176</span>
1808
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 168</span>
2069
1809
 
2070
1810
  <span class='kw'>def</span> <span class='id identifier rubyid_remove_content!'>remove_content!</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
2071
1811
  <span class='id identifier rubyid_remove_content'>remove_content</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_fail'>fail</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Content block </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='embexpr_end'>}</span><span class='tstring_content'> not found for removal in </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_inspect'>inspect</span><span class='embexpr_end'>}</span><span class='tstring_content'>.</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
@@ -2123,6 +1863,14 @@
2123
1863
  <pre class="lines">
2124
1864
 
2125
1865
 
1866
+ 175
1867
+ 176
1868
+ 177
1869
+ 178
1870
+ 179
1871
+ 180
1872
+ 181
1873
+ 182
2126
1874
  183
2127
1875
  184
2128
1876
  185
@@ -2145,18 +1893,10 @@
2145
1893
  202
2146
1894
  203
2147
1895
  204
2148
- 205
2149
- 206
2150
- 207
2151
- 208
2152
- 209
2153
- 210
2154
- 211
2155
- 212
2156
- 213</pre>
1896
+ 205</pre>
2157
1897
  </td>
2158
1898
  <td>
2159
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 183</span>
1899
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 175</span>
2160
1900
 
2161
1901
  <span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span><span class='lparen'>(</span><span class='id identifier rubyid_controller'>controller</span><span class='comma'>,</span> <span class='label'>standalone:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_locals'>locals</span><span class='rparen'>)</span>
2162
1902
  <span class='comment'># Call before_render hooks (if any) and backfire instance variables back to the component
@@ -2220,6 +1960,14 @@
2220
1960
  <pre class="lines">
2221
1961
 
2222
1962
 
1963
+ 221
1964
+ 222
1965
+ 223
1966
+ 224
1967
+ 225
1968
+ 226
1969
+ 227
1970
+ 228
2223
1971
  229
2224
1972
  230
2225
1973
  231
@@ -2227,18 +1975,10 @@
2227
1975
  233
2228
1976
  234
2229
1977
  235
2230
- 236
2231
- 237
2232
- 238
2233
- 239
2234
- 240
2235
- 241
2236
- 242
2237
- 243
2238
- 244</pre>
1978
+ 236</pre>
2239
1979
  </td>
2240
1980
  <td>
2241
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 229</span>
1981
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 221</span>
2242
1982
 
2243
1983
  <span class='kw'>def</span> <span class='id identifier rubyid_render_actions'>render_actions</span><span class='lparen'>(</span><span class='id identifier rubyid_controller'>controller</span><span class='comma'>,</span> <span class='label'>wrapper_class:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='label'>action_class:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
2244
1984
  <span class='id identifier rubyid_h'>h</span> <span class='op'>=</span> <span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_helpers'>helpers</span>
@@ -2300,12 +2040,12 @@
2300
2040
  <pre class="lines">
2301
2041
 
2302
2042
 
2303
- 247
2304
- 248
2305
- 249</pre>
2043
+ 239
2044
+ 240
2045
+ 241</pre>
2306
2046
  </td>
2307
2047
  <td>
2308
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 247</span>
2048
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 239</span>
2309
2049
 
2310
2050
  <span class='kw'>def</span> <span class='id identifier rubyid_resourceful?'>resourceful?</span>
2311
2051
  <span class='kw'>return</span> <span class='kw'>false</span>
@@ -2438,12 +2178,12 @@
2438
2178
  <pre class="lines">
2439
2179
 
2440
2180
 
2441
- 224
2442
- 225
2443
- 226</pre>
2181
+ 216
2182
+ 217
2183
+ 218</pre>
2444
2184
  </td>
2445
2185
  <td>
2446
- <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 224</span>
2186
+ <pre class="code"><span class="info file"># File 'lib/compony/component.rb', line 216</span>
2447
2187
 
2448
2188
  <span class='kw'>def</span> <span class='id identifier rubyid_skip_action'>skip_action</span><span class='lparen'>(</span><span class='id identifier rubyid_action_name'>action_name</span><span class='rparen'>)</span>
2449
2189
  <span class='ivar'>@skipped_actions</span> <span class='op'>&lt;&lt;</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>
@@ -2503,7 +2243,7 @@
2503
2243
  </div>
2504
2244
 
2505
2245
  <div id="footer">
2506
- Generated on Mon Jul 21 15:44:48 2025 by
2246
+ Generated on Thu Aug 28 14:18:37 2025 by
2507
2247
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2508
2248
  0.9.37 (ruby-3.3.5).
2509
2249
  </div>
@@ -396,7 +396,7 @@
396
396
  </div>
397
397
 
398
398
  <div id="footer">
399
- Generated on Mon Jul 21 15:44:48 2025 by
399
+ Generated on Thu Aug 28 14:18:37 2025 by
400
400
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
401
  0.9.37 (ruby-3.3.5).
402
402
  </div>
@@ -529,7 +529,7 @@
529
529
  </div>
530
530
 
531
531
  <div id="footer">
532
- Generated on Mon Jul 21 15:44:49 2025 by
532
+ Generated on Thu Aug 28 14:18:37 2025 by
533
533
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
534
534
  0.9.37 (ruby-3.3.5).
535
535
  </div>
@@ -659,7 +659,7 @@
659
659
  </div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Mon Jul 21 15:44:49 2025 by
662
+ Generated on Thu Aug 28 14:18:37 2025 by
663
663
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
664
  0.9.37 (ruby-3.3.5).
665
665
  </div>
@@ -567,7 +567,7 @@
567
567
  </div>
568
568
 
569
569
  <div id="footer">
570
- Generated on Mon Jul 21 15:44:49 2025 by
570
+ Generated on Thu Aug 28 14:18:37 2025 by
571
571
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
572
572
  0.9.37 (ruby-3.3.5).
573
573
  </div>
@@ -682,7 +682,7 @@
682
682
  </div>
683
683
 
684
684
  <div id="footer">
685
- Generated on Mon Jul 21 15:44:48 2025 by
685
+ Generated on Thu Aug 28 14:18:37 2025 by
686
686
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
687
687
  0.9.37 (ruby-3.3.5).
688
688
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Jul 21 15:44:48 2025 by
119
+ Generated on Thu Aug 28 14:18:37 2025 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.37 (ruby-3.3.5).
122
122
  </div>
@@ -1183,7 +1183,7 @@
1183
1183
  </div>
1184
1184
 
1185
1185
  <div id="footer">
1186
- Generated on Mon Jul 21 15:44:48 2025 by
1186
+ Generated on Thu Aug 28 14:18:37 2025 by
1187
1187
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1188
1188
  0.9.37 (ruby-3.3.5).
1189
1189
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Jul 21 15:44:48 2025 by
119
+ Generated on Thu Aug 28 14:18:36 2025 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.37 (ruby-3.3.5).
122
122
  </div>
@@ -196,7 +196,7 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Component.html" title="Compony::Component (class)">Compony::Component</a></span></h3>
199
- <p class="inherited"><span class='object_link'><a href="../Component.html#action-instance_method" title="Compony::Component#action (method)">#action</a></span>, <span class='object_link'><a href="../Component.html#before_render-instance_method" title="Compony::Component#before_render (method)">#before_render</a></span>, <span class='object_link'><a href="../Component.html#comp_cst-class_method" title="Compony::Component.comp_cst (method)">comp_cst</a></span>, <span class='object_link'><a href="../Component.html#comp_cst-instance_method" title="Compony::Component#comp_cst (method)">#comp_cst</a></span>, <span class='object_link'><a href="../Component.html#comp_name-class_method" title="Compony::Component.comp_name (method)">comp_name</a></span>, <span class='object_link'><a href="../Component.html#comp_name-instance_method" title="Compony::Component#comp_name (method)">#comp_name</a></span>, <span class='object_link'><a href="../Component.html#content-instance_method" title="Compony::Component#content (method)">#content</a></span>, <span class='object_link'><a href="../Component.html#family_cst-class_method" title="Compony::Component.family_cst (method)">family_cst</a></span>, <span class='object_link'><a href="../Component.html#family_cst-instance_method" title="Compony::Component#family_cst (method)">#family_cst</a></span>, <span class='object_link'><a href="../Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>, <span class='object_link'><a href="../Component.html#family_name-instance_method" title="Compony::Component#family_name (method)">#family_name</a></span>, <span class='object_link'><a href="../Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>, <span class='object_link'><a href="../Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>, <span class='object_link'><a href="../Component.html#param_name-instance_method" title="Compony::Component#param_name (method)">#param_name</a></span>, <span class='object_link'><a href="../Component.html#path-instance_method" title="Compony::Component#path (method)">#path</a></span>, <span class='object_link'><a href="../Component.html#path_hash-instance_method" title="Compony::Component#path_hash (method)">#path_hash</a></span>, <span class='object_link'><a href="../Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>, <span class='object_link'><a href="../Component.html#remove_content!-instance_method" title="Compony::Component#remove_content! (method)">#remove_content!</a></span>, <span class='object_link'><a href="../Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>, <span class='object_link'><a href="../Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>, <span class='object_link'><a href="../Component.html#resourceful%3F-instance_method" title="Compony::Component#resourceful? (method)">#resourceful?</a></span>, <span class='object_link'><a href="../Component.html#root_comp-instance_method" title="Compony::Component#root_comp (method)">#root_comp</a></span>, <span class='object_link'><a href="../Component.html#root_comp%3F-instance_method" title="Compony::Component#root_comp? (method)">#root_comp?</a></span>, <span class='object_link'><a href="../Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>, <span class='object_link'><a href="../Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>, <span class='object_link'><a href="../Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span></p>
199
+ <p class="inherited"><span class='object_link'><a href="../Component.html#action-instance_method" title="Compony::Component#action (method)">#action</a></span>, <span class='object_link'><a href="../Component.html#before_render-instance_method" title="Compony::Component#before_render (method)">#before_render</a></span>, <span class='object_link'><a href="../Component.html#comp_cst-class_method" title="Compony::Component.comp_cst (method)">comp_cst</a></span>, <span class='object_link'><a href="../Component.html#comp_name-class_method" title="Compony::Component.comp_name (method)">comp_name</a></span>, <span class='object_link'><a href="../Component.html#content-instance_method" title="Compony::Component#content (method)">#content</a></span>, <span class='object_link'><a href="../Component.html#family_cst-class_method" title="Compony::Component.family_cst (method)">family_cst</a></span>, <span class='object_link'><a href="../Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>, <span class='object_link'><a href="../Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>, <span class='object_link'><a href="../Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>, <span class='object_link'><a href="../Component.html#param_name-instance_method" title="Compony::Component#param_name (method)">#param_name</a></span>, <span class='object_link'><a href="../Component.html#path-instance_method" title="Compony::Component#path (method)">#path</a></span>, <span class='object_link'><a href="../Component.html#path_hash-instance_method" title="Compony::Component#path_hash (method)">#path_hash</a></span>, <span class='object_link'><a href="../Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>, <span class='object_link'><a href="../Component.html#remove_content!-instance_method" title="Compony::Component#remove_content! (method)">#remove_content!</a></span>, <span class='object_link'><a href="../Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>, <span class='object_link'><a href="../Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>, <span class='object_link'><a href="../Component.html#resourceful%3F-instance_method" title="Compony::Component#resourceful? (method)">#resourceful?</a></span>, <span class='object_link'><a href="../Component.html#root_comp-instance_method" title="Compony::Component#root_comp (method)">#root_comp</a></span>, <span class='object_link'><a href="../Component.html#root_comp%3F-instance_method" title="Compony::Component#root_comp? (method)">#root_comp?</a></span>, <span class='object_link'><a href="../Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>, <span class='object_link'><a href="../Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>, <span class='object_link'><a href="../Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span></p>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
@@ -287,7 +287,7 @@
287
287
  </div>
288
288
 
289
289
  <div id="footer">
290
- Generated on Mon Jul 21 15:44:48 2025 by
290
+ Generated on Thu Aug 28 14:18:37 2025 by
291
291
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
292
292
  0.9.37 (ruby-3.3.5).
293
293
  </div>