compony 0.5.9 → 0.6.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.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +21 -0
  5. data/VERSION +1 -1
  6. data/compony.gemspec +3 -3
  7. data/config/locales/de.yml +13 -0
  8. data/config/locales/en.yml +13 -0
  9. data/config/locales/fr.yml +14 -1
  10. data/doc/ComponentGenerator.html +16 -4
  11. data/doc/Components.html +3 -3
  12. data/doc/ComponentsGenerator.html +3 -3
  13. data/doc/Compony/Component.html +4 -4
  14. data/doc/Compony/ComponentMixins/Default/Labelling.html +3 -3
  15. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +3 -3
  16. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +3 -3
  17. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +3 -3
  18. data/doc/Compony/ComponentMixins/Default/Standalone.html +3 -3
  19. data/doc/Compony/ComponentMixins/Default.html +3 -3
  20. data/doc/Compony/ComponentMixins/Resourceful.html +4 -4
  21. data/doc/Compony/ComponentMixins.html +3 -3
  22. data/doc/Compony/Components/Button.html +3 -3
  23. data/doc/Compony/Components/Destroy.html +3 -3
  24. data/doc/Compony/Components/Edit.html +3 -3
  25. data/doc/Compony/Components/Form.html +3 -3
  26. data/doc/Compony/Components/Index.html +172 -0
  27. data/doc/Compony/Components/List.html +2731 -0
  28. data/doc/Compony/Components/New.html +3 -3
  29. data/doc/Compony/Components/Show.html +740 -0
  30. data/doc/Compony/Components/WithForm.html +3 -3
  31. data/doc/Compony/Components.html +5 -5
  32. data/doc/Compony/ControllerMixin.html +3 -3
  33. data/doc/Compony/Engine.html +3 -3
  34. data/doc/Compony/MethodAccessibleHash.html +3 -3
  35. data/doc/Compony/ModelFields/Anchormodel.html +136 -4
  36. data/doc/Compony/ModelFields/Association.html +4 -4
  37. data/doc/Compony/ModelFields/Attachment.html +4 -4
  38. data/doc/Compony/ModelFields/Base.html +143 -13
  39. data/doc/Compony/ModelFields/Boolean.html +136 -4
  40. data/doc/Compony/ModelFields/Color.html +4 -4
  41. data/doc/Compony/ModelFields/Currency.html +4 -4
  42. data/doc/Compony/ModelFields/Date.html +4 -4
  43. data/doc/Compony/ModelFields/Datetime.html +4 -4
  44. data/doc/Compony/ModelFields/Decimal.html +4 -4
  45. data/doc/Compony/ModelFields/Email.html +4 -4
  46. data/doc/Compony/ModelFields/Float.html +4 -4
  47. data/doc/Compony/ModelFields/Integer.html +83 -5
  48. data/doc/Compony/ModelFields/Percentage.html +4 -4
  49. data/doc/Compony/ModelFields/Phone.html +4 -4
  50. data/doc/Compony/ModelFields/RichText.html +4 -4
  51. data/doc/Compony/ModelFields/String.html +4 -4
  52. data/doc/Compony/ModelFields/Text.html +4 -4
  53. data/doc/Compony/ModelFields/Time.html +4 -4
  54. data/doc/Compony/ModelFields/Url.html +4 -4
  55. data/doc/Compony/ModelFields.html +3 -3
  56. data/doc/Compony/ModelMixin.html +26 -26
  57. data/doc/Compony/NaturalOrdering.html +3 -3
  58. data/doc/Compony/RequestContext.html +3 -3
  59. data/doc/Compony/Version.html +3 -3
  60. data/doc/Compony/ViewHelpers.html +3 -3
  61. data/doc/Compony.html +4 -4
  62. data/doc/ComponyController.html +3 -3
  63. data/doc/_index.html +25 -4
  64. data/doc/class_list.html +3 -6
  65. data/doc/css/full_list.css +3 -3
  66. data/doc/css/style.css +0 -6
  67. data/doc/file.README.html +37 -10
  68. data/doc/file_list.html +2 -5
  69. data/doc/frames.html +5 -10
  70. data/doc/index.html +37 -10
  71. data/doc/js/app.js +264 -294
  72. data/doc/js/full_list.js +4 -30
  73. data/doc/method_list.html +423 -114
  74. data/doc/top-level-namespace.html +3 -3
  75. data/lib/compony/components/index.rb +33 -0
  76. data/lib/compony/components/list.rb +418 -0
  77. data/lib/compony/components/show.rb +116 -0
  78. data/lib/compony/model_fields/anchormodel.rb +13 -0
  79. data/lib/compony/model_fields/base.rb +12 -0
  80. data/lib/compony/model_fields/boolean.rb +13 -0
  81. data/lib/compony/model_fields/integer.rb +3 -0
  82. data/lib/compony/model_mixin.rb +5 -0
  83. data/lib/compony.rb +3 -0
  84. data/lib/generators/component/component_generator.rb +6 -0
  85. data/lib/generators/component/templates/index.rb.erb +2 -0
  86. data/lib/generators/component/templates/list.rb.erb +7 -0
  87. data/lib/generators/component/templates/show.rb.erb +2 -0
  88. metadata +10 -1
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::RichText
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -165,7 +165,7 @@
165
165
 
