compony 0.7.1 → 0.8.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 (119) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +34 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +10 -14
  5. data/VERSION +1 -1
  6. data/compony.gemspec +4 -4
  7. data/doc/ComponentGenerator.html +1 -1
  8. data/doc/Components.html +1 -1
  9. data/doc/ComponentsGenerator.html +1 -1
  10. data/doc/Compony/Component.html +193 -457
  11. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  12. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +3 -3
  14. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default/Standalone.html +187 -1
  16. data/doc/Compony/ComponentMixins/Default.html +1 -1
  17. data/doc/Compony/ComponentMixins/Resourceful.html +2 -2
  18. data/doc/Compony/ComponentMixins.html +1 -1
  19. data/doc/Compony/Components/Button.html +2 -2
  20. data/doc/Compony/Components/Buttons/CssButton.html +282 -0
  21. data/doc/Compony/Components/Buttons/Link.html +252 -0
  22. data/doc/Compony/Components/Buttons.html +126 -0
  23. data/doc/Compony/Components/Destroy.html +11 -11
  24. data/doc/Compony/Components/Edit.html +14 -14
  25. data/doc/Compony/Components/Form.html +100 -100
  26. data/doc/Compony/Components/Index.html +2 -2
  27. data/doc/Compony/Components/List.html +3 -3
  28. data/doc/Compony/Components/New.html +2 -2
  29. data/doc/Compony/Components/Show.html +24 -24
  30. data/doc/Compony/Components/WithForm.html +3 -3
  31. data/doc/Compony/Components.html +5 -3
  32. data/doc/Compony/ControllerMixin.html +2 -2
  33. data/doc/Compony/Engine.html +1 -1
  34. data/doc/Compony/ExposedIntentsDsl.html +403 -0
  35. data/doc/Compony/Intent.html +1503 -0
  36. data/doc/Compony/MethodAccessibleHash.html +1 -1
  37. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  38. data/doc/Compony/ModelFields/Association.html +2 -2
  39. data/doc/Compony/ModelFields/Attachment.html +1 -1
  40. data/doc/Compony/ModelFields/Base.html +1 -1
  41. data/doc/Compony/ModelFields/Boolean.html +1 -1
  42. data/doc/Compony/ModelFields/Color.html +1 -1
  43. data/doc/Compony/ModelFields/Currency.html +1 -1
  44. data/doc/Compony/ModelFields/Date.html +1 -1
  45. data/doc/Compony/ModelFields/Datetime.html +1 -1
  46. data/doc/Compony/ModelFields/Decimal.html +1 -1
  47. data/doc/Compony/ModelFields/Email.html +1 -1
  48. data/doc/Compony/ModelFields/Float.html +1 -1
  49. data/doc/Compony/ModelFields/Integer.html +1 -1
  50. data/doc/Compony/ModelFields/Percentage.html +1 -1
  51. data/doc/Compony/ModelFields/Phone.html +1 -1
  52. data/doc/Compony/ModelFields/RichText.html +1 -1
  53. data/doc/Compony/ModelFields/String.html +1 -1
  54. data/doc/Compony/ModelFields/Text.html +1 -1
  55. data/doc/Compony/ModelFields/Time.html +1 -1
  56. data/doc/Compony/ModelFields/Url.html +1 -1
  57. data/doc/Compony/ModelFields.html +1 -1
  58. data/doc/Compony/ModelMixin.html +1 -1
  59. data/doc/Compony/NaturalOrdering.html +1 -1
  60. data/doc/Compony/RequestContext.html +177 -14
  61. data/doc/Compony/Version.html +1 -1
  62. data/doc/Compony/ViewHelpers.html +15 -272
  63. data/doc/Compony/VirtualModel.html +1 -1
  64. data/doc/Compony.html +303 -837
  65. data/doc/ComponyController.html +1 -1
  66. data/doc/_index.html +30 -2
  67. data/doc/class_list.html +1 -1
  68. data/doc/file.README.html +11 -18
  69. data/doc/guide/basic_component.md +12 -8
  70. data/doc/guide/example.md +17 -17
  71. data/doc/guide/feasibility.md +4 -2
  72. data/doc/guide/generators.md +4 -2
  73. data/doc/guide/inheritance.md +4 -2
  74. data/doc/guide/installation.md +4 -2
  75. data/doc/guide/intents.md +167 -0
  76. data/doc/guide/internal_datastructures.md +4 -2
  77. data/doc/guide/model_fields.md +4 -2
  78. data/doc/guide/nesting.md +5 -3
  79. data/doc/guide/ownership.md +5 -3
  80. data/doc/guide/pre_built_components/destroy.md +3 -3
  81. data/doc/guide/pre_built_components/edit.md +1 -1
  82. data/doc/guide/pre_built_components/form.md +1 -1
  83. data/doc/guide/pre_built_components/index.md +1 -1
  84. data/doc/guide/pre_built_components/list.md +1 -1
  85. data/doc/guide/pre_built_components/new.md +2 -2
  86. data/doc/guide/pre_built_components/show.md +1 -1
  87. data/doc/guide/pre_built_components/with_form.md +1 -1
  88. data/doc/guide/pre_built_components.md +4 -3
  89. data/doc/guide/resourceful.md +5 -3
  90. data/doc/guide/standalone.md +10 -2
  91. data/doc/guide/virtual_models.md +4 -2
  92. data/doc/index.html +11 -18
  93. data/doc/method_list.html +273 -161
  94. data/doc/top-level-namespace.html +1 -1
  95. data/lib/compony/component.rb +19 -48
  96. data/lib/compony/component_mixins/default/standalone/standalone_dsl.rb +2 -2
  97. data/lib/compony/component_mixins/default/standalone.rb +16 -0
  98. data/lib/compony/component_mixins/resourceful.rb +1 -1
  99. data/lib/compony/components/buttons/css_button.rb +32 -0
  100. data/lib/compony/components/buttons/link.rb +31 -0
  101. data/lib/compony/components/destroy.rb +9 -8
  102. data/lib/compony/components/edit.rb +5 -4
  103. data/lib/compony/components/form.rb +7 -1
  104. data/lib/compony/components/index.rb +2 -2
  105. data/lib/compony/components/list.rb +4 -4
  106. data/lib/compony/components/new.rb +1 -1
  107. data/lib/compony/components/show.rb +8 -11
  108. data/lib/compony/components/with_form.rb +1 -1
  109. data/lib/compony/exposed_intents_dsl.rb +29 -0
  110. data/lib/compony/intent.rb +145 -0
  111. data/lib/compony/model_fields/association.rb +1 -1
  112. data/lib/compony/request_context.rb +21 -0
  113. data/lib/compony/view_helpers.rb +5 -48
  114. data/lib/compony.rb +63 -149
  115. metadata +12 -6
  116. data/doc/guide/helpers.md +0 -156
  117. data/doc/guide/pre_built_components/button.md +0 -8
  118. data/doc/guide/root_actions.md +0 -67
  119. data/lib/compony/components/button.rb +0 -61
data/doc/method_list.html CHANGED
@@ -46,8 +46,8 @@
46
46
 
47
47
  <li class="odd ">
48
48
  <div class="item">
