compony 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/VERSION +1 -1
  4. data/compony.gemspec +4 -4
  5. data/doc/ComponentGenerator.html +3 -3
  6. data/doc/Components.html +3 -3
  7. data/doc/ComponentsGenerator.html +3 -3
  8. data/doc/Compony/Component.html +3 -3
  9. data/doc/Compony/ComponentMixins/Default/Labelling.html +3 -3
  10. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +3 -3
  11. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +3 -3
  12. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +3 -3
  13. data/doc/Compony/ComponentMixins/Default/Standalone.html +3 -3
  14. data/doc/Compony/ComponentMixins/Default.html +3 -3
  15. data/doc/Compony/ComponentMixins/Resourceful.html +3 -3
  16. data/doc/Compony/ComponentMixins.html +3 -3
  17. data/doc/Compony/Components/Button.html +3 -3
  18. data/doc/Compony/Components/Destroy.html +3 -3
  19. data/doc/Compony/Components/Edit.html +3 -3
  20. data/doc/Compony/Components/Form.html +3 -3
  21. data/doc/Compony/Components/New.html +3 -3
  22. data/doc/Compony/Components/WithForm.html +3 -3
  23. data/doc/Compony/Components.html +3 -3
  24. data/doc/Compony/ControllerMixin.html +3 -3
  25. data/doc/Compony/Engine.html +3 -3
  26. data/doc/Compony/MethodAccessibleHash.html +3 -3
  27. data/doc/Compony/ModelFields/Anchormodel.html +3 -3
  28. data/doc/Compony/ModelFields/Association.html +3 -3
  29. data/doc/Compony/ModelFields/Attachment.html +3 -3
  30. data/doc/Compony/ModelFields/Base.html +3 -3
  31. data/doc/Compony/ModelFields/Boolean.html +3 -3
  32. data/doc/Compony/ModelFields/Color.html +3 -3
  33. data/doc/Compony/ModelFields/Currency.html +3 -3
  34. data/doc/Compony/ModelFields/Date.html +3 -3
  35. data/doc/Compony/ModelFields/Datetime.html +3 -3
  36. data/doc/Compony/ModelFields/Decimal.html +3 -3
  37. data/doc/Compony/ModelFields/Email.html +3 -3
  38. data/doc/Compony/ModelFields/Float.html +3 -3
  39. data/doc/Compony/ModelFields/Integer.html +3 -3
  40. data/doc/Compony/ModelFields/Percentage.html +3 -3
  41. data/doc/Compony/ModelFields/Phone.html +3 -3
  42. data/doc/Compony/ModelFields/RichText.html +3 -3
  43. data/doc/Compony/ModelFields/String.html +3 -3
  44. data/doc/Compony/ModelFields/Text.html +3 -3
  45. data/doc/Compony/ModelFields/Time.html +3 -3
  46. data/doc/Compony/ModelFields/Url.html +3 -3
  47. data/doc/Compony/ModelFields.html +3 -3
  48. data/doc/Compony/ModelMixin.html +3 -3
  49. data/doc/Compony/NaturalOrdering.html +3 -3
  50. data/doc/Compony/RequestContext.html +72 -5
  51. data/doc/Compony/Version.html +3 -3
  52. data/doc/Compony/ViewHelpers.html +3 -3
  53. data/doc/Compony.html +3 -3
  54. data/doc/ComponyController.html +3 -3
  55. data/doc/_index.html +4 -4
  56. data/doc/file.README.html +3 -3
  57. data/doc/frames.html +10 -5
  58. data/doc/index.html +3 -3
  59. data/doc/method_list.html +151 -143
  60. data/doc/top-level-namespace.html +3 -3
  61. data/lib/compony/request_context.rb +8 -1
  62. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06e0173c3d9173301367b1775e1fec05c0ea40a77f5738fcd8639ec7e3e327f0