166
166
 
167
167
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Compony::ModelFields::Base (class)">Base</a></span></h3>
168
- <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
168
+ <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
169
169
  <div id="constructor_details" class="method_details_list">
170
170
  <h2>Constructor Details</h2>
171
171
 
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Fri Aug 29 14:58:41 2025 by
225
+ Generated on Fri Sep 5 14:00:26 2025 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.37 (ruby-3.3.5).
227
+ 0.9.34 (ruby-3.3.5).
228
228
  </div>
229
229
 
230
230
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::String
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -132,7 +132,7 @@
132
132
  <h2>Method Summary</h2>
133
133
 
134
134
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Compony::ModelFields::Base (class)">Base</a></span></h3>
135
- <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
135
+ <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
136
136
  <div id="constructor_details" class="method_details_list">
137
137
  <h2>Constructor Details</h2>
138
138
 
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Fri Aug 29 14:58:40 2025 by
147
+ Generated on Fri Sep 5 14:00:25 2025 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.37 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.3.5).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Text
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -132,7 +132,7 @@
132
132
  <h2>Method Summary</h2>
133
133
 
134
134
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Compony::ModelFields::Base (class)">Base</a></span></h3>
135
- <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
135
+ <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
136
136
  <div id="constructor_details" class="method_details_list">
137
137
  <h2>Constructor Details</h2>
138
138
 
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Fri Aug 29 14:58:40 2025 by
147
+ Generated on Fri Sep 5 14:00:25 2025 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.37 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.3.5).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Time
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -132,7 +132,7 @@
132
132
  <h2>Method Summary</h2>
133
133
 
134
134
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Compony::ModelFields::Base (class)">Base</a></span></h3>
135
- <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
135
+ <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>, <span class='object_link'><a href="Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span></p>
136
136
  <div id="constructor_details" class="method_details_list">
137
137
  <h2>Constructor Details</h2>
138
138
 
@@ -144,9 +144,9 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Fri Aug 29 14:58:40 2025 by
147
+ Generated on Fri Sep 5 14:00:25 2025 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
- 0.9.37 (ruby-3.3.5).
149
+ 0.9.34 (ruby-3.3.5).
150
150
  </div>
151
151
 
152
152
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Url
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -165,7 +165,7 @@
165
165
 
166
166
 
167
167
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Compony::ModelFields::Base (class)">Base</a></span></h3>
168
- <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span></p>
168
+ <p class="inherited"><span class='object_link'><a href="Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>, <span class='object_link'><a href="Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>, <span class='object_link'><a href="Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>, <span class='object_link'><a href="Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>, <span class='object_link'><a href="Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>, <span class='object_link'><a href="Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>, <span class='object_link'><a href="Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span></p>
169
169
  <div id="constructor_details" class="method_details_list">
170
170
  <h2>Constructor Details</h2>
171
171
 