49
- <span class='object_link'><a href="Compony/Component.html#action-instance_method" title="Compony::Component#action (method)">#action</a></span>
50
- <small>Compony::Component</small>
49
+ <span class='object_link'><a href="Compony/ExposedIntentsDsl.html#add-instance_method" title="Compony::ExposedIntentsDsl#add (method)">#add</a></span>
50
+ <small>Compony::ExposedIntentsDsl</small>
51
51
  </div>
52
52
  </li>
53
53
 
@@ -150,8 +150,8 @@
150
150
 
151
151
  <li class="even ">
152
152
  <div class="item">
153
- <span class='object_link'><a href="Compony.html#button-class_method" title="Compony.button (method)">button</a></span>
154
- <small>Compony</small>
153
+ <span class='object_link'><a href="Compony/Intent.html#button_comp_opts-instance_method" title="Compony::Intent#button_comp_opts (method)">#button_comp_opts</a></span>
154
+ <small>Compony::Intent</small>
155
155
  </div>
156
156
  </li>
157
157
 
@@ -164,22 +164,6 @@
164
164
  </li>
165
165
 
166
166
 
167
- <li class="even ">
168
- <div class="item">
169
- <span class='object_link'><a href="Compony.html#button_component_class=-class_method" title="Compony.button_component_class= (method)">button_component_class=</a></span>
170
- <small>Compony</small>
171
- </div>
172
- </li>
173
-
174
-
175
- <li class="odd ">
176
- <div class="item">
177
- <span class='object_link'><a href="Compony.html#button_defaults-class_method" title="Compony.button_defaults (method)">button_defaults</a></span>
178
- <small>Compony</small>
179
- </div>
180
- </li>
181
-
182
-
183
167
  <li class="even ">
184
168
  <div class="item">
185
169
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#clear_standalone!-instance_method" title="Compony::ComponentMixins::Default::Standalone#clear_standalone! (method)">#clear_standalone!</a></span>
@@ -246,39 +230,39 @@
246
230
 
247
231
  <li class="even ">
248
232
  <div class="item">
249
- <span class='object_link'><a href="Compony.html#comp_class_for-class_method" title="Compony.comp_class_for (method)">comp_class_for</a></span>
250
- <small>Compony</small>
233
+ <span class='object_link'><a href="Compony/Intent.html#comp-instance_method" title="Compony::Intent#comp (method)">#comp</a></span>
234
+ <small>Compony::Intent</small>
251
235
  </div>
252
236
  </li>
253
237
 
254
238
 
255
239
  <li class="odd ">
256
240
  <div class="item">
257
- <span class='object_link'><a href="Compony.html#comp_class_for!-class_method" title="Compony.comp_class_for! (method)">comp_class_for!</a></span>
258
- <small>Compony</small>
241
+ <span class='object_link'><a href="Compony/Intent.html#comp_class-instance_method" title="Compony::Intent#comp_class (method)">#comp_class</a></span>
242
+ <small>Compony::Intent</small>
259
243
  </div>
260
244
  </li>
261
245
 
262
246
 
263
247
  <li class="even ">
264
248
  <div class="item">
265
- <span class='object_link'><a href="Compony/Component.html#comp_cst-class_method" title="Compony::Component.comp_cst (method)">comp_cst</a></span>
266
- <small>Compony::Component</small>
249
+ <span class='object_link'><a href="Compony.html#comp_class_for-class_method" title="Compony.comp_class_for (method)">comp_class_for</a></span>
250
+ <small>Compony</small>
267
251
  </div>
268
252
  </li>
269
253
 
270
254
 
271
255
  <li class="odd ">
272
256
  <div class="item">
273
- <span class='object_link'><a href="Compony/Component.html#comp_name-class_method" title="Compony::Component.comp_name (method)">comp_name</a></span>
274
- <small>Compony::Component</small>
257
+ <span class='object_link'><a href="Compony.html#comp_class_for!-class_method" title="Compony.comp_class_for! (method)">comp_class_for!</a></span>
258
+ <small>Compony</small>
275
259
  </div>
276
260
  </li>
277
261
 
278
262
 
279
263
  <li class="even ">
280
264
  <div class="item">
281
- <span class='object_link'><a href="Compony/Component.html#comp_opts-instance_method" title="Compony::Component#comp_opts (method)">#comp_opts</a></span>
265
+ <span class='object_link'><a href="Compony/Component.html#comp_name-class_method" title="Compony::Component.comp_name (method)">comp_name</a></span>
282
266
  <small>Compony::Component</small>
283
267
  </div>
284
268
  </li>
@@ -286,32 +270,16 @@
286
270
 
287
271
  <li class="odd ">
288
272
  <div class="item">
289
- <span class='object_link'><a href="Compony/RequestContext.html#component-instance_method" title="Compony::RequestContext#component (method)">#component</a></span>
290
- <small>Compony::RequestContext</small>
291
- </div>
292
- </li>
293
-
294
-
295
- <li class="even ">
296
- <div class="item">
297
- <span class='object_link'><a href="Compony/ViewHelpers.html#compony_actions-instance_method" title="Compony::ViewHelpers#compony_actions (method)">#compony_actions</a></span>
298
- <small>Compony::ViewHelpers</small>
299
- </div>
300
- </li>
301
-
302
-
303
- <li class="odd ">
304
- <div class="item">
305
- <span class='object_link'><a href="Compony/ViewHelpers.html#compony_button-instance_method" title="Compony::ViewHelpers#compony_button (method)">#compony_button</a></span>
306
- <small>Compony::ViewHelpers</small>
273
+ <span class='object_link'><a href="Compony/Component.html#comp_opts-instance_method" title="Compony::Component#comp_opts (method)">#comp_opts</a></span>
274
+ <small>Compony::Component</small>
307
275
  </div>
308
276
  </li>
309
277
 
310
278
 
311
279
  <li class="even ">
312
280
  <div class="item">
313
- <span class='object_link'><a href="Compony/ViewHelpers.html#compony_link-instance_method" title="Compony::ViewHelpers#compony_link (method)">#compony_link</a></span>
314
- <small>Compony::ViewHelpers</small>
281
+ <span class='object_link'><a href="Compony/RequestContext.html#component-instance_method" title="Compony::RequestContext#component (method)">#component</a></span>
282
+ <small>Compony::RequestContext</small>
315
283
  </div>
316
284
  </li>
317
285
 
@@ -389,6 +357,14 @@
389
357
 
390
358
 
391
359
  <li class="even ">
360
+ <div class="item">
361
+ <span class='object_link'><a href="Compony/Intent.html#data-instance_method" title="Compony::Intent#data (method)">#data</a></span>
362
+ <small>Compony::Intent</small>
363
+ </div>
364
+ </li>
365
+
366
+
367
+ <li class="odd ">
392
368
  <div class="item">
393
369
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#data-instance_method" title="Compony::ComponentMixins::Resourceful#data (method)">#data</a></span>
394
370
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -396,7 +372,7 @@
396
372
  </li>
397
373
 
398
374
 
399
- <li class="odd ">
375
+ <li class="even ">
400
376
  <div class="item">
401
377
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#data_class-instance_method" title="Compony::ComponentMixins::Resourceful#data_class (method)">#data_class</a></span>
402
378
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -404,7 +380,23 @@
404
380
  </li>
405
381
 
406
382
 
383
+ <li class="odd ">
384
+ <div class="item">
385
+ <span class='object_link'><a href="Compony.html#default_button_style-class_method" title="Compony.default_button_style (method)">default_button_style</a></span>
386
+ <small>Compony</small>
387
+ </div>
388
+ </li>
389
+
390
+
407
391
  <li class="even ">