4
- data.tar.gz: 51ba73e024c5ad97f7a8a935c91b01d06b382ca0870fc95b5e011a9c50726029
3
+ metadata.gz: d053e50a0e25b4dd5ae267c33e892e891e5f9ef810277fa510dea09023cb2697
4
+ data.tar.gz: 56e13f55fdeb718f2a0d5ee7574f74d19e4a80ffeb379a275abc998753eb4f62
5
5
  SHA512:
6
- metadata.gz: 89574a221ec8f0bf76e62efc7d378d35b9607d42288d96f2c8e2cee05fac06b415e1d7f2b00f60f58e2775588e942c40cfb7c3dd4f1081b0784a07b0c45bbed5
7
- data.tar.gz: a05cc34c77c8c921f51b282f754e4c46bcf5ee469d63d448427c72caa08a757bc81e3a31bb8c3db61b268abd8dfbed27b8d6b42c21e230b269cf4ac4cb178f71
6
+ metadata.gz: 8fff8e56a5c516958ad163413c4dd1214383c64eaa828058b48e4402a6bf1a6c93f261a5031f39e2e3899d2470cfd1f63d538d97db0246a49b697db0506e8539
7
+ data.tar.gz: 3b36c0dc73b26cc6ec0d3d511c88e7ca961689c57ba227345bf4fdaae4c91442d453a3151215af72c801c654afa3df5fb1df1e57df57223c17c087c6fbb71841
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.3.3
2
+
3
+ - In `RequestContext`, distinguish between `content` and `content!`, where the first allows for missing content blocks.
4
+
1
5
  # 0.3.2
2
6
 
3
7
  - Add label content block to edit component
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
data/compony.gemspec CHANGED
@@ -2,19 +2,19 @@
2
2
  # This file is auto-generated via: 'rake gemspec'.