@@ -230,9 +230,9 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Fri Aug 29 14:58:40 2025 by
233
+ Generated on Fri Sep 5 14:00:25 2025 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
- 0.9.37 (ruby-3.3.5).
235
+ 0.9.34 (ruby-3.3.5).
236
236
  </div>
237
237
 
238
238
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ModelFields
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Fri Aug 29 14:58:40 2025 by
119
+ Generated on Fri Sep 5 14:00:24 2025 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.37 (ruby-3.3.5).
121
+ 0.9.34 (ruby-3.3.5).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ModelMixin
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -264,14 +264,14 @@
264
264
  <pre class="lines">
265
265
 
266
266
 
267
- 113
268
- 114
269
- 115
270
- 116
271
- 117</pre>
267
+ 118
268
+ 119
269
+ 120
270
+ 121
271
+ 122</pre>
272
272
  </td>
273
273
  <td>
274
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 113</span>
274
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 118</span>
275
275
 
276
276
  <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>
277
277
  <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>
@@ -360,11 +360,6 @@
360
360
  <pre class="lines">
361
361
 
362
362
 
363
- 92
364
- 93
365
- 94
366
- 95
367
- 96
368
363
  97
369
364
  98
370
365
  99
@@ -376,10 +371,15 @@
376
371
  105
377
372
  106
378
373
  107
379
- 108</pre>
374
+ 108
375
+ 109
376
+ 110
377
+ 111
378
+ 112
379
+ 113</pre>
380
380
  </td>
381
381
  <td>
382
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 92</span>
382
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 97</span>
383
383
 
384
384
  <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>
385
385
  <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>
@@ -429,12 +429,12 @@
429
429
  <pre class="lines">
430
430
 
431
431
 
432
- 130
433
- 131
434
- 132</pre>
432
+ 135
433
+ 136
434
+ 137</pre>
435
435
  </td>
436
436
  <td>
437
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 130</span>
437
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 135</span>
438
438
 
439
439
  <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>
440
440
  <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>
@@ -490,14 +490,14 @@
490
490
  <pre class="lines">
491
491
 
492
492
 
493
- 123
494
- 124
495
- 125
496
- 126
497
- 127</pre>
493
+ 128
494
+ 129
495
+ 130
496
+ 131
497
+ 132</pre>
498
498
  </td>
499
499
  <td>
500
- <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 123</span>
500
+ <pre class="code"><span class="info file"># File 'lib/compony/model_mixin.rb', line 128</span>
501
501
 
502
502
  <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>
503
503
  <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'>&#39;</span><span class='tstring_content'>, </span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_upcase_first'>upcase_first</span>
@@ -514,9 +514,9 @@
514
514
  </div>
515
515
 
516
516
  <div id="footer">
517
- Generated on Fri Aug 29 14:58:40 2025 by
517
+ Generated on Fri Sep 5 14:00:24 2025 by
518
518
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
519
- 0.9.37 (ruby-3.3.5).
519
+ 0.9.34 (ruby-3.3.5).
520
520
  </div>
521
521
 
522
522
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::NaturalOrdering
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -290,9 +290,9 @@
290
290
  </div>
291
291
 
292
292
  <div id="footer">
293
- Generated on Fri Aug 29 14:58:40 2025 by
293
+ Generated on Fri Sep 5 14:00:25 2025 by
294
294
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295
- 0.9.37 (ruby-3.3.5).
295
+ 0.9.34 (ruby-3.3.5).
296
296
  </div>
297
297
 
298
298
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::RequestContext
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -931,9 +931,9 @@
931
931
  </div>
932
932
 
933
933
  <div id="footer">
934
- Generated on Fri Aug 29 14:58:40 2025 by
934
+ Generated on Fri Sep 5 14:00:25 2025 by
935
935
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
936
- 0.9.37 (ruby-3.3.5).
936
+ 0.9.34 (ruby-3.3.5).
937
937
  </div>
938
938
 
939
939
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::Version
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -129,9 +129,9 @@
129
129
  </div>
130
130
 
131
131
  <div id="footer">