392
+ <div class="item">
393
+ <span class='object_link'><a href="Compony.html#default_button_style=-class_method" title="Compony.default_button_style= (method)">default_button_style=</a></span>
394
+ <small>Compony</small>
395
+ </div>
396
+ </li>
397
+
398
+
399
+ <li class="odd ">
408
400
  <div class="item">
409
401
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#default_config-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#default_config (method)">#default_config</a></span>
410
402
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -412,7 +404,7 @@
412
404
  </li>
413
405
 
414
406
 
415
- <li class="odd ">
407
+ <li class="even ">
416
408
  <div class="item">
417
409
  <span class='object_link'><a href="Compony/Components/List.html#default_sorting-instance_method" title="Compony::Components::List#default_sorting (method)">#default_sorting</a></span>
418
410
  <small>Compony::Components::List</small>
@@ -420,7 +412,7 @@
420
412
  </li>
421
413
 
422
414
 
423
- <li class="even ">
415
+ <li class="odd ">
424
416
  <div class="item">
425
417
  <span class='object_link'><a href="Compony/Components/Form.html#disable!-instance_method" title="Compony::Components::Form#disable! (method)">#disable!</a></span>
426
418
  <small>Compony::Components::Form</small>
@@ -428,7 +420,7 @@
428
420
  </li>
429
421
 
430
422
 
431
- <li class="odd ">
423
+ <li class="even ">
432
424
  <div class="item">
433
425
  <span class='object_link'><a href="Compony/RequestContext.html#evaluate_with_backfire-instance_method" title="Compony::RequestContext#evaluate_with_backfire (method)">#evaluate_with_backfire</a></span>
434
426
  <small>Compony::RequestContext</small>
@@ -436,6 +428,14 @@
436
428
  </li>
437
429
 
438
430
 
431
+ <li class="odd ">
432
+ <div class="item">
433
+ <span class='object_link'><a href="Compony/Component.html#exposed_intents-instance_method" title="Compony::Component#exposed_intents (method)">#exposed_intents</a></span>
434
+ <small>Compony::Component</small>
435
+ </div>
436
+ </li>
437
+
438
+
439
439
  <li class="even ">
440
440
  <div class="item">
441
441
  <span class='object_link'><a href="Compony/ModelFields/Base.html#extra_attrs-instance_method" title="Compony::ModelFields::Base#extra_attrs (method)">#extra_attrs</a></span>
@@ -454,7 +454,7 @@
454
454
 
455
455
  <li class="even ">
456
456
  <div class="item">
457
- <span class='object_link'><a href="Compony/Component.html#family_cst-class_method" title="Compony::Component.family_cst (method)">family_cst</a></span>
457
+ <span class='object_link'><a href="Compony/Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>
458
458
  <small>Compony::Component</small>
459
459
  </div>
460
460
  </li>
@@ -462,16 +462,16 @@
462
462
 
463
463
  <li class="odd ">
464
464
  <div class="item">
465
- <span class='object_link'><a href="Compony/Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>
466
- <small>Compony::Component</small>
465
+ <span class='object_link'><a href="Compony.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
466
+ <small>Compony</small>
467
467
  </div>
468
468
  </li>
469
469
 
470
470
 
471
471
  <li class="even ">
472
472
  <div class="item">
473
- <span class='object_link'><a href="Compony.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
474
- <small>Compony</small>
473
+ <span class='object_link'><a href="Compony/Intent.html#feasibility_action-instance_method" title="Compony::Intent#feasibility_action (method)">#feasibility_action</a></span>
474
+ <small>Compony::Intent</small>
475
475
  </div>
476
476
  </li>
477
477
 
@@ -484,6 +484,22 @@
484
484
  </li>
485
485
 
486
486
 
487
+ <li class="even ">
488
+ <div class="item">
489
+ <span class='object_link'><a href="Compony/Intent.html#feasibility_target-instance_method" title="Compony::Intent#feasibility_target (method)">#feasibility_target</a></span>
490
+ <small>Compony::Intent</small>
491
+ </div>
492
+ </li>
493
+
494
+
495
+ <li class="odd ">
496
+ <div class="item">
497
+ <span class='object_link'><a href="Compony/Intent.html#feasible%3F-instance_method" title="Compony::Intent#feasible? (method)">#feasible?</a></span>
498
+ <small>Compony::Intent</small>
499
+ </div>
500
+ </li>
501
+
502
+
487
503
  <li class="even ">
488
504
  <div class="item">
489
505
  <span class='object_link'><a href="Compony/ModelMixin.html#feasible%3F-instance_method" title="Compony::ModelMixin#feasible? (method)">#feasible?</a></span>
@@ -694,48 +710,48 @@
694
710
 
695
711
  <li class="even ">
696
712
  <div class="item">
697
- <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
698
- <small>Compony::Component</small>
713
+ <span class='object_link'><a href="Compony/Intent.html#initialize-instance_method" title="Compony::Intent#initialize (method)">#initialize</a></span>
714
+ <small>Compony::Intent</small>
699
715
  </div>
700
716
  </li>
701
717
 
702
718
 
703
719
  <li class="odd ">
704
720
  <div class="item">
705
- <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
706
- <small>Compony::Components::Form</small>
721
+ <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
722
+ <small>Compony::Component</small>
707
723
  </div>
708
724
  </li>
709
725
 
710
726
 
711
727
  <li class="even ">
712
728
  <div class="item">
713
- <span class='object_link'><a href="Compony/Components/List.html#initialize-instance_method" title="Compony::Components::List#initialize (method)">#initialize</a></span>
714
- <small>Compony::Components::List</small>
729
+ <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
730
+ <small>Compony::Components::Form</small>
715
731
  </div>
716
732
  </li>
717
733
 
718
734
 
719
735
  <li class="odd ">
720
736
  <div class="item">
721
- <span class='object_link'><a href="Compony/Components/Show.html#initialize-instance_method" title="Compony::Components::Show#initialize (method)">#initialize</a></span>
722
- <small>Compony::Components::Show</small>
737
+ <span class='object_link'><a href="Compony/Components/List.html#initialize-instance_method" title="Compony::Components::List#initialize (method)">#initialize</a></span>
738
+ <small>Compony::Components::List</small>
723
739
  </div>
724
740
  </li>
725
741
 
726
742
 
727
743
  <li class="even ">
728
744
  <div class="item">
729
- <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
730
- <small>Compony::RequestContext</small>
745
+ <span class='object_link'><a href="Compony/Components/Show.html#initialize-instance_method" title="Compony::Components::Show#initialize (method)">#initialize</a></span>
746
+ <small>Compony::Components::Show</small>
731
747
  </div>
732
748
  </li>
733
749
 
734
750
 
735
751
  <li class="odd ">
736
752
  <div class="item">
737
- <span class='object_link'><a href="Compony/Components/Button.html#initialize-instance_method" title="Compony::Components::Button#initialize (method)">#initialize</a></span>
738
- <small>Compony::Components::Button</small>
753
+ <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
754
+ <small>Compony::RequestContext</small>
739
755
  </div>
740
756
  </li>
741
757
 
@@ -757,6 +773,14 @@
757
773
 
758
774
 
759
775
  <li class="even ">
