compony 0.11.8 → 0.11.9
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/.yardopts +36 -1
- data/CHANGELOG.md +31 -0
- data/CLAUDE.md +85 -0
- data/Gemfile.lock +1 -1
- data/README.md +13 -3
- data/VERSION +1 -1
- data/compony.gemspec +3 -3
- data/doc/ComponentGenerator.html +1 -1
- data/doc/Components.html +1 -1
- data/doc/ComponentsGenerator.html +1 -1
- data/doc/Compony/Component.html +54 -54
- 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 +109 -70
- data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +64 -28
- data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
- data/doc/Compony/ComponentMixins/Default.html +1 -1
- data/doc/Compony/ComponentMixins/Resourceful.html +213 -74
- 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 +83 -29
- data/doc/Compony/Components/Edit.html +110 -38
- data/doc/Compony/Components/Form.html +551 -208
- data/doc/Compony/Components/Index.html +1 -1
- data/doc/Compony/Components/List.html +3 -3
- data/doc/Compony/Components/New.html +110 -38
- data/doc/Compony/Components/Show.html +1 -1
- data/doc/Compony/Components/WithForm.html +194 -47
- 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 +2 -2
- 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 +97 -1
- data/doc/file.CHANGELOG.html +758 -0
- data/doc/file.README.html +25 -4
- data/doc/file.basic_component.html +314 -0
- data/doc/file.cookbook.html +189 -0
- data/doc/file.destroy.html +105 -0
- data/doc/file.dsl_reference.html +672 -0
- data/doc/file.edit.html +109 -0
- data/doc/file.example.html +291 -0
- data/doc/file.example_advanced.html +257 -0
- data/doc/file.feasibility.html +115 -0
- data/doc/file.form.html +195 -0
- data/doc/file.generators.html +89 -0
- data/doc/file.glossary.html +217 -0
- data/doc/file.gotchas.html +222 -0
- data/doc/file.index.html +135 -0
- data/doc/file.inheritance.html +136 -0
- data/doc/file.installation.html +115 -0
- data/doc/file.integrations.html +218 -0
- data/doc/file.intents.html +265 -0
- data/doc/file.internal_datastructures.html +129 -0
- data/doc/file.list.html +253 -0
- data/doc/file.maintaining.html +127 -0
- data/doc/file.model_fields.html +137 -0
- data/doc/file.nesting.html +237 -0
- data/doc/file.new.html +109 -0
- data/doc/file.ownership.html +98 -0
- data/doc/file.patterns.html +669 -0
- data/doc/file.pre_built_components.html +99 -0
- data/doc/file.resourceful.html +181 -0
- data/doc/file.show.html +158 -0
- data/doc/file.standalone.html +233 -0
- data/doc/file.virtual_models.html +117 -0
- data/doc/file.with_form.html +157 -0
- data/doc/file_list.html +160 -0
- data/doc/guide/cookbook.md +41 -0
- data/doc/guide/dsl_reference.md +155 -0
- data/doc/guide/example_advanced.md +209 -0
- data/doc/guide/generators.md +1 -1
- data/doc/guide/glossary.md +42 -0
- data/doc/guide/gotchas.md +125 -0
- data/doc/guide/maintaining.md +64 -0
- data/doc/guide/patterns.md +681 -0
- data/doc/guide/pre_built_components/edit.md +1 -1
- data/doc/guide/pre_built_components/index.md +64 -1
- data/doc/guide/pre_built_components/list.md +111 -7
- data/doc/guide/pre_built_components/show.md +57 -2
- data/doc/guide/pre_built_components/with_form.md +56 -9
- data/doc/guide/pre_built_components.md +7 -2
- data/doc/guide/standalone.md +16 -1
- data/doc/index.html +25 -4
- data/doc/integrations.md +61 -0
- data/doc/llms.txt +62 -0
- data/doc/top-level-namespace.html +1 -1
- data/lib/compony/component.rb +8 -3
- data/lib/compony/component_mixins/default/standalone/standalone_dsl.rb +32 -15
- data/lib/compony/component_mixins/default/standalone/verb_dsl.rb +11 -3
- data/lib/compony/component_mixins/resourceful.rb +30 -16
- data/lib/compony/components/destroy.rb +21 -1
- data/lib/compony/components/edit.rb +25 -1
- data/lib/compony/components/form.rb +63 -21
- data/lib/compony/components/list.rb +1 -1
- data/lib/compony/components/new.rb +25 -1
- data/lib/compony/components/with_form.rb +20 -5
- data/lib/compony/intent.rb +1 -1
- metadata +43 -1
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.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sandro Kalbermatter
|
|
@@ -172,6 +172,7 @@ files:
|
|
|
172
172
|
- ".ruby-version"
|
|
173
173
|
- ".yardopts"
|
|
174
174
|
- CHANGELOG.md
|
|
175
|
+
- CLAUDE.md
|
|
175
176
|
- Gemfile
|
|
176
177
|
- Gemfile.lock
|
|
177
178
|
- LICENSE
|
|
@@ -250,20 +251,59 @@ files:
|
|
|
250
251
|
- doc/css/common.css
|
|
251
252
|
- doc/css/full_list.css
|
|
252
253
|
- doc/css/style.css
|
|
254
|
+
- doc/file.CHANGELOG.html
|
|
253
255
|
- doc/file.README.html
|
|
256
|
+
- doc/file.basic_component.html
|
|
257
|
+
- doc/file.cookbook.html
|
|
258
|
+
- doc/file.destroy.html
|
|
259
|
+
- doc/file.dsl_reference.html
|
|
260
|
+
- doc/file.edit.html
|
|
261
|
+
- doc/file.example.html
|
|
262
|
+
- doc/file.example_advanced.html
|
|
263
|
+
- doc/file.feasibility.html
|
|
264
|
+
- doc/file.form.html
|
|
265
|
+
- doc/file.generators.html
|
|
266
|
+
- doc/file.glossary.html
|
|
267
|
+
- doc/file.gotchas.html
|
|
268
|
+
- doc/file.index.html
|
|
269
|
+
- doc/file.inheritance.html
|
|
270
|
+
- doc/file.installation.html
|
|
271
|
+
- doc/file.integrations.html
|
|
272
|
+
- doc/file.intents.html
|
|
273
|
+
- doc/file.internal_datastructures.html
|
|
274
|
+
- doc/file.list.html
|
|
275
|
+
- doc/file.maintaining.html
|
|
276
|
+
- doc/file.model_fields.html
|
|
277
|
+
- doc/file.nesting.html
|
|
278
|
+
- doc/file.new.html
|
|
279
|
+
- doc/file.ownership.html
|
|
280
|
+
- doc/file.patterns.html
|
|
281
|
+
- doc/file.pre_built_components.html
|
|
282
|
+
- doc/file.resourceful.html
|
|
283
|
+
- doc/file.show.html
|
|
284
|
+
- doc/file.standalone.html
|
|
285
|
+
- doc/file.virtual_models.html
|
|
286
|
+
- doc/file.with_form.html
|
|
254
287
|
- doc/file_list.html
|
|
255
288
|
- doc/frames.html
|
|
256
289
|
- doc/guide/basic_component.md
|
|
290
|
+
- doc/guide/cookbook.md
|
|
291
|
+
- doc/guide/dsl_reference.md
|
|
257
292
|
- doc/guide/example.md
|
|
293
|
+
- doc/guide/example_advanced.md
|
|
258
294
|
- doc/guide/feasibility.md
|
|
259
295
|
- doc/guide/generators.md
|
|
296
|
+
- doc/guide/glossary.md
|
|
297
|
+
- doc/guide/gotchas.md
|
|
260
298
|
- doc/guide/inheritance.md
|
|
261
299
|
- doc/guide/installation.md
|
|
262
300
|
- doc/guide/intents.md
|
|
263
301
|
- doc/guide/internal_datastructures.md
|
|
302
|
+
- doc/guide/maintaining.md
|
|
264
303
|
- doc/guide/model_fields.md
|
|
265
304
|
- doc/guide/nesting.md
|
|
266
305
|
- doc/guide/ownership.md
|
|
306
|
+
- doc/guide/patterns.md
|
|
267
307
|
- doc/guide/pre_built_components.md
|
|
268
308
|
- doc/guide/pre_built_components/destroy.md
|
|
269
309
|
- doc/guide/pre_built_components/edit.md
|
|
@@ -282,9 +322,11 @@ files:
|
|
|
282
322
|
- doc/imgs/intro-example-new.png
|
|
283
323
|
- doc/imgs/intro-example-show.png
|
|
284
324
|
- doc/index.html
|
|
325
|
+
- doc/integrations.md
|
|
285
326
|
- doc/js/app.js
|
|
286
327
|
- doc/js/full_list.js
|
|
287
328
|
- doc/js/jquery.js
|
|
329
|
+
- doc/llms.txt
|
|
288
330
|
- doc/method_list.html
|
|
289
331
|
- doc/resourceful_lifecycle.graphml
|
|
290
332
|
- doc/resourceful_lifecycle.pdf
|