132
- Generated on Fri Aug 29 14:58:40 2025 by
132
+ Generated on Fri Sep 5 14:00:24 2025 by
133
133
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
- 0.9.37 (ruby-3.3.5).
134
+ 0.9.34 (ruby-3.3.5).
135
135
  </div>
136
136
 
137
137
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ViewHelpers
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -479,9 +479,9 @@
479
479
  </div>
480
480
 
481
481
  <div id="footer">
482
- Generated on Fri Aug 29 14:58:40 2025 by
482
+ Generated on Fri Sep 5 14:00:24 2025 by
483
483
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
484
- 0.9.37 (ruby-3.3.5).
484
+ 0.9.34 (ruby-3.3.5).
485
485
  </div>
486
486
 
487
487
  </div>
data/doc/Compony.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/compony.rb<span class="defines">,<br />
82
- lib/compony/engine.rb,<br /> lib/compony/version.rb,<br /> lib/compony/component.rb,<br /> lib/compony/model_mixin.rb,<br /> lib/compony/view_helpers.rb,<br /> lib/compony/components/new.rb,<br /> lib/compony/components/edit.rb,<br /> lib/compony/components/form.rb,<br /> lib/compony/request_context.rb,<br /> lib/compony/controller_mixin.rb,<br /> lib/compony/model_fields/url.rb,<br /> lib/compony/natural_ordering.rb,<br /> lib/compony/components/button.rb,<br /> lib/compony/model_fields/base.rb,<br /> lib/compony/model_fields/date.rb,<br /> lib/compony/model_fields/text.rb,<br /> lib/compony/model_fields/time.rb,<br /> lib/compony/components/destroy.rb,<br /> lib/compony/model_fields/color.rb,<br /> lib/compony/model_fields/email.rb,<br /> lib/compony/model_fields/float.rb,<br /> lib/compony/model_fields/phone.rb,<br /> lib/compony/model_fields/string.rb,<br /> lib/compony/components/with_form.rb,<br /> lib/compony/model_fields/boolean.rb,<br /> lib/compony/model_fields/decimal.rb,<br /> lib/compony/model_fields/integer.rb,<br /> lib/compony/model_fields/currency.rb,<br /> lib/compony/model_fields/datetime.rb,<br /> lib/compony/method_accessible_hash.rb,<br /> lib/compony/model_fields/rich_text.rb,<br /> lib/compony/model_fields/attachment.rb,<br /> lib/compony/model_fields/percentage.rb,<br /> lib/compony/model_fields/anchormodel.rb,<br /> lib/compony/model_fields/association.rb,<br /> lib/compony/component_mixins/resourceful.rb,<br /> lib/compony/component_mixins/default/labelling.rb,<br /> lib/compony/component_mixins/default/standalone.rb,<br /> lib/compony/component_mixins/default/standalone/verb_dsl.rb,<br /> lib/compony/component_mixins/default/standalone/standalone_dsl.rb,<br /> lib/compony/component_mixins/default/standalone/resourceful_verb_dsl.rb</span>
82
+ lib/compony/engine.rb,<br /> lib/compony/version.rb,<br /> lib/compony/component.rb,<br /> lib/compony/model_mixin.rb,<br /> lib/compony/view_helpers.rb,<br /> lib/compony/components/new.rb,<br /> lib/compony/components/edit.rb,<br /> lib/compony/components/form.rb,<br /> lib/compony/components/list.rb,<br /> lib/compony/components/show.rb,<br /> lib/compony/request_context.rb,<br /> lib/compony/components/index.rb,<br /> lib/compony/controller_mixin.rb,<br /> lib/compony/model_fields/url.rb,<br /> lib/compony/natural_ordering.rb,<br /> lib/compony/components/button.rb,<br /> lib/compony/model_fields/base.rb,<br /> lib/compony/model_fields/date.rb,<br /> lib/compony/model_fields/text.rb,<br /> lib/compony/model_fields/time.rb,<br /> lib/compony/components/destroy.rb,<br /> lib/compony/model_fields/color.rb,<br /> lib/compony/model_fields/email.rb,<br /> lib/compony/model_fields/float.rb,<br /> lib/compony/model_fields/phone.rb,<br /> lib/compony/model_fields/string.rb,<br /> lib/compony/components/with_form.rb,<br /> lib/compony/model_fields/boolean.rb,<br /> lib/compony/model_fields/decimal.rb,<br /> lib/compony/model_fields/integer.rb,<br /> lib/compony/model_fields/currency.rb,<br /> lib/compony/model_fields/datetime.rb,<br /> lib/compony/method_accessible_hash.rb,<br /> lib/compony/model_fields/rich_text.rb,<br /> lib/compony/model_fields/attachment.rb,<br /> lib/compony/model_fields/percentage.rb,<br /> lib/compony/model_fields/anchormodel.rb,<br /> lib/compony/model_fields/association.rb,<br /> lib/compony/component_mixins/resourceful.rb,<br /> lib/compony/component_mixins/default/labelling.rb,<br /> lib/compony/component_mixins/default/standalone.rb,<br /> lib/compony/component_mixins/default/standalone/verb_dsl.rb,<br /> lib/compony/component_mixins/default/standalone/standalone_dsl.rb,<br /> lib/compony/component_mixins/default/standalone/resourceful_verb_dsl.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -2206,9 +2206,9 @@
2206
2206
  </div>