776
+ <div class="item">
777
+ <span class='object_link'><a href="Compony/ExposedIntentsDsl.html#initialize-instance_method" title="Compony::ExposedIntentsDsl#initialize (method)">#initialize</a></span>
778
+ <small>Compony::ExposedIntentsDsl</small>
779
+ </div>
780
+ </li>
781
+
782
+
783
+ <li class="odd ">
760
784
  <div class="item">
761
785
  <span class='object_link'><a href="Compony/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
762
786
  <small>Compony::Components::WithForm</small>
@@ -764,7 +788,7 @@
764
788
  </li>
765
789
 
766
790
 
767
- <li class="odd ">
791
+ <li class="even ">
768
792
  <div class="item">
769
793
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
770
794
  <small>Compony::MethodAccessibleHash</small>
@@ -772,7 +796,7 @@
772
796
  </li>
773
797
 
774
798
 
775
- <li class="even ">
799
+ <li class="odd ">
776
800
  <div class="item">
777
801
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#initialize-instance_method" title="Compony::ModelFields::Attachment#initialize (method)">#initialize</a></span>
778
802
  <small>Compony::ModelFields::Attachment</small>
@@ -780,7 +804,7 @@
780
804
  </li>
781
805
 
782
806
 
783
- <li class="odd ">
807
+ <li class="even ">
784
808
  <div class="item">
785
809
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
786
810
  <small>Compony::ModelFields::Association</small>
@@ -788,7 +812,7 @@
788
812
  </li>
789
813
 
790
814
 
791
- <li class="even ">
815
+ <li class="odd ">
792
816
  <div class="item">
793
817
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#initialize-instance_method" title="Compony::ComponentMixins::Resourceful#initialize (method)">#initialize</a></span>
794
818
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -796,7 +820,7 @@
796
820
  </li>
797
821
 
798
822
 
799
- <li class="odd ">
823
+ <li class="even ">
800
824
  <div class="item">
801
825
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#initialize (method)">#initialize</a></span>
802
826
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -804,7 +828,7 @@
804
828
  </li>
805
829
 
806
830
 
807
- <li class="even ">
831
+ <li class="odd ">
808
832
  <div class="item">
809
833
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#initialize (method)">#initialize</a></span>
810
834
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -812,7 +836,7 @@
812
836
  </li>
813
837
 
814
838
 
815
- <li class="odd ">
839
+ <li class="even ">
816
840
  <div class="item">
817
841
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#initialize (method)">#initialize</a></span>
818
842
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -820,7 +844,7 @@
820
844
  </li>
821
845
 
822
846
 
823
- <li class="even ">
847
+ <li class="odd ">
824
848
  <div class="item">
825
849
  <span class='object_link'><a href="Compony/Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>
826
850
  <small>Compony::Component</small>
@@ -828,7 +852,23 @@
828
852
  </li>
829
853
 
830
854
 
855
+ <li class="even ">
856
+ <div class="item">
857
+ <span class='object_link'><a href="Compony.html#intent-class_method" title="Compony.intent (method)">intent</a></span>
858
+ <small>Compony</small>
859
+ </div>
860
+ </li>
861
+
862
+
831
863
  <li class="odd ">
864
+ <div class="item">
865
+ <span class='object_link'><a href="Compony/Intent.html#label-instance_method" title="Compony::Intent#label (method)">#label</a></span>
866
+ <small>Compony::Intent</small>
867
+ </div>
868
+ </li>
869
+
870
+
871
+ <li class="even ">
832
872
  <div class="item">
833
873
  <span class='object_link'><a href="Compony/ModelFields/Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>
834
874
  <small>Compony::ModelFields::Base</small>
@@ -836,7 +876,7 @@
836
876
  </li>
837
877
 
838
878
 
839
- <li class="even ">
879
+ <li class="odd ">
840
880
  <div class="item">
841
881
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#label-instance_method" title="Compony::ComponentMixins::Default::Labelling#label (method)">#label</a></span>
842
882
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -844,7 +884,7 @@
844
884
  </li>
845
885
 
846
886
 
847
- <li class="odd ">
887
+ <li class="even ">
848
888
  <div class="item">
849
889
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#layout-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#layout (method)">#layout</a></span>
850
890
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -852,7 +892,7 @@
852
892
  </li>
853
893
 
854
894
 
855
- <li class="even ">
895
+ <li class="odd ">
856
896
  <div class="item">
857
897
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#load_data-instance_method" title="Compony::ComponentMixins::Resourceful#load_data (method)">#load_data</a></span>
858
898
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -860,7 +900,7 @@
860
900
  </li>
861
901
 
862
902
 
863
- <li class="odd ">
903
+ <li class="even ">
864
904
  <div class="item">
865
905
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#load_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#load_data (method)">#load_data</a></span>
866
906
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -868,7 +908,7 @@
868
908
  </li>
869
909
 
870
910
 
871
- <li class="even ">
911
+ <li class="odd ">
872
912
  <div class="item">
873
913
  <span class='object_link'><a href="Compony/RequestContext.html#local_assigns-instance_method" title="Compony::RequestContext#local_assigns (method)">#local_assigns</a></span>
874
914
  <small>Compony::RequestContext</small>
@@ -876,7 +916,7 @@
876
916
  </li>
877
917
 
878
918
 
879
- <li class="odd ">
919
+ <li class="even ">
880
920
  <div class="item">
881
921
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#merge-instance_method" title="Compony::MethodAccessibleHash#merge (method)">#merge</a></span>
882
922
  <small>Compony::MethodAccessibleHash</small>
@@ -884,6 +924,14 @@
884
924
  </li>
885
925
 
886
926
 
927
+ <li class="odd ">
928
+ <div class="item">
929
+ <span class='object_link'><a href="Compony/Intent.html#method-instance_method" title="Compony::Intent#method (method)">#method</a></span>
930
+ <small>Compony::Intent</small>
931
+ </div>
932
+ </li>
933
+
934
+
887
935
  <li class="even ">
888
936
  <div class="item">
889
937
  <span class='object_link'><a href="Compony/RequestContext.html#method_missing-instance_method" title="Compony::RequestContext#method_missing (method)">#method_missing</a></span>
@@ -901,6 +949,14 @@
901
949
 
902
950
 
903
951
  <li class="even ">
952
+ <div class="item">
953
+ <span class='object_link'><a href="Compony/Intent.html#model%3F-instance_method" title="Compony::Intent#model? (method)">#model?</a></span>
954
+ <small>Compony::Intent</small>
955
+ </div>
956
+ </li>
957
+
958
+
959
+ <li class="odd ">
904
960
  <div class="item">
905
961
  <span class='object_link'><a href="Compony/ModelFields/Base.html#model_class-instance_method" title="Compony::ModelFields::Base#model_class (method)">#model_class</a></span>
906
962
  <small>Compony::ModelFields::Base</small>
@@ -908,7 +964,7 @@
908
964
  </li>
909
965
 
910
966
 
911
- <li class="odd ">
967
+ <li class="even ">
912
968
  <div class="item">
913
969
  <span class='object_link'><a href="Compony.html#model_field_class_for-class_method" title="Compony.model_field_class_for (method)">model_field_class_for</a></span>
914
970
  <small>Compony</small>
@@ -916,7 +972,7 @@
916
972
  </li>
917
973
 
918
974
 
919
- <li class="even ">
975
+ <li class="odd ">
920
976
  <div class="item">
