compony 0.11.11 → 0.11.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/compony.gemspec +3 -3
- data/config/locales/es.yml +46 -0
- data/doc/ComponentGenerator.html +1 -1
- data/doc/Components.html +1 -1
- data/doc/ComponentsGenerator.html +1 -1
- data/doc/Compony/Component.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
- data/doc/Compony/ComponentMixins/Default.html +1 -1
- data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
- data/doc/Compony/ComponentMixins.html +1 -1
- data/doc/Compony/Components/Buttons/CssButton.html +1 -1
- data/doc/Compony/Components/Buttons/Link.html +1 -1
- data/doc/Compony/Components/Buttons.html +1 -1
- data/doc/Compony/Components/Destroy.html +1 -1
- data/doc/Compony/Components/Edit.html +1 -1
- data/doc/Compony/Components/Form.html +1 -1
- data/doc/Compony/Components/Index.html +1 -1
- data/doc/Compony/Components/List.html +1 -1
- data/doc/Compony/Components/New.html +1 -1
- data/doc/Compony/Components/Show.html +1 -1
- data/doc/Compony/Components/WithForm.html +1 -1
- data/doc/Compony/Components.html +1 -1
- data/doc/Compony/ControllerMixin.html +1 -1
- data/doc/Compony/Engine.html +1 -1
- data/doc/Compony/Intent.html +1 -1
- data/doc/Compony/ManageIntentsDsl.html +1 -1
- data/doc/Compony/MethodAccessibleHash.html +1 -1
- data/doc/Compony/ModelFields/Anchormodel.html +1 -1
- data/doc/Compony/ModelFields/Association.html +1 -1
- data/doc/Compony/ModelFields/Attachment.html +1 -1
- data/doc/Compony/ModelFields/Base.html +1 -1
- data/doc/Compony/ModelFields/Boolean.html +1 -1
- data/doc/Compony/ModelFields/Color.html +1 -1
- data/doc/Compony/ModelFields/Currency.html +1 -1
- data/doc/Compony/ModelFields/Date.html +1 -1
- data/doc/Compony/ModelFields/Datetime.html +1 -1
- data/doc/Compony/ModelFields/Decimal.html +1 -1
- data/doc/Compony/ModelFields/Email.html +1 -1
- data/doc/Compony/ModelFields/Float.html +1 -1
- data/doc/Compony/ModelFields/Integer.html +1 -1
- data/doc/Compony/ModelFields/Percentage.html +1 -1
- data/doc/Compony/ModelFields/Phone.html +1 -1
- data/doc/Compony/ModelFields/RichText.html +1 -1
- data/doc/Compony/ModelFields/String.html +1 -1
- data/doc/Compony/ModelFields/Text.html +1 -1
- data/doc/Compony/ModelFields/Time.html +1 -1
- data/doc/Compony/ModelFields/Url.html +1 -1
- data/doc/Compony/ModelFields.html +1 -1
- data/doc/Compony/ModelMixin.html +1 -1
- data/doc/Compony/NaturalOrdering.html +1 -1
- data/doc/Compony/RequestContext.html +1 -1
- data/doc/Compony/Version.html +1 -1
- data/doc/Compony/ViewHelpers.html +1 -1
- data/doc/Compony/VirtualModel.html +1 -1
- data/doc/Compony.html +1 -1
- data/doc/ComponyController.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.CHANGELOG.html +6 -1
- data/doc/file.README.html +1 -1
- data/doc/file.basic_component.html +1 -1
- data/doc/file.cookbook.html +1 -1
- data/doc/file.destroy.html +1 -1
- data/doc/file.dsl_reference.html +1 -1
- data/doc/file.edit.html +1 -1
- data/doc/file.example.html +1 -1
- data/doc/file.example_advanced.html +1 -1
- data/doc/file.feasibility.html +1 -1
- data/doc/file.form.html +1 -1
- data/doc/file.generators.html +1 -1
- data/doc/file.glossary.html +1 -1
- data/doc/file.gotchas.html +1 -1
- data/doc/file.index.html +1 -1
- data/doc/file.inheritance.html +1 -1
- data/doc/file.installation.html +1 -1
- data/doc/file.integrations.html +1 -1
- data/doc/file.intents.html +1 -1
- data/doc/file.internal_datastructures.html +1 -1
- data/doc/file.list.html +1 -1
- data/doc/file.maintaining.html +1 -1
- data/doc/file.model_fields.html +1 -1
- data/doc/file.nesting.html +1 -1
- data/doc/file.new.html +1 -1
- data/doc/file.ownership.html +1 -1
- data/doc/file.patterns.html +1 -1
- data/doc/file.pre_built_components.html +1 -1
- data/doc/file.resourceful.html +1 -1
- data/doc/file.show.html +1 -1
- data/doc/file.standalone.html +1 -1
- data/doc/file.virtual_models.html +1 -1
- data/doc/file.with_form.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- metadata +2 -1
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
227
|
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
149
|
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
149
|
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
|
|
146
146
|
<div id="footer">
|
|
147
|
-
Generated on
|
|
147
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
149
149
|
0.9.34 (ruby-3.4.9).
|
|
150
150
|
</div>
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
|
|
232
232
|
<div id="footer">
|
|
233
|
-
Generated on
|
|
233
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
234
234
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
235
235
|
0.9.34 (ruby-3.4.9).
|
|
236
236
|
</div>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on
|
|
119
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
120
120
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.9.34 (ruby-3.4.9).
|
|
122
122
|
</div>
|
data/doc/Compony/ModelMixin.html
CHANGED
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
</div>
|
|
520
520
|
|
|
521
521
|
<div id="footer">
|
|
522
|
-
Generated on
|
|
522
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
523
523
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
524
524
|
0.9.34 (ruby-3.4.9).
|
|
525
525
|
</div>
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
</div>
|
|
291
291
|
|
|
292
292
|
<div id="footer">
|
|
293
|
-
Generated on
|
|
293
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
294
294
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
295
295
|
0.9.34 (ruby-3.4.9).
|
|
296
296
|
</div>
|
|
@@ -1149,7 +1149,7 @@
|
|
|
1149
1149
|
</div>
|
|
1150
1150
|
|
|
1151
1151
|
<div id="footer">
|
|
1152
|
-
Generated on
|
|
1152
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
1153
1153
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1154
1154
|
0.9.34 (ruby-3.4.9).
|
|
1155
1155
|
</div>
|
data/doc/Compony/Version.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</div>
|
|
130
130
|
|
|
131
131
|
<div id="footer">
|
|
132
|
-
Generated on
|
|
132
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
133
133
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
134
134
|
0.9.34 (ruby-3.4.9).
|
|
135
135
|
</div>
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on
|
|
225
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
226
226
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
227
|
0.9.34 (ruby-3.4.9).
|
|
228
228
|
</div>
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
</div>
|
|
229
229
|
|
|
230
230
|
<div id="footer">
|
|
231
|
-
Generated on
|
|
231
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
232
232
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
233
233
|
0.9.34 (ruby-3.4.9).
|
|
234
234
|
</div>
|
data/doc/Compony.html
CHANGED
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
</div>
|
|
1671
1671
|
|
|
1672
1672
|
<div id="footer">
|
|
1673
|
-
Generated on
|
|
1673
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
1674
1674
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1675
1675
|
0.9.34 (ruby-3.4.9).
|
|
1676
1676
|
</div>
|
data/doc/ComponyController.html
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</div>
|
|
115
115
|
|
|
116
116
|
<div id="footer">
|
|
117
|
-
Generated on
|
|
117
|
+
Generated on Tue Jun 30 22:41:21 2026 by
|
|
118
118
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
119
119
|
0.9.34 (ruby-3.4.9).
|
|
120
120
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
</div>
|
|
719
719
|
|
|
720
720
|
<div id="footer">
|
|
721
|
-
Generated on
|
|
721
|
+
Generated on Tue Jun 30 22:41:17 2026 by
|
|
722
722
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
723
723
|
0.9.34 (ruby-3.4.9).
|
|
724
724
|
</div>
|
data/doc/file.CHANGELOG.html
CHANGED
|
@@ -58,6 +58,11 @@
|
|
|
58
58
|
</div>
|
|
59
59
|
|
|
60
60
|
<div id="content"><div id='filecontents'>
|
|
61
|
+
<h1 id="label-0.11.12">0.11.12</h1>
|
|
62
|
+
<ul><li>
|
|
63
|
+
<p>Add Spanish (<code>es</code>) translations.</p>
|
|
64
|
+
</li></ul>
|
|
65
|
+
|
|
61
66
|
<h1 id="label-0.11.11">0.11.11</h1>
|
|
62
67
|
<ul><li>
|
|
63
68
|
<p>Fix the <code>New</code> component’s <code>method: :post</code> intent button (immediate create, no form) being hidden for non-admin users. The POST verb’s <code>authorize</code> checked <code>can?(:create, @data)</code>, but the button-visibility probe (<code>standalone_access_permitted_for?</code>) evaluates <code>authorize</code> <em>without</em> running <code>load_data</code>, so <code>@data</code> is <code>nil</code> at probe time. CanCan rules that target the class (e.g. <code>can :create, PosTransaction</code>) do not match a <code>nil</code> subject, so the button vanished — while <code>can :manage, :all</code> (admins) still matched. Changed to <code>can?(:create, @data || data_class)</code>: instance check during a real POST (where <code>load_data</code> already set <code>@data</code>), class check during the probe — symmetric with the GET verb’s <code>can?(:new, data_class)</code>.</p>
|
|
@@ -760,7 +765,7 @@
|
|
|
760
765
|
</div></div>
|
|
761
766
|
|
|
762
767
|
<div id="footer">
|
|
763
|
-
Generated on
|
|
768
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
764
769
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
765
770
|
0.9.34 (ruby-3.4.9).
|
|
766
771
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
</div></div>
|
|
221
221
|
|
|
222
222
|
<div id="footer">
|
|
223
|
-
Generated on
|
|
223
|
+
Generated on Tue Jun 30 22:41:17 2026 by
|
|
224
224
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
225
225
|
0.9.34 (ruby-3.4.9).
|
|
226
226
|
</div>
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
</div></div>
|
|
305
305
|
|
|
306
306
|
<div id="footer">
|
|
307
|
-
Generated on
|
|
307
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
308
308
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
309
309
|
0.9.34 (ruby-3.4.9).
|
|
310
310
|
</div>
|
data/doc/file.cookbook.html
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
</div></div>
|
|
180
180
|
|
|
181
181
|
<div id="footer">
|
|
182
|
-
Generated on
|
|
182
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
183
183
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
184
184
|
0.9.34 (ruby-3.4.9).
|
|
185
185
|
</div>
|
data/doc/file.destroy.html
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
</div></div>
|
|
96
96
|
|
|
97
97
|
<div id="footer">
|
|
98
|
-
Generated on
|
|
98
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
99
99
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
100
100
|
0.9.34 (ruby-3.4.9).
|
|
101
101
|
</div>
|
data/doc/file.dsl_reference.html
CHANGED
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
</div></div>
|
|
663
663
|
|
|
664
664
|
<div id="footer">
|
|
665
|
-
Generated on
|
|
665
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
666
666
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
667
667
|
0.9.34 (ruby-3.4.9).
|
|
668
668
|
</div>
|
data/doc/file.edit.html
CHANGED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
</div></div>
|
|
100
100
|
|
|
101
101
|
<div id="footer">
|
|
102
|
-
Generated on
|
|
102
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
103
103
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
104
104
|
0.9.34 (ruby-3.4.9).
|
|
105
105
|
</div>
|
data/doc/file.example.html
CHANGED
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
</div></div>
|
|
282
282
|
|
|
283
283
|
<div id="footer">
|
|
284
|
-
Generated on
|
|
284
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
285
285
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
286
286
|
0.9.34 (ruby-3.4.9).
|
|
287
287
|
</div>
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
</div></div>
|
|
248
248
|
|
|
249
249
|
<div id="footer">
|
|
250
|
-
Generated on
|
|
250
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
251
251
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
252
252
|
0.9.34 (ruby-3.4.9).
|
|
253
253
|
</div>
|
data/doc/file.feasibility.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div></div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
109
109
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.34 (ruby-3.4.9).
|
|
111
111
|
</div>
|
data/doc/file.form.html
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
</div></div>
|
|
186
186
|
|
|
187
187
|
<div id="footer">
|
|
188
|
-
Generated on
|
|
188
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
189
189
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
190
190
|
0.9.34 (ruby-3.4.9).
|
|
191
191
|
</div>
|
data/doc/file.generators.html
CHANGED
data/doc/file.glossary.html
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
</div></div>
|
|
208
208
|
|
|
209
209
|
<div id="footer">
|
|
210
|
-
Generated on
|
|
210
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
211
211
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
212
212
|
0.9.34 (ruby-3.4.9).
|
|
213
213
|
</div>
|
data/doc/file.gotchas.html
CHANGED
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</div></div>
|
|
213
213
|
|
|
214
214
|
<div id="footer">
|
|
215
|
-
Generated on
|
|
215
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
216
216
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
217
217
|
0.9.34 (ruby-3.4.9).
|
|
218
218
|
</div>
|
data/doc/file.index.html
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
</div></div>
|
|
126
126
|
|
|
127
127
|
<div id="footer">
|
|
128
|
-
Generated on
|
|
128
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
129
129
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
130
130
|
0.9.34 (ruby-3.4.9).
|
|
131
131
|
</div>
|
data/doc/file.inheritance.html
CHANGED
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
</div></div>
|
|
127
127
|
|
|
128
128
|
<div id="footer">
|
|
129
|
-
Generated on
|
|
129
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
130
130
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
131
131
|
0.9.34 (ruby-3.4.9).
|
|
132
132
|
</div>
|
data/doc/file.installation.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div></div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
109
109
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.34 (ruby-3.4.9).
|
|
111
111
|
</div>
|
data/doc/file.integrations.html
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
</div></div>
|
|
209
209
|
|
|
210
210
|
<div id="footer">
|
|
211
|
-
Generated on
|
|
211
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
212
212
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
213
213
|
0.9.34 (ruby-3.4.9).
|
|
214
214
|
</div>
|
data/doc/file.intents.html
CHANGED
|
@@ -255,7 +255,7 @@ end
|
|
|
255
255
|
</div></div>
|
|
256
256
|
|
|
257
257
|
<div id="footer">
|
|
258
|
-
Generated on
|
|
258
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
259
259
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
260
260
|
0.9.34 (ruby-3.4.9).
|
|
261
261
|
</div>
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
</div></div>
|
|
120
120
|
|
|
121
121
|
<div id="footer">
|
|
122
|
-
Generated on
|
|
122
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
123
123
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
124
124
|
0.9.34 (ruby-3.4.9).
|
|
125
125
|
</div>
|
data/doc/file.list.html
CHANGED
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
</div></div>
|
|
244
244
|
|
|
245
245
|
<div id="footer">
|
|
246
|
-
Generated on
|
|
246
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
247
247
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
248
248
|
0.9.34 (ruby-3.4.9).
|
|
249
249
|
</div>
|
data/doc/file.maintaining.html
CHANGED
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
</div></div>
|
|
118
118
|
|
|
119
119
|
<div id="footer">
|
|
120
|
-
Generated on
|
|
120
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
121
121
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
122
122
|
0.9.34 (ruby-3.4.9).
|
|
123
123
|
</div>
|
data/doc/file.model_fields.html
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
</div></div>
|
|
128
128
|
|
|
129
129
|
<div id="footer">
|
|
130
|
-
Generated on
|
|
130
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
131
131
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
132
132
|
0.9.34 (ruby-3.4.9).
|
|
133
133
|
</div>
|
data/doc/file.nesting.html
CHANGED
|
@@ -227,7 +227,7 @@ The number 8 has the binary form 1000. Enter a number and press ENTER: [8]
|
|
|
227
227
|
</div></div>
|
|
228
228
|
|
|
229
229
|
<div id="footer">
|
|
230
|
-
Generated on
|
|
230
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
231
231
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
232
232
|
0.9.34 (ruby-3.4.9).
|
|
233
233
|
</div>
|
data/doc/file.new.html
CHANGED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
</div></div>
|
|
100
100
|
|
|
101
101
|
<div id="footer">
|
|
102
|
-
Generated on
|
|
102
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
103
103
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
104
104
|
0.9.34 (ruby-3.4.9).
|
|
105
105
|
</div>
|
data/doc/file.ownership.html
CHANGED
data/doc/file.patterns.html
CHANGED
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
</div></div>
|
|
660
660
|
|
|
661
661
|
<div id="footer">
|
|
662
|
-
Generated on
|
|
662
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
663
663
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
664
664
|
0.9.34 (ruby-3.4.9).
|
|
665
665
|
</div>
|
data/doc/file.resourceful.html
CHANGED
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
</div></div>
|
|
172
172
|
|
|
173
173
|
<div id="footer">
|
|
174
|
-
Generated on
|
|
174
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
175
175
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
176
176
|
0.9.34 (ruby-3.4.9).
|
|
177
177
|
</div>
|
data/doc/file.show.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
</div></div>
|
|
149
149
|
|
|
150
150
|
<div id="footer">
|
|
151
|
-
Generated on
|
|
151
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
152
152
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
153
153
|
0.9.34 (ruby-3.4.9).
|
|
154
154
|
</div>
|
data/doc/file.standalone.html
CHANGED
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
</div></div>
|
|
224
224
|
|
|
225
225
|
<div id="footer">
|
|
226
|
-
Generated on
|
|
226
|
+
Generated on Tue Jun 30 22:41:18 2026 by
|
|
227
227
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
228
228
|
0.9.34 (ruby-3.4.9).
|
|
229
229
|
</div>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
</div></div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
111
111
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
112
|
0.9.34 (ruby-3.4.9).
|
|
113
113
|
</div>
|
data/doc/file.with_form.html
CHANGED
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
</div></div>
|
|
148
148
|
|
|
149
149
|
<div id="footer">
|
|
150
|
-
Generated on
|
|
150
|
+
Generated on Tue Jun 30 22:41:19 2026 by
|
|
151
151
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
152
152
|
0.9.34 (ruby-3.4.9).
|
|
153
153
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
</div></div>
|
|
221
221
|
|
|
222
222
|
<div id="footer">
|
|
223
|
-
Generated on
|
|
223
|
+
Generated on Tue Jun 30 22:41:17 2026 by
|
|
224
224
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
225
225
|
0.9.34 (ruby-3.4.9).
|
|
226
226
|
</div>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
</div>
|
|
103
103
|
|
|
104
104
|
<div id="footer">
|
|
105
|
-
Generated on
|
|
105
|
+
Generated on Tue Jun 30 22:41:20 2026 by
|
|
106
106
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
107
107
|
0.9.34 (ruby-3.4.9).
|
|
108
108
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compony
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sandro Kalbermatter
|
|
@@ -184,6 +184,7 @@ files:
|
|
|
184
184
|
- compony.gemspec
|
|
185
185
|
- config/locales/de.yml
|
|
186
186
|
- config/locales/en.yml
|
|
187
|
+
- config/locales/es.yml
|
|
187
188
|
- config/locales/fr.yml
|
|
188
189
|
- config/routes.rb
|
|
189
190
|
- doc/ComponentGenerator.html
|