3
3
 
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: compony 0.3.2 ruby lib
5
+ # stub: compony 0.3.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "compony".freeze
9
- s.version = "0.3.2".freeze
9
+ s.version = "0.3.3".freeze
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Sandro Kalbermatter".freeze, "contributors".freeze]
14
- s.date = "2024-06-01"
14
+ s.date = "2024-06-03"
15
15
  s.files = [".gitignore".freeze, ".ruby-version".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "VERSION".freeze, "app/controllers/compony_controller.rb".freeze, "compony.gemspec".freeze, "config/locales/de.yml".freeze, "config/locales/en.yml".freeze, "config/locales/fr.yml".freeze, "config/routes.rb".freeze, "doc/ComponentGenerator.html".freeze, "doc/Components.html".freeze, "doc/ComponentsGenerator.html".freeze, "doc/Compony.html".freeze, "doc/Compony/Component.html".freeze, "doc/Compony/ComponentMixins.html".freeze, "doc/Compony/ComponentMixins/Default.html".freeze, "doc/Compony/ComponentMixins/Default/Labelling.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html".freeze, "doc/Compony/ComponentMixins/Resourceful.html".freeze, "doc/Compony/Components.html".freeze, "doc/Compony/Components/Button.html".freeze, "doc/Compony/Components/Destroy.html".freeze, "doc/Compony/Components/Edit.html".freeze, "doc/Compony/Components/Form.html".freeze, "doc/Compony/Components/New.html".freeze, "doc/Compony/Components/WithForm.html".freeze, "doc/Compony/ControllerMixin.html".freeze, "doc/Compony/Engine.html".freeze, "doc/Compony/MethodAccessibleHash.html".freeze, "doc/Compony/ModelFields.html".freeze, "doc/Compony/ModelFields/Anchormodel.html".freeze, "doc/Compony/ModelFields/Association.html".freeze, "doc/Compony/ModelFields/Attachment.html".freeze, "doc/Compony/ModelFields/Base.html".freeze, "doc/Compony/ModelFields/Boolean.html".freeze, "doc/Compony/ModelFields/Color.html".freeze, "doc/Compony/ModelFields/Currency.html".freeze, "doc/Compony/ModelFields/Date.html".freeze, "doc/Compony/ModelFields/Datetime.html".freeze, "doc/Compony/ModelFields/Decimal.html".freeze, "doc/Compony/ModelFields/Email.html".freeze, "doc/Compony/ModelFields/Float.html".freeze, "doc/Compony/ModelFields/Integer.html".freeze, "doc/Compony/ModelFields/Percentage.html".freeze, "doc/Compony/ModelFields/Phone.html".freeze, "doc/Compony/ModelFields/RichText.html".freeze, "doc/Compony/ModelFields/String.html".freeze, "doc/Compony/ModelFields/Text.html".freeze, "doc/Compony/ModelFields/Time.html".freeze, "doc/Compony/ModelFields/Url.html".freeze, "doc/Compony/ModelMixin.html".freeze, "doc/Compony/NaturalOrdering.html".freeze, "doc/Compony/RequestContext.html".freeze, "doc/Compony/Version.html".freeze, "doc/Compony/ViewHelpers.html".freeze, "doc/ComponyController.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/imgs/intro-example-destroy.png".freeze, "doc/imgs/intro-example-edit.png".freeze, "doc/imgs/intro-example-index.png".freeze, "doc/imgs/intro-example-new.png".freeze, "doc/imgs/intro-example-show.png".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/resourceful_lifecycle.graphml".freeze, "doc/resourceful_lifecycle.pdf".freeze, "doc/resourceful_lifecycle.png".freeze, "doc/top-level-namespace.html".freeze, "lib/compony.rb".freeze, "lib/compony/component.rb".freeze, "lib/compony/component_mixins/default/labelling.rb".freeze, "lib/compony/component_mixins/default/standalone.rb".freeze, "lib/compony/component_mixins/default/standalone/resourceful_verb_dsl.rb".freeze, "lib/compony/component_mixins/default/standalone/standalone_dsl.rb".freeze, "lib/compony/component_mixins/default/standalone/verb_dsl.rb".freeze, "lib/compony/component_mixins/resourceful.rb".freeze, "lib/compony/components/button.rb".freeze, "lib/compony/components/destroy.rb".freeze, "lib/compony/components/edit.rb".freeze, "lib/compony/components/form.rb".freeze, "lib/compony/components/new.rb".freeze, "lib/compony/components/with_form.rb".freeze, "lib/compony/controller_mixin.rb".freeze, "lib/compony/engine.rb".freeze, "lib/compony/method_accessible_hash.rb".freeze, "lib/compony/model_fields/anchormodel.rb".freeze, "lib/compony/model_fields/association.rb".freeze, "lib/compony/model_fields/attachment.rb".freeze, "lib/compony/model_fields/base.rb".freeze, "lib/compony/model_fields/boolean.rb".freeze, "lib/compony/model_fields/color.rb".freeze, "lib/compony/model_fields/currency.rb".freeze, "lib/compony/model_fields/date.rb".freeze, "lib/compony/model_fields/datetime.rb".freeze, "lib/compony/model_fields/decimal.rb".freeze, "lib/compony/model_fields/email.rb".freeze, "lib/compony/model_fields/float.rb".freeze, "lib/compony/model_fields/integer.rb".freeze, "lib/compony/model_fields/percentage.rb".freeze, "lib/compony/model_fields/phone.rb".freeze, "lib/compony/model_fields/rich_text.rb".freeze, "lib/compony/model_fields/string.rb".freeze, "lib/compony/model_fields/text.rb".freeze, "lib/compony/model_fields/time.rb".freeze, "lib/compony/model_fields/url.rb".freeze, "lib/compony/model_mixin.rb".freeze, "lib/compony/natural_ordering.rb".freeze, "lib/compony/request_context.rb".freeze, "lib/compony/version.rb".freeze, "lib/compony/view_helpers.rb".freeze, "lib/generators/component/USAGE".freeze, "lib/generators/component/component_generator.rb".freeze, "lib/generators/component/templates/component.rb.erb".freeze, "lib/generators/component/templates/destroy.rb.erb".freeze, "lib/generators/component/templates/edit.rb.erb".freeze, "lib/generators/component/templates/form.rb.erb".freeze, "lib/generators/component/templates/new.rb.erb".freeze, "lib/generators/components/USAGE".freeze, "lib/generators/components/components_generator.rb".freeze, "logo.svg".freeze]
16
16
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
17
- s.rubygems_version = "3.5.9".freeze
17
+ s.rubygems_version = "3.5.11".freeze
18
18
  s.summary = "Compony is a Gem that allows you to write your Rails application in component-style fashion. It combines a controller action and route along \\ with its view into a single Ruby class. This allows writing much DRYer code, using inheritance even in views and much easier refactoring for your Rails \\ applications, helping you to keep the code clean as the application evolves.".freeze
19
19
 
20
20
  s.specification_version = 4
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ComponentGenerator
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -221,9 +221,9 @@
221
221
  </div>
222
222
 
223
223
  <div id="footer">
224
- Generated on Sat Jun 1 14:22:43 2024 by
224
+ Generated on Mon Jun 3 15:20:40 2024 by
225
225
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
226
- 0.9.34 (ruby-3.2.2).
226
+ 0.9.36 (ruby-3.2.2).
227
227
  </div>
228
228
 
229
229
  </div>
data/doc/Components.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Components
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -95,9 +95,9 @@
95
95
  </div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Sat Jun 1 14:22:42 2024 by
98
+ Generated on Mon Jun 3 15:20:40 2024 by
99
99
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
- 0.9.34 (ruby-3.2.2).
100
+ 0.9.36 (ruby-3.2.2).
101
101
  </div>
102
102
 
103
103
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ComponentsGenerator
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -193,9 +193,9 @@
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Sat Jun 1 14:22:43 2024 by
196
+ Generated on Mon Jun 3 15:20:40 2024 by
197
197
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
- 0.9.34 (ruby-3.2.2).
198
+ 0.9.36 (ruby-3.2.2).
199
199
  </div>
200
200
 
201
201
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Component
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -2243,9 +2243,9 @@
2243
2243
  </div>
2244
2244
 
2245
2245
  <div id="footer">
2246
- Generated on Sat Jun 1 14:22:43 2024 by
2246
+ Generated on Mon Jun 3 15:20:40 2024 by
2247
2247
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2248
- 0.9.34 (ruby-3.2.2).
2248
+ 0.9.36 (ruby-3.2.2).
2249
2249
  </div>
2250
2250
 
2251
2251
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Default::Labelling
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -396,9 +396,9 @@
396
396
  </div>
397
397
 
398
398
  <div id="footer">
399
- Generated on Sat Jun 1 14:22:42 2024 by
399
+ Generated on Mon Jun 3 15:20:40 2024 by
400
400
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
- 0.9.34 (ruby-3.2.2).
401
+ 0.9.36 (ruby-3.2.2).
402
402
  </div>
403
403
 
404
404
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -529,9 +529,9 @@
529
529
  </div>
530
530
 
531
531
  <div id="footer">
532
- Generated on Sat Jun 1 14:22:43 2024 by
532
+ Generated on Mon Jun 3 15:20:41 2024 by
533
533
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
534
- 0.9.34 (ruby-3.2.2).
534
+ 0.9.36 (ruby-3.2.2).
535
535
  </div>
536
536
 
537
537
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ComponentMixins::Default::Standalone::StandaloneDsl
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -578,9 +578,9 @@
578
578
  </div>
579
579
 
580
580
  <div id="footer">
581
- Generated on Sat Jun 1 14:22:43 2024 by
581
+ Generated on Mon Jun 3 15:20:41 2024 by
582
582
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
583
- 0.9.34 (ruby-3.2.2).
583
+ 0.9.36 (ruby-3.2.2).
584
584
  </div>
585
585
 
586
586
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ComponentMixins::Default::Standalone::VerbDsl
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -567,9 +567,9 @@
567
567
  </div>
568
568
 
569
569
  <div id="footer">
570
- Generated on Sat Jun 1 14:22:43 2024 by
570
+ Generated on Mon Jun 3 15:20:41 2024 by
571
571
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
572
- 0.9.34 (ruby-3.2.2).
572
+ 0.9.36 (ruby-3.2.2).
573
573
  </div>
574
574
 
575
575
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Default::Standalone
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -682,9 +682,9 @@
682
682
  </div>
683
683
 
684
684
  <div id="footer">
685
- Generated on Sat Jun 1 14:22:42 2024 by
685
+ Generated on Mon Jun 3 15:20:40 2024 by
686
686
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
687
- 0.9.34 (ruby-3.2.2).
687
+ 0.9.36 (ruby-3.2.2).
688
688
  </div>
689
689
 
690
690
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Default
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 1 14:22:42 2024 by
119
+ Generated on Mon Jun 3 15:20:40 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.34 (ruby-3.2.2).
121
+ 0.9.36 (ruby-3.2.2).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Resourceful
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -1183,9 +1183,9 @@
1183
1183
  </div>
1184
1184
 
1185
1185
  <div id="footer">
1186
- Generated on Sat Jun 1 14:22:42 2024 by
1186
+ Generated on Mon Jun 3 15:20:40 2024 by
1187
1187
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1188
- 0.9.34 (ruby-3.2.2).
1188
+ 0.9.36 (ruby-3.2.2).
1189
1189
  </div>
1190
1190
 
1191
1191
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 1 14:22:42 2024 by
119
+ Generated on Mon Jun 3 15:20:40 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.34 (ruby-3.2.2).
121
+ 0.9.36 (ruby-3.2.2).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Components::Button
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -283,9 +283,9 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Sat Jun 1 14:22:43 2024 by
286
+ Generated on Mon Jun 3 15:20:40 2024 by
287
287
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
- 0.9.34 (ruby-3.2.2).
288
+ 0.9.36 (ruby-3.2.2).
289
289
  </div>
290
290
 
291
291
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Components::Destroy
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -374,9 +374,9 @@
374
374
  </div>
375
375
 
376
376
  <div id="footer">
377
- Generated on Sat Jun 1 14:22:43 2024 by
377
+ Generated on Mon Jun 3 15:20:40 2024 by
378
378
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
379
- 0.9.34 (ruby-3.2.2).
379
+ 0.9.36 (ruby-3.2.2).
380
380
  </div>
381
381
 
382
382
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Components::Edit
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -452,9 +452,9 @@
452
452
  </div>
453
453
 
454
454
  <div id="footer">
455
- Generated on Sat Jun 1 14:22:43 2024 by
455
+ Generated on Mon Jun 3 15:20:40 2024 by
456
456
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
457
- 0.9.34 (ruby-3.2.2).
457
+ 0.9.36 (ruby-3.2.2).
458
458
  </div>
459
459
 
460
460
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Components::Form
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -1102,9 +1102,9 @@
1102
1102
  </div>
1103
1103
 
1104
1104
  <div id="footer">
1105
- Generated on Sat Jun 1 14:22:43 2024 by
1105
+ Generated on Mon Jun 3 15:20:40 2024 by
1106
1106
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1107
- 0.9.34 (ruby-3.2.2).
1107
+ 0.9.36 (ruby-3.2.2).
1108
1108
  </div>
1109
1109
 
1110
1110
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Components::New
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -452,9 +452,9 @@
452
452
  </div>
453
453
 
454
454
  <div id="footer">
455
- Generated on Sat Jun 1 14:22:43 2024 by
455
+ Generated on Mon Jun 3 15:20:40 2024 by
456
456
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
457
- 0.9.34 (ruby-3.2.2).
457
+ 0.9.36 (ruby-3.2.2).
458
458
  </div>
459
459
 
460
460
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Components::WithForm
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -518,9 +518,9 @@
518
518
  </div>
519
519
 
520
520
  <div id="footer">
521
- Generated on Sat Jun 1 14:22:43 2024 by
521
+ Generated on Mon Jun 3 15:20:40 2024 by
522
522
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
523
- 0.9.34 (ruby-3.2.2).
523
+ 0.9.36 (ruby-3.2.2).
524
524
  </div>
525
525
 
526
526
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::Components
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 1 14:22:42 2024 by
119
+ Generated on Mon Jun 3 15:20:40 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.34 (ruby-3.2.2).
121
+ 0.9.36 (ruby-3.2.2).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ControllerMixin
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -126,9 +126,9 @@
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Sat Jun 1 14:22:42 2024 by
129
+ Generated on Mon Jun 3 15:20:40 2024 by
130
130
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
- 0.9.34 (ruby-3.2.2).
131
+ 0.9.36 (ruby-3.2.2).
132
132
  </div>
133
133
 
134
134
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Engine
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -123,9 +123,9 @@
123
123
  </div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Sat Jun 1 14:22:42 2024 by
126
+ Generated on Mon Jun 3 15:20:40 2024 by
127
127
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
- 0.9.34 (ruby-3.2.2).
128
+ 0.9.36 (ruby-3.2.2).
129
129
  </div>
130
130
 
131
131
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::MethodAccessibleHash
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -443,9 +443,9 @@ instance_of_a_hash.roo --&gt; nil
443
443
  </div>
444
444
 
445
445
  <div id="footer">
446
- Generated on Sat Jun 1 14:22:43 2024 by
446
+ Generated on Mon Jun 3 15:20:40 2024 by
447
447
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
448
- 0.9.34 (ruby-3.2.2).
448
+ 0.9.36 (ruby-3.2.2).
449
449
  </div>
450
450
 
451
451
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Anchormodel
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -377,9 +377,9 @@
377
377
  </div>
378
378
 
379
379
  <div id="footer">
380
- Generated on Sat Jun 1 14:22:43 2024 by
380
+ Generated on Mon Jun 3 15:20:40 2024 by
381
381
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
382
- 0.9.34 (ruby-3.2.2).
382
+ 0.9.36 (ruby-3.2.2).
383
383
  </div>
384
384
 
385
385
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Association
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -603,9 +603,9 @@
603
603
  </div>
604
604
 
605
605
  <div id="footer">
606
- Generated on Sat Jun 1 14:22:43 2024 by
606
+ Generated on Mon Jun 3 15:20:40 2024 by
607
607
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
608
- 0.9.34 (ruby-3.2.2).
608
+ 0.9.36 (ruby-3.2.2).
609
609
  </div>
610
610
 
611
611
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Attachment
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -295,9 +295,9 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Sat Jun 1 14:22:43 2024 by
298
+ Generated on Mon Jun 3 15:20:40 2024 by
299
299
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
- 0.9.34 (ruby-3.2.2).
300
+ 0.9.36 (ruby-3.2.2).
301
301
  </div>
302
302
 
303
303
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Base
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -1056,9 +1056,9 @@
1056
1056
  </div>
1057
1057
 
1058
1058
  <div id="footer">
1059
- Generated on Sat Jun 1 14:22:43 2024 by
1059
+ Generated on Mon Jun 3 15:20:40 2024 by
1060
1060
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1061
- 0.9.34 (ruby-3.2.2).
1061
+ 0.9.36 (ruby-3.2.2).
1062
1062
  </div>
1063
1063
 
1064
1064
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ModelFields::Boolean
8
8
 
9
- &mdash; Documentation by YARD 0.9.34
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 1 14:22:43 2024 by
225
+ Generated on Mon Jun 3 15:20:40 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.9.34 (ruby-3.2.2).
227
+ 0.9.36 (ruby-3.2.2).
228
228
  </div>
229
229
 
230
230
  </div>