921
977
  <span class='object_link'><a href="Compony.html#model_field_namespaces-class_method" title="Compony.model_field_namespaces (method)">model_field_namespaces</a></span>
922
978
  <small>Compony</small>
@@ -924,7 +980,7 @@
924
980
  </li>
925
981
 
926
982
 
927
- <li class="odd ">
983
+ <li class="even ">
928
984
  <div class="item">
929
985
  <span class='object_link'><a href="Compony.html#model_field_namespaces=-class_method" title="Compony.model_field_namespaces= (method)">model_field_namespaces=</a></span>
930
986
  <small>Compony</small>
@@ -932,7 +988,7 @@
932
988
  </li>
933
989
 
934
990
 
935
- <li class="even ">
991
+ <li class="odd ">
936
992
  <div class="item">
937
993
  <span class='object_link'><a href="Compony/ModelFields/Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>
938
994
  <small>Compony::ModelFields::Base</small>
@@ -940,6 +996,14 @@
940
996
  </li>
941
997
 
942
998
 
999
+ <li class="even ">
1000
+ <div class="item">
1001
+ <span class='object_link'><a href="Compony/Intent.html#name-instance_method" title="Compony::Intent#name (method)">#name</a></span>
1002
+ <small>Compony::Intent</small>
1003
+ </div>
1004
+ </li>
1005
+
1006
+
943
1007
  <li class="odd ">
944
1008
  <div class="item">
945
1009
  <span class='object_link'><a href="Compony/ModelFields/Base.html#name-instance_method" title="Compony::ModelFields::Base#name (method)">#name</a></span>
@@ -1085,6 +1149,14 @@
1085
1149
 
1086
1150
 
1087
1151
  <li class="odd ">
1152
+ <div class="item">
1153
+ <span class='object_link'><a href="Compony/Intent.html#path-instance_method" title="Compony::Intent#path (method)">#path</a></span>
1154
+ <small>Compony::Intent</small>
1155
+ </div>
1156
+ </li>
1157
+
1158
+
1159
+ <li class="even ">
1088
1160
  <div class="item">
1089
1161
  <span class='object_link'><a href="Compony/Component.html#path-instance_method" title="Compony::Component#path (method)">#path</a></span>
1090
1162
  <small>Compony::Component</small>
@@ -1092,15 +1164,31 @@
1092
1164
  </li>
1093
1165
 
1094
1166
 
1167
+ <li class="odd ">
1168
+ <div class="item">
1169
+ <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#path_helper_name-instance_method" title="Compony::ComponentMixins::Default::Standalone#path_helper_name (method)">#path_helper_name</a></span>
1170
+ <small>Compony::ComponentMixins::Default::Standalone</small>
1171
+ </div>
1172
+ </li>
1173
+
1174
+
1095
1175
  <li class="even ">
1096
1176
  <div class="item">
1097
- <span class='object_link'><a href="Compony.html#path_helper_name-class_method" title="Compony.path_helper_name (method)">path_helper_name</a></span>
1098
- <small>Compony</small>
1177
+ <span class='object_link'><a href="Compony/Components/Buttons/Link.html#prepare_opts!-instance_method" title="Compony::Components::Buttons::Link#prepare_opts! (method)">#prepare_opts!</a></span>
1178
+ <small>Compony::Components::Buttons::Link</small>
1099
1179
  </div>
1100
1180
  </li>
1101
1181
 
1102
1182
 
1103
1183
  <li class="odd ">
1184
+ <div class="item">
1185
+ <span class='object_link'><a href="Compony/Components/Buttons/CssButton.html#prepare_opts!-instance_method" title="Compony::Components::Buttons::CssButton#prepare_opts! (method)">#prepare_opts!</a></span>
1186
+ <small>Compony::Components::Buttons::CssButton</small>
1187
+ </div>
1188
+ </li>
1189
+
1190
+
1191
+ <li class="even ">
1104
1192
  <div class="item">
1105
1193
  <span class='object_link'><a href="Compony/Components/List.html#process_data!-instance_method" title="Compony::Components::List#process_data! (method)">#process_data!</a></span>
1106
1194
  <small>Compony::Components::List</small>
@@ -1108,7 +1196,7 @@
1108
1196
  </li>
1109
1197
 
1110
1198
 
1111
- <li class="even ">
1199
+ <li class="odd ">
1112
1200
  <div class="item">
1113
1201
  <span class='object_link'><a href="Compony/Components/Form.html#pw_field-instance_method" title="Compony::Components::Form#pw_field (method)">#pw_field</a></span>
1114
1202
  <small>Compony::Components::Form</small>
@@ -1116,15 +1204,15 @@
1116
1204
  </li>
1117
1205
 
1118
1206
 
1119
- <li class="odd ">
1207
+ <li class="even ">
1120
1208
  <div class="item">
1121
- <span class='object_link'><a href="Compony.html#rails_action_name-class_method" title="Compony.rails_action_name (method)">rails_action_name</a></span>
1122
- <small>Compony</small>
1209
+ <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#rails_action_name-instance_method" title="Compony::ComponentMixins::Default::Standalone#rails_action_name (method)">#rails_action_name</a></span>
1210
+ <small>Compony::ComponentMixins::Default::Standalone</small>
1123
1211
  </div>
1124
1212
  </li>
1125
1213
 
1126
1214
 
1127
- <li class="even ">
1215
+ <li class="odd ">
1128
1216
  <div class="item">
1129
1217
  <span class='object_link'><a href="Compony/ModelFields/Base.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Base#ransack_filter_input (method)">#ransack_filter_input</a></span>
1130
1218
  <small>Compony::ModelFields::Base</small>
@@ -1132,7 +1220,7 @@
1132
1220
  </li>
1133
1221
 
1134
1222
 
1135
- <li class="odd ">
1223
+ <li class="even ">
1136
1224
  <div class="item">
1137
1225
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Boolean#ransack_filter_input (method)">#ransack_filter_input</a></span>
1138
1226
  <small>Compony::ModelFields::Boolean</small>
@@ -1140,7 +1228,7 @@
1140
1228
  </li>
1141
1229
 
1142
1230
 
1143
- <li class="even ">
1231
+ <li class="odd ">
1144
1232
  <div class="item">
1145
1233
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#ransack_filter_input-instance_method" title="Compony::ModelFields::Anchormodel#ransack_filter_input (method)">#ransack_filter_input</a></span>
1146
1234
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1148,7 +1236,7 @@
1148
1236
  </li>
1149
1237
 
1150
1238
 
1151
- <li class="odd ">
1239
+ <li class="even ">
1152
1240
  <div class="item">
1153
1241
  <span class='object_link'><a href="Compony/ModelFields/Base.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Base#ransack_filter_name (method)">#ransack_filter_name</a></span>
1154
1242
  <small>Compony::ModelFields::Base</small>
@@ -1156,7 +1244,7 @@
1156
1244
  </li>
1157
1245
 
1158
1246
 
1159
- <li class="even ">
1247
+ <li class="odd ">
1160
1248
  <div class="item">
1161
1249
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Boolean#ransack_filter_name (method)">#ransack_filter_name</a></span>
1162
1250
  <small>Compony::ModelFields::Boolean</small>
@@ -1164,7 +1252,7 @@
1164
1252
  </li>
1165
1253
 
1166
1254
 
1167
- <li class="odd ">
1255
+ <li class="even ">
1168
1256
  <div class="item">