2207
2207
 
2208
2208
  <div id="footer">
2209
- Generated on Fri Aug 29 14:58:40 2025 by
2209
+ Generated on Fri Sep 5 14:00:24 2025 by
2210
2210
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2211
- 0.9.37 (ruby-3.3.5).
2211
+ 0.9.34 (ruby-3.3.5).
2212
2212
  </div>
2213
2213
 
2214
2214
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ComponyController
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri Aug 29 14:58:41 2025 by
117
+ Generated on Fri Sep 5 14:00:26 2025 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.37 (ruby-3.3.5).
119
+ 0.9.34 (ruby-3.3.5).
120
120
  </div>
121
121
 
122
122
  </div>
data/doc/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.37
7
+ Documentation by YARD 0.9.34
8
8
 
9
9
  </title>
10
10
 
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.37</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.34</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -307,6 +307,13 @@
307
307
  <li class="letter">I</li>
308
308
  <ul>
309
309
 
310
+ <li>
311
+ <span class='object_link'><a href="Compony/Components/Index.html" title="Compony::Components::Index (class)">Index</a></span>
312
+
313
+ <small>(Compony::Components)</small>
314
+
315
+ </li>
316
+
310
317
  <li>
311
318
  <span class='object_link'><a href="Compony/ModelFields/Integer.html" title="Compony::ModelFields::Integer (class)">Integer</a></span>
312
319
 
@@ -332,6 +339,13 @@
332
339
 
333
340
  </li>
334
341
 
342
+ <li>
343
+ <span class='object_link'><a href="Compony/Components/List.html" title="Compony::Components::List (class)">List</a></span>
344
+
345
+ <small>(Compony::Components)</small>
346
+
347
+ </li>
348
+
335
349
  </ul>
336
350
  </ul>
337
351
 
@@ -449,6 +463,13 @@
449
463
  <li class="letter">S</li>
450
464
  <ul>
451
465
 
466
+ <li>
467
+ <span class='object_link'><a href="Compony/Components/Show.html" title="Compony::Components::Show (class)">Show</a></span>
468
+
469
+ <small>(Compony::Components)</small>
470
+
471
+ </li>
472
+
452
473
  <li>
453
474
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html" title="Compony::ComponentMixins::Default::Standalone (module)">Standalone</a></span>
454
475
 
@@ -566,9 +587,9 @@
566
587
  </div>
567
588
 
568
589
  <div id="footer">
569
- Generated on Fri Aug 29 14:58:37 2025 by
590
+ Generated on Fri Sep 5 14:00:22 2025 by
570
591
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
571
- 0.9.37 (ruby-3.3.5).
592
+ 0.9.34 (ruby-3.3.5).
572
593
  </div>
573
594
 
574
595
  </div>