1169
1257
  <span class='object_link'><a href="Compony/ModelFields/Integer.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Integer#ransack_filter_name (method)">#ransack_filter_name</a></span>
1170
1258
  <small>Compony::ModelFields::Integer</small>
@@ -1172,7 +1260,7 @@
1172
1260
  </li>
1173
1261
 
1174
1262
 
1175
- <li class="even ">
1263
+ <li class="odd ">
1176
1264
  <div class="item">
1177
1265
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#ransack_filter_name-instance_method" title="Compony::ModelFields::Anchormodel#ransack_filter_name (method)">#ransack_filter_name</a></span>
1178
1266
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1180,7 +1268,23 @@
1180
1268
  </li>
1181
1269
 
1182
1270
 
1271
+ <li class="even ">
1272
+ <div class="item">
1273
+ <span class='object_link'><a href="Compony.html#register_button_style-class_method" title="Compony.register_button_style (method)">register_button_style</a></span>
1274
+ <small>Compony</small>
1275
+ </div>
1276
+ </li>
1277
+
1278
+
1183
1279
  <li class="odd ">
1280
+ <div class="item">
1281
+ <span class='object_link'><a href="Compony/ExposedIntentsDsl.html#remove-instance_method" title="Compony::ExposedIntentsDsl#remove (method)">#remove</a></span>
1282
+ <small>Compony::ExposedIntentsDsl</small>
1283
+ </div>
1284
+ </li>
1285
+
1286
+
1287
+ <li class="even ">
1184
1288
  <div class="item">
1185
1289
  <span class='object_link'><a href="Compony/Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>
1186
1290
  <small>Compony::Component</small>
@@ -1188,7 +1292,7 @@
1188
1292
  </li>
1189
1293
 
1190
1294
 
1191
- <li class="even ">
1295
+ <li class="odd ">
1192
1296
  <div class="item">
1193
1297
  <span class='object_link'><a href="Compony/Component.html#remove_content!-instance_method" title="Compony::Component#remove_content! (method)">#remove_content!</a></span>
1194
1298
  <small>Compony::Component</small>
@@ -1196,6 +1300,14 @@
1196
1300
  </li>
1197
1301
 
1198
1302
 
1303
+ <li class="even ">
1304
+ <div class="item">
1305
+ <span class='object_link'><a href="Compony/Intent.html#render-instance_method" title="Compony::Intent#render (method)">#render</a></span>
1306
+ <small>Compony::Intent</small>
1307
+ </div>
1308
+ </li>
1309
+
1310
+
1199
1311
  <li class="odd ">
1200
1312
  <div class="item">
1201
1313
  <span class='object_link'><a href="Compony/Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>
@@ -1206,13 +1318,21 @@
1206
1318
 
1207
1319
  <li class="even ">
1208
1320
  <div class="item">
1209
- <span class='object_link'><a href="Compony/Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>
1210
- <small>Compony::Component</small>
1321
+ <span class='object_link'><a href="Compony/ViewHelpers.html#render_intent-instance_method" title="Compony::ViewHelpers#render_intent (method)">#render_intent</a></span>
1322
+ <small>Compony::ViewHelpers</small>
1211
1323
  </div>
1212
1324
  </li>
1213
1325
 
1214
1326
 
1215
1327
  <li class="odd ">
1328
+ <div class="item">
1329
+ <span class='object_link'><a href="Compony/RequestContext.html#render_intent-instance_method" title="Compony::RequestContext#render_intent (method)">#render_intent</a></span>
1330
+ <small>Compony::RequestContext</small>
1331
+ </div>
1332
+ </li>
1333
+
1334
+
1335
+ <li class="even ">
1216
1336
  <div class="item">
1217
1337
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#render_standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#render_standalone (method)">#render_standalone</a></span>
1218
1338
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1220,6 +1340,14 @@
1220
1340
  </li>
1221
1341
 
1222
1342
 
1343
+ <li class="odd ">
1344
+ <div class="item">
1345
+ <span class='object_link'><a href="Compony/RequestContext.html#render_sub_comp-instance_method" title="Compony::RequestContext#render_sub_comp (method)">#render_sub_comp</a></span>
1346
+ <small>Compony::RequestContext</small>
1347
+ </div>
1348
+ </li>
1349
+
1350
+
1223
1351
  <li class="even ">
1224
1352
  <div class="item">
1225
1353
  <span class='object_link'><a href="Compony/RequestContext.html#request_context-instance_method" title="Compony::RequestContext#request_context (method)">#request_context</a></span>
@@ -1485,14 +1613,6 @@
1485
1613
 
1486
1614
 
1487
1615
  <li class="odd ">
1488
- <div class="item">
1489
- <span class='object_link'><a href="Compony/Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>
1490
- <small>Compony::Component</small>
1491
- </div>
1492
- </li>
1493
-
1494
-
1495
- <li class="even ">
1496
1616
  <div class="item">
1497
1617
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_authentication!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_authentication! (method)">#skip_authentication!</a></span>
1498
1618
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1500,7 +1620,7 @@
1500
1620
  </li>
1501
1621
 
1502
1622
 
1503
- <li class="odd ">
1623
+ <li class="even ">
1504
1624
  <div class="item">
1505
1625
  <span class='object_link'><a href="Compony/Components/Form.html#skip_autofocus-instance_method" title="Compony::Components::Form#skip_autofocus (method)">#skip_autofocus</a></span>
1506
1626
  <small>Compony::Components::Form</small>
@@ -1508,7 +1628,7 @@
1508
1628
  </li>
1509
1629
 
1510
1630
 
1511
- <li class="even ">
1631
+ <li class="odd ">
1512
1632
  <div class="item">
1513
1633
  <span class='object_link'><a href="Compony/Components/List.html#skip_column-instance_method" title="Compony::Components::List#skip_column (method)">#skip_column</a></span>
1514
1634
  <small>Compony::Components::List</small>
@@ -1516,7 +1636,7 @@
1516
1636
  </li>
1517
1637
 
1518
1638
 
1519
- <li class="odd ">
1639
+ <li class="even ">
1520
1640
  <div class="item">
1521
1641
  <span class='object_link'><a href="Compony/Components/Show.html#skip_column-instance_method" title="Compony::Components::Show#skip_column (method)">#skip_column</a></span>
1522
1642
  <small>Compony::Components::Show</small>
@@ -1524,7 +1644,7 @@
1524
1644
  </li>
1525
1645
 
1526
1646
 
1527
- <li class="even ">
1647
+ <li class="odd ">
1528
1648
  <div class="item">
1529
1649
  <span class='object_link'><a href="Compony/Components/List.html#skip_filtering!-instance_method" title="Compony::Components::List#skip_filtering! (method)">#skip_filtering!</a></span>
1530
1650
  <small>Compony::Components::List</small>
@@ -1532,7 +1652,7 @@
1532
1652
  </li>
1533
1653
 
1534
1654
 
1535
- <li class="odd ">
1655
+ <li class="even ">
1536
1656
  <div class="item">
1537
1657
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_forgery_protection!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_forgery_protection! (method)">#skip_forgery_protection!</a></span>
1538
1658
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1540,7 +1660,7 @@
1540
1660
  </li>
1541
1661
 
1542
1662
 
1543
- <li class="even ">
1663
+ <li class="odd ">
1544
1664
  <div class="item">
1545
1665
  <span class='object_link'><a href="Compony/Components/List.html#skip_pagination!-instance_method" title="Compony::Components::List#skip_pagination! (method)">#skip_pagination!</a></span>
1546
1666
  <small>Compony::Components::List</small>
@@ -1548,7 +1668,7 @@
1548
1668
  </li>
1549
1669
 
1550
1670
 
1551
- <li class="odd ">
1671
+ <li class="even ">
1552
1672
  <div class="item">
1553
1673
  <span class='object_link'><a href="Compony/Components/List.html#skip_row_action-instance_method" title="Compony::Components::List#skip_row_action (method)">#skip_row_action</a></span>
1554
1674
  <small>Compony::Components::List</small>
@@ -1556,7 +1676,7 @@
1556
1676
  </li>
1557
1677
 
1558
1678
 
1559
- <li class="even ">
1679
+ <li class="odd ">
1560
1680
  <div class="item">
1561
1681
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting!-instance_method" title="Compony::Components::List#skip_sorting! (method)">#skip_sorting!</a></span>
1562
1682
  <small>Compony::Components::List</small>
@@ -1564,7 +1684,7 @@
1564
1684
  </li>
1565
1685
 
1566
1686
 
1567
- <li class="odd ">
1687
+ <li class="even ">
1568
1688
  <div class="item">
1569
1689
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_in_filter!-instance_method" title="Compony::Components::List#skip_sorting_in_filter! (method)">#skip_sorting_in_filter!</a></span>
1570
1690
  <small>Compony::Components::List</small>
@@ -1572,7 +1692,7 @@
1572
1692
  </li>
1573
1693
 
1574
1694
 
1575
- <li class="even ">
1695
+ <li class="odd ">
1576
1696
  <div class="item">
1577
1697
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_links!-instance_method" title="Compony::Components::List#skip_sorting_links! (method)">#skip_sorting_links!</a></span>
1578
1698
  <small>Compony::Components::List</small>
@@ -1580,7 +1700,7 @@
1580
1700
  </li>
1581
1701
 
1582
1702
 
1583
- <li class="odd ">
1703
+ <li class="even ">
1584
1704
  <div class="item">
1585
1705
  <span class='object_link'><a href="Compony/Components/List.html#sort-instance_method" title="Compony::Components::List#sort (method)">#sort</a></span>
1586
1706
  <small>Compony::Components::List</small>
@@ -1588,7 +1708,7 @@
1588
1708
  </li>
1589
1709
 
1590
1710
 
1591
- <li class="even ">
1711
+ <li class="odd ">
1592
1712
  <div class="item">
1593
1713
  <span class='object_link'><a href="Compony/Components/List.html#sorting_enabled%3F-instance_method" title="Compony::Components::List#sorting_enabled? (method)">#sorting_enabled?</a></span>
1594
1714
  <small>Compony::Components::List</small>
@@ -1596,7 +1716,7 @@
1596
1716
  </li>
1597
1717
 
1598
1718
 
1599
- <li class="odd ">
1719
+ <li class="even ">
1600
1720
  <div class="item">
1601
1721
  <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_enabled%3F-instance_method" title="Compony::Components::List#sorting_in_filter_enabled? (method)">#sorting_in_filter_enabled?</a></span>
1602
1722
  <small>Compony::Components::List</small>
@@ -1604,7 +1724,7 @@
1604
1724
  </li>
1605
1725
 
1606
1726
 
1607
- <li class="even ">
1727
+ <li class="odd ">
1608
1728
  <div class="item">
1609
1729
  <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_select_opts-instance_method" title="Compony::Components::List#sorting_in_filter_select_opts (method)">#sorting_in_filter_select_opts</a></span>
1610
1730
  <small>Compony::Components::List</small>
@@ -1612,7 +1732,7 @@
1612
1732
  </li>
1613
1733
 
1614
1734
 
1615
- <li class="odd ">
1735
+ <li class="even ">
1616
1736
  <div class="item">
1617
1737
  <span class='object_link'><a href="Compony/Components/List.html#sorting_links_enabled%3F-instance_method" title="Compony::Components::List#sorting_links_enabled? (method)">#sorting_links_enabled?</a></span>
1618
1738
  <small>Compony::Components::List</small>
@@ -1620,7 +1740,7 @@
1620
1740
  </li>
1621
1741
 
1622
1742
 
1623
- <li class="even ">
1743
+ <li class="odd ">
1624
1744
  <div class="item">
1625
1745
  <span class='object_link'><a href="Compony/Components/List.html#sorts-instance_method" title="Compony::Components::List#sorts (method)">#sorts</a></span>
1626
1746
  <small>Compony::Components::List</small>
@@ -1628,7 +1748,7 @@
1628
1748
  </li>
1629
1749
 
1630
1750
 
1631
- <li class="odd ">
1751
+ <li class="even ">
1632
1752
  <div class="item">
1633
1753
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1634
1754
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1636,7 +1756,7 @@
1636
1756
  </li>
1637
1757
 
1638
1758
 
1639
- <li class="even ">
1759
+ <li class="odd ">
1640
1760
  <div class="item">
1641
1761
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone_access_permitted_for%3F-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone_access_permitted_for? (method)">#standalone_access_permitted_for?</a></span>
1642
1762
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1644,7 +1764,7 @@
1644
1764
  </li>
1645
1765
 
1646
1766
 
1647
- <li class="odd ">
1767
+ <li class="even ">
1648
1768
  <div class="item">
1649
1769
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#store_data-instance_method" title="Compony::ComponentMixins::Resourceful#store_data (method)">#store_data</a></span>
1650
1770
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1652,7 +1772,7 @@
1652
1772
  </li>
1653
1773
 
1654
1774
 
1655
- <li class="even ">
1775
+ <li class="odd ">
1656
1776
  <div class="item">
1657
1777
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#store_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#store_data (method)">#store_data</a></span>
1658
1778
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1660,7 +1780,7 @@
1660
1780
  </li>
1661
1781
 
1662
1782
 
1663
- <li class="odd ">
1783
+ <li class="even ">
1664
1784
  <div class="item">
1665
1785
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1666
1786
  <small>Compony::Component</small>
@@ -1668,7 +1788,7 @@
1668
1788
  </li>
1669
1789
 
1670
1790
 
1671
- <li class="even ">
1791
+ <li class="odd ">
1672
1792
  <div class="item">
1673
1793
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_path-instance_method" title="Compony::Components::WithForm#submit_path (method)">#submit_path</a></span>
1674
1794
  <small>Compony::Components::WithForm</small>
@@ -1676,7 +1796,7 @@
1676
1796
  </li>
1677
1797
 
1678
1798
 
1679
- <li class="odd ">
1799
+ <li class="even ">
1680
1800
  <div class="item">
1681
1801
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_verb-instance_method" title="Compony::Components::WithForm#submit_verb (method)">#submit_verb</a></span>
1682
1802
  <small>Compony::Components::WithForm</small>
@@ -1684,7 +1804,7 @@
1684
1804
  </li>
1685
1805
 
1686
1806
 
1687
- <li class="even ">
1807
+ <li class="odd ">
1688
1808
  <div class="item">
1689
1809
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#to_conf (method)">#to_conf</a></span>
1690
1810
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1692,7 +1812,7 @@
1692
1812
  </li>
1693
1813
 
1694
1814
 
1695
- <li class="odd ">
1815
+ <li class="even ">
1696
1816
  <div class="item">
1697
1817
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#to_conf (method)">#to_conf</a></span>
1698
1818
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1700,7 +1820,7 @@
1700
1820
  </li>
1701
1821
 
1702
1822
 
1703
- <li class="even ">
1823
+ <li class="odd ">
1704
1824
  <div class="item">
1705
1825
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#to_conf (method)">#to_conf</a></span>
1706
1826
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1708,7 +1828,7 @@
1708
1828
  </li>
1709
1829
 
1710
1830
 
1711
- <li class="odd ">
1831
+ <li class="even ">
1712
1832
  <div class="item">
1713
1833
  <span class='object_link'><a href="Compony/ModelFields/Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>
1714
1834
  <small>Compony::ModelFields::Base</small>
@@ -1716,7 +1836,7 @@
1716
1836
  </li>
1717
1837
 
1718
1838
 
1719
- <li class="even ">
1839
+ <li class="odd ">
1720
1840
  <div class="item">
1721
1841
  <span class='object_link'><a href="Compony/ModelFields/Url.html#value_for-instance_method" title="Compony::ModelFields::Url#value_for (method)">#value_for</a></span>
1722
1842
  <small>Compony::ModelFields::Url</small>
@@ -1724,7 +1844,7 @@
1724
1844
  </li>
1725
1845
 
1726
1846
 
1727
- <li class="odd ">
1847
+ <li class="even ">
1728
1848
  <div class="item">
1729
1849
  <span class='object_link'><a href="Compony/ModelFields/Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span>
1730
1850
  <small>Compony::ModelFields::Base</small>
@@ -1732,7 +1852,7 @@
1732
1852
  </li>
1733
1853
 
1734
1854
 
1735
- <li class="even ">
1855
+ <li class="odd ">
1736
1856
  <div class="item">
1737
1857
  <span class='object_link'><a href="Compony/ModelFields/Date.html#value_for-instance_method" title="Compony::ModelFields::Date#value_for (method)">#value_for</a></span>
1738
1858
  <small>Compony::ModelFields::Date</small>
@@ -1740,7 +1860,7 @@
1740
1860
  </li>
1741
1861
 
1742
1862
 
1743
- <li class="odd ">
1863
+ <li class="even ">
1744
1864
  <div class="item">
1745
1865
  <span class='object_link'><a href="Compony/ModelFields/Color.html#value_for-instance_method" title="Compony::ModelFields::Color#value_for (method)">#value_for</a></span>
1746
1866
  <small>Compony::ModelFields::Color</small>
@@ -1748,7 +1868,7 @@
1748
1868
  </li>
1749
1869
 
1750
1870
 
1751
- <li class="even ">
1871
+ <li class="odd ">
1752
1872
  <div class="item">
1753
1873
  <span class='object_link'><a href="Compony/ModelFields/Email.html#value_for-instance_method" title="Compony::ModelFields::Email#value_for (method)">#value_for</a></span>
1754
1874
  <small>Compony::ModelFields::Email</small>
@@ -1756,7 +1876,7 @@
1756
1876
  </li>
1757
1877
 
1758
1878
 
1759
- <li class="odd ">
1879
+ <li class="even ">
1760
1880
  <div class="item">
1761
1881
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#value_for-instance_method" title="Compony::ModelFields::Phone#value_for (method)">#value_for</a></span>
1762
1882
  <small>Compony::ModelFields::Phone</small>
@@ -1764,7 +1884,7 @@
1764
1884
  </li>
1765
1885
 
1766
1886
 
1767
- <li class="even ">
1887
+ <li class="odd ">
1768
1888
  <div class="item">
1769
1889
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#value_for-instance_method" title="Compony::ModelFields::Boolean#value_for (method)">#value_for</a></span>
1770
1890
  <small>Compony::ModelFields::Boolean</small>
@@ -1772,7 +1892,7 @@
1772
1892
  </li>
1773
1893
 
1774
1894
 
1775
- <li class="odd ">
1895
+ <li class="even ">
1776
1896
  <div class="item">
1777
1897
  <span class='object_link'><a href="Compony/ModelFields/Currency.html#value_for-instance_method" title="Compony::ModelFields::Currency#value_for (method)">#value_for</a></span>
1778
1898
  <small>Compony::ModelFields::Currency</small>
@@ -1780,7 +1900,7 @@
1780
1900
  </li>
1781
1901
 
1782
1902
 
1783
- <li class="even ">
1903
+ <li class="odd ">
1784
1904
  <div class="item">
1785
1905
  <span class='object_link'><a href="Compony/ModelFields/Datetime.html#value_for-instance_method" title="Compony::ModelFields::Datetime#value_for (method)">#value_for</a></span>
1786
1906
  <small>Compony::ModelFields::Datetime</small>
@@ -1788,7 +1908,7 @@
1788
1908
  </li>
1789
1909
 
1790
1910
 
1791
- <li class="odd ">
1911
+ <li class="even ">
1792
1912
  <div class="item">
1793
1913
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#value_for-instance_method" title="Compony::ModelFields::Attachment#value_for (method)">#value_for</a></span>
1794
1914
  <small>Compony::ModelFields::Attachment</small>
@@ -1796,7 +1916,7 @@
1796
1916
  </li>
1797
1917
 
1798
1918
 
1799
- <li class="even ">
1919
+ <li class="odd ">
1800
1920
  <div class="item">
1801
1921
  <span class='object_link'><a href="Compony/ModelFields/Percentage.html#value_for-instance_method" title="Compony::ModelFields::Percentage#value_for (method)">#value_for</a></span>
1802
1922
  <small>Compony::ModelFields::Percentage</small>
@@ -1804,7 +1924,7 @@
1804
1924
  </li>
1805
1925
 
1806
1926
 
1807
- <li class="odd ">
1927
+ <li class="even ">
1808
1928
  <div class="item">
1809
1929
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#value_for-instance_method" title="Compony::ModelFields::Anchormodel#value_for (method)">#value_for</a></span>
1810
1930
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1812,7 +1932,7 @@
1812
1932
  </li>
1813
1933
 
1814
1934
 
1815
- <li class="even ">
1935
+ <li class="odd ">
1816
1936
  <div class="item">
1817
1937
  <span class='object_link'><a href="Compony/ModelFields/Association.html#value_for-instance_method" title="Compony::ModelFields::Association#value_for (method)">#value_for</a></span>
1818
1938
  <small>Compony::ModelFields::Association</small>
@@ -1820,7 +1940,7 @@
1820
1940
  </li>
1821
1941
 
1822
1942
 
1823
- <li class="odd ">
1943
+ <li class="even ">
1824
1944
  <div class="item">
1825
1945
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#verb-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#verb (method)">#verb</a></span>
1826
1946
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1828,14 +1948,6 @@
1828
1948
  </li>
1829
1949
 
1830
1950
 
1831
- <li class="even ">
1832
- <div class="item">
1833
- <span class='object_link'><a href="Compony.html#with_button_defaults-class_method" title="Compony.with_button_defaults (method)">with_button_defaults</a></span>
1834
- <small>Compony</small>
1835
- </div>
1836
- </li>
1837
-
1838
-
1839
1951
  <li class="odd ">
1840
1952
  <div class="item">
1841
1953
  <span class='object_link'><a href="Compony/Components/Form.html#with_simpleform-instance_method" title="Compony::Components::Form#with_simpleform (method)">#with_simpleform</a></span>