compony 0.3.1 → 0.3.3

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 (64) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -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 +138 -45
  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 +4 -4
  18. data/doc/Compony/Components/Destroy.html +4 -4
  19. data/doc/Compony/Components/Edit.html +20 -20
  20. data/doc/Compony/Components/Form.html +4 -4
  21. data/doc/Compony/Components/New.html +4 -4
  22. data/doc/Compony/Components/WithForm.html +4 -4
  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 +96 -80
  60. data/doc/top-level-namespace.html +3 -3
  61. data/lib/compony/component.rb +14 -3
  62. data/lib/compony/components/edit.rb +4 -0
  63. data/lib/compony/request_context.rb +8 -1
  64. metadata +3 -3
data/doc/method_list.html CHANGED
@@ -293,6 +293,14 @@
293
293
 
294
294
 
295
295
  <li class="even ">
296
+ <div class="item">
297
+ <span class='object_link'><a href="Compony/RequestContext.html#content!-instance_method" title="Compony::RequestContext#content! (method)">#content!</a></span>
298
+ <small>Compony::RequestContext</small>
299
+ </div>
300
+ </li>
301
+
302
+
303
+ <li class="odd ">
296
304
  <div class="item">
297
305
  <span class='object_link'><a href="Compony.html#content_after_root_comp-class_method" title="Compony.content_after_root_comp (method)">content_after_root_comp</a></span>
298
306
  <small>Compony</small>
@@ -300,7 +308,7 @@
300
308
  </li>
301
309
 
302
310
 
303
- <li class="odd ">
311
+ <li class="even ">
304
312
  <div class="item">
305
313
  <span class='object_link'><a href="Compony.html#content_after_root_comp_block-class_method" title="Compony.content_after_root_comp_block (method)">content_after_root_comp_block</a></span>
306
314
  <small>Compony</small>
@@ -308,7 +316,7 @@
308
316
  </li>
309
317
 
310
318
 
311
- <li class="even ">
319
+ <li class="odd ">
312
320
  <div class="item">
313
321
  <span class='object_link'><a href="Compony.html#content_before_root_comp-class_method" title="Compony.content_before_root_comp (method)">content_before_root_comp</a></span>
314
322
  <small>Compony</small>
@@ -316,7 +324,7 @@
316
324
  </li>
317
325
 
318
326
 
319
- <li class="odd ">
327
+ <li class="even ">
320
328
  <div class="item">
321
329
  <span class='object_link'><a href="Compony.html#content_before_root_comp_block-class_method" title="Compony.content_before_root_comp_block (method)">content_before_root_comp_block</a></span>
322
330
  <small>Compony</small>
@@ -324,7 +332,7 @@
324
332
  </li>
325
333
 
326
334
 
327
- <li class="even ">
335
+ <li class="odd ">
328
336
  <div class="item">
329
337
  <span class='object_link'><a href="Compony/Component.html#content_blocks-instance_method" title="Compony::Component#content_blocks (method)">#content_blocks</a></span>
330
338
  <small>Compony::Component</small>
@@ -332,7 +340,7 @@
332
340
  </li>
333
341
 
334
342
 
335
- <li class="odd ">
343
+ <li class="even ">
336
344
  <div class="item">
337
345
  <span class='object_link'><a href="Compony/RequestContext.html#controller-instance_method" title="Compony::RequestContext#controller (method)">#controller</a></span>
338
346
  <small>Compony::RequestContext</small>
@@ -340,7 +348,7 @@
340
348
  </li>
341
349
 
342
350
 
343
- <li class="even ">
351
+ <li class="odd ">
344
352
  <div class="item">
345
353
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#data-instance_method" title="Compony::ComponentMixins::Resourceful#data (method)">#data</a></span>
346
354
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -348,7 +356,7 @@
348
356
  </li>
349
357
 
350
358
 
351
- <li class="odd ">
359
+ <li class="even ">
352
360
  <div class="item">
353
361
  <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>
354
362
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -356,7 +364,7 @@
356
364
  </li>
357
365
 
358
366
 
359
- <li class="even ">
367
+ <li class="odd ">
360
368
  <div class="item">
361
369
  <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>
362
370
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -364,7 +372,7 @@
364
372
  </li>
365
373
 
366
374
 
367
- <li class="odd ">
375
+ <li class="even ">
368
376
  <div class="item">
369
377
  <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>
370
378
  <small>Compony::RequestContext</small>
@@ -372,7 +380,7 @@
372
380
  </li>
373
381
 
374
382
 
375
- <li class="even ">
383
+ <li class="odd ">
376
384
  <div class="item">
377
385
  <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>
378
386
  <small>Compony::ModelFields::Base</small>
@@ -380,7 +388,7 @@
380
388
  </li>
381
389
 
382
390
 
383
- <li class="odd ">
391
+ <li class="even ">
384
392
  <div class="item">
385
393
  <span class='object_link'><a href="Compony/Components/Form.html#f-instance_method" title="Compony::Components::Form#f (method)">#f</a></span>
386
394
  <small>Compony::Components::Form</small>
@@ -388,7 +396,7 @@
388
396
  </li>
389
397
 
390
398
 
391
- <li class="even ">
399
+ <li class="odd ">
392
400
  <div class="item">
393
401
  <span class='object_link'><a href="Compony/Component.html#family_cst-instance_method" title="Compony::Component#family_cst (method)">#family_cst</a></span>
394
402
  <small>Compony::Component</small>
@@ -396,7 +404,7 @@
396
404
  </li>
397
405
 
398
406
 
399
- <li class="odd ">
407
+ <li class="even ">
400
408
  <div class="item">
401
409
  <span class='object_link'><a href="Compony/Component.html#family_name-instance_method" title="Compony::Component#family_name (method)">#family_name</a></span>
402
410
  <small>Compony::Component</small>
@@ -404,7 +412,7 @@
404
412
  </li>
405
413
 
406
414
 
407
- <li class="even ">
415
+ <li class="odd ">
408
416
  <div class="item">
409
417
  <span class='object_link'><a href="Compony.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
410
418
  <small>Compony</small>
@@ -412,7 +420,7 @@
412
420
  </li>
413
421
 
414
422
 
415
- <li class="odd ">
423
+ <li class="even ">
416
424
  <div class="item">
417
425
  <span class='object_link'><a href="Compony/ModelMixin.html#feasibility_messages-instance_method" title="Compony::ModelMixin#feasibility_messages (method)">#feasibility_messages</a></span>
418
426
  <small>Compony::ModelMixin</small>
@@ -420,7 +428,7 @@
420
428
  </li>
421
429
 
422
430
 
423
- <li class="even ">
431
+ <li class="odd ">
424
432
  <div class="item">
425
433
  <span class='object_link'><a href="Compony/ModelMixin.html#feasible%3F-instance_method" title="Compony::ModelMixin#feasible? (method)">#feasible?</a></span>
426
434
  <small>Compony::ModelMixin</small>
@@ -428,7 +436,7 @@
428
436
  </li>
429
437
 
430
438
 
431
- <li class="odd ">
439
+ <li class="even ">
432
440
  <div class="item">
433
441
  <span class='object_link'><a href="Compony/ModelMixin.html#field-instance_method" title="Compony::ModelMixin#field (method)">#field</a></span>
434
442
  <small>Compony::ModelMixin</small>
@@ -436,7 +444,7 @@
436
444
  </li>
437
445
 
438
446
 
439
- <li class="even ">
447
+ <li class="odd ">
440
448
  <div class="item">
441
449
  <span class='object_link'><a href="Compony/Components/Form.html#field-instance_method" title="Compony::Components::Form#field (method)">#field</a></span>
442
450
  <small>Compony::Components::Form</small>
@@ -444,7 +452,7 @@
444
452
  </li>
445
453
 
446
454
 
447
- <li class="odd ">
455
+ <li class="even ">
448
456
  <div class="item">
449
457
  <span class='object_link'><a href="Compony/Components/WithForm.html#form_comp-instance_method" title="Compony::Components::WithForm#form_comp (method)">#form_comp</a></span>
450
458
  <small>Compony::Components::WithForm</small>
@@ -452,7 +460,7 @@
452
460
  </li>
453
461
 
454
462
 
455
- <li class="even ">
463
+ <li class="odd ">
456
464
  <div class="item">
457
465
  <span class='object_link'><a href="Compony/Components/WithForm.html#form_comp_class-instance_method" title="Compony::Components::WithForm#form_comp_class (method)">#form_comp_class</a></span>
458
466
  <small>Compony::Components::WithForm</small>
@@ -460,7 +468,7 @@
460
468
  </li>
461
469
 
462
470
 
463
- <li class="odd ">
471
+ <li class="even ">
464
472
  <div class="item">
465
473
  <span class='object_link'><a href="Compony/Components/Form.html#form_fields-instance_method" title="Compony::Components::Form#form_fields (method)">#form_fields</a></span>
466
474
  <small>Compony::Components::Form</small>
@@ -468,7 +476,7 @@
468
476
  </li>
469
477
 
470
478
 
471
- <li class="even ">
479
+ <li class="odd ">
472
480
  <div class="item">
473
481
  <span class='object_link'><a href="Compony/ModelMixin.html#full_feasibility_messages-instance_method" title="Compony::ModelMixin#full_feasibility_messages (method)">#full_feasibility_messages</a></span>
474
482
  <small>Compony::ModelMixin</small>
@@ -476,7 +484,7 @@
476
484
  </li>
477
485
 
478
486
 
479
- <li class="odd ">
487
+ <li class="even ">
480
488
  <div class="item">
481
489
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_after_assign_attributes_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_after_assign_attributes_block (method)">#global_after_assign_attributes_block</a></span>
482
490
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -484,7 +492,7 @@
484
492
  </li>
485
493
 
486
494
 
487
- <li class="even ">
495
+ <li class="odd ">
488
496
  <div class="item">
489
497
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_after_load_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_after_load_data_block (method)">#global_after_load_data_block</a></span>
490
498
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -492,7 +500,7 @@
492
500
  </li>
493
501
 
494
502
 
495
- <li class="odd ">
503
+ <li class="even ">
496
504
  <div class="item">
497
505
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_assign_attributes_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_assign_attributes_block (method)">#global_assign_attributes_block</a></span>
498
506
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -500,7 +508,7 @@
500
508
  </li>
501
509
 
502
510
 
503
- <li class="even ">
511
+ <li class="odd ">
504
512
  <div class="item">
505
513
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_load_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_load_data_block (method)">#global_load_data_block</a></span>
506
514
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -508,7 +516,7 @@
508
516
  </li>
509
517
 
510
518
 
511
- <li class="odd ">
519
+ <li class="even ">
512
520
  <div class="item">
513
521
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_store_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_store_data_block (method)">#global_store_data_block</a></span>
514
522
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -516,7 +524,7 @@
516
524
  </li>
517
525
 
518
526
 
519
- <li class="even ">
527
+ <li class="odd ">
520
528
  <div class="item">
521
529
  <span class='object_link'><a href="Compony/RequestContext.html#helpers-instance_method" title="Compony::RequestContext#helpers (method)">#helpers</a></span>
522
530
  <small>Compony::RequestContext</small>
@@ -524,7 +532,7 @@
524
532
  </li>
525
533
 
526
534
 
527
- <li class="odd ">
535
+ <li class="even ">
528
536
  <div class="item">
529
537
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#icon-instance_method" title="Compony::ComponentMixins::Default::Labelling#icon (method)">#icon</a></span>
530
538
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -532,7 +540,7 @@
532
540
  </li>
533
541
 
534
542
 
535
- <li class="even ">
543
+ <li class="odd ">
536
544
  <div class="item">
537
545
  <span class='object_link'><a href="Compony/Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>
538
546
  <small>Compony::Component</small>
@@ -540,7 +548,7 @@
540
548
  </li>
541
549
 
542
550
 
543
- <li class="odd ">
551
+ <li class="even ">
544
552
  <div class="item">
545
553
  <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
546
554
  <small>Compony::Component</small>
@@ -548,7 +556,7 @@
548
556
  </li>
549
557
 
550
558
 
551
- <li class="even ">
559
+ <li class="odd ">
552
560
  <div class="item">
553
561
  <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
554
562
  <small>Compony::Components::Form</small>
@@ -556,7 +564,7 @@
556
564
  </li>
557
565
 
558
566
 
559
- <li class="odd ">
567
+ <li class="even ">
560
568
  <div class="item">
561
569
  <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
562
570
  <small>Compony::RequestContext</small>
@@ -564,7 +572,7 @@
564
572
  </li>
565
573
 
566
574
 
567
- <li class="even ">
575
+ <li class="odd ">
568
576
  <div class="item">
569
577
  <span class='object_link'><a href="Compony/Components/Button.html#initialize-instance_method" title="Compony::Components::Button#initialize (method)">#initialize</a></span>
570
578
  <small>Compony::Components::Button</small>
@@ -572,7 +580,7 @@
572
580
  </li>
573
581
 
574
582
 
575
- <li class="odd ">
583
+ <li class="even ">
576
584
  <div class="item">
577
585
  <span class='object_link'><a href="Compony/ModelFields/Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>
578
586
  <small>Compony::ModelFields::Base</small>
@@ -580,7 +588,7 @@
580
588
  </li>
581
589
 
582
590
 
583
- <li class="even ">
591
+ <li class="odd ">
584
592
  <div class="item">
585
593
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
586
594
  <small>Compony::ModelFields::Phone</small>
@@ -588,7 +596,7 @@
588
596
  </li>
589
597
 
590
598
 
591
- <li class="odd ">
599
+ <li class="even ">
592
600
  <div class="item">
593
601
  <span class='object_link'><a href="Compony/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
594
602
  <small>Compony::Components::WithForm</small>
@@ -596,7 +604,7 @@
596
604
  </li>
597
605
 
598
606
 
599
- <li class="even ">
607
+ <li class="odd ">
600
608
  <div class="item">
601
609
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
602
610
  <small>Compony::MethodAccessibleHash</small>
@@ -604,7 +612,7 @@
604
612
  </li>
605
613
 
606
614
 
607
- <li class="odd ">
615
+ <li class="even ">
608
616
  <div class="item">
609
617
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
610
618
  <small>Compony::ModelFields::Association</small>
@@ -612,7 +620,7 @@
612
620
  </li>
613
621
 
614
622
 
615
- <li class="even ">
623
+ <li class="odd ">
616
624
  <div class="item">
617
625
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#initialize-instance_method" title="Compony::ComponentMixins::Resourceful#initialize (method)">#initialize</a></span>
618
626
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -620,7 +628,7 @@
620
628
  </li>
621
629
 
622
630
 
623
- <li class="odd ">
631
+ <li class="even ">
624
632
  <div class="item">
625
633
  <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>
626
634
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -628,7 +636,7 @@
628
636
  </li>
629
637
 
630
638
 
631
- <li class="even ">
639
+ <li class="odd ">
632
640
  <div class="item">
633
641
  <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>
634
642
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -636,7 +644,7 @@
636
644
  </li>
637
645
 
638
646
 
639
- <li class="odd ">
647
+ <li class="even ">
640
648
  <div class="item">
641
649
  <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>
642
650
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -644,7 +652,7 @@
644
652
  </li>
645
653
 
646
654
 
647
- <li class="even ">
655
+ <li class="odd ">
648
656
  <div class="item">
649
657
  <span class='object_link'><a href="Compony/Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>
650
658
  <small>Compony::Component</small>
@@ -652,7 +660,7 @@
652
660
  </li>
653
661
 
654
662
 
655
- <li class="odd ">
663
+ <li class="even ">
656
664
  <div class="item">
657
665
  <span class='object_link'><a href="Compony/ModelFields/Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>
658
666
  <small>Compony::ModelFields::Base</small>
@@ -660,7 +668,7 @@
660
668
  </li>
661
669
 
662
670
 
663
- <li class="even ">
671
+ <li class="odd ">
664
672
  <div class="item">
665
673
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#label-instance_method" title="Compony::ComponentMixins::Default::Labelling#label (method)">#label</a></span>
666
674
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -668,7 +676,7 @@
668
676
  </li>
669
677
 
670
678
 
671
- <li class="odd ">
679
+ <li class="even ">
672
680
  <div class="item">
673
681
  <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>
674
682
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -676,7 +684,7 @@
676
684
  </li>
677
685
 
678
686
 
679
- <li class="even ">
687
+ <li class="odd ">
680
688
  <div class="item">
681
689
  <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>
682
690
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -684,7 +692,7 @@
684
692
  </li>
685
693
 
686
694
 
687
- <li class="odd ">
695
+ <li class="even ">
688
696
  <div class="item">
689
697
  <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>
690
698
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -692,7 +700,7 @@
692
700
  </li>
693
701
 
694
702
 
695
- <li class="even ">
703
+ <li class="odd ">
696
704
  <div class="item">
697
705
  <span class='object_link'><a href="Compony/RequestContext.html#local_assigns-instance_method" title="Compony::RequestContext#local_assigns (method)">#local_assigns</a></span>
698
706
  <small>Compony::RequestContext</small>
@@ -700,7 +708,7 @@
700
708
  </li>
701
709
 
702
710
 
703
- <li class="odd ">
711
+ <li class="even ">
704
712
  <div class="item">
705
713
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#merge-instance_method" title="Compony::MethodAccessibleHash#merge (method)">#merge</a></span>
706
714
  <small>Compony::MethodAccessibleHash</small>
@@ -708,7 +716,7 @@
708
716
  </li>
709
717
 
710
718
 
711
- <li class="even ">
719
+ <li class="odd ">
712
720
  <div class="item">
713
721
  <span class='object_link'><a href="Compony/RequestContext.html#method_missing-instance_method" title="Compony::RequestContext#method_missing (method)">#method_missing</a></span>
714
722
  <small>Compony::RequestContext</small>
@@ -716,7 +724,7 @@
716
724
  </li>
717
725
 
718
726
 
719
- <li class="odd ">
727
+ <li class="even ">
720
728
  <div class="item">
721
729
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#method_missing-instance_method" title="Compony::MethodAccessibleHash#method_missing (method)">#method_missing</a></span>
722
730
  <small>Compony::MethodAccessibleHash</small>
@@ -724,7 +732,7 @@
724
732
  </li>
725
733
 
726
734
 
727
- <li class="even ">
735
+ <li class="odd ">
728
736
  <div class="item">
729
737
  <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>
730
738
  <small>Compony::ModelFields::Base</small>
@@ -732,7 +740,7 @@
732
740
  </li>
733
741
 
734
742
 
735
- <li class="odd ">
743
+ <li class="even ">
736
744
  <div class="item">
737
745
  <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>
738
746
  <small>Compony</small>
@@ -740,7 +748,7 @@
740
748
  </li>
741
749
 
742
750
 
743
- <li class="even ">
751
+ <li class="odd ">
744
752
  <div class="item">
745
753
  <span class='object_link'><a href="Compony.html#model_field_namespaces-class_method" title="Compony.model_field_namespaces (method)">model_field_namespaces</a></span>
746
754
  <small>Compony</small>
@@ -748,7 +756,7 @@
748
756
  </li>
749
757
 
750
758
 
751
- <li class="odd ">
759
+ <li class="even ">
752
760
  <div class="item">
753
761
  <span class='object_link'><a href="Compony.html#model_field_namespaces=-class_method" title="Compony.model_field_namespaces= (method)">model_field_namespaces=</a></span>
754
762
  <small>Compony</small>
@@ -756,7 +764,7 @@
756
764
  </li>
757
765
 
758
766
 
759
- <li class="even ">
767
+ <li class="odd ">
760
768
  <div class="item">
761
769
  <span class='object_link'><a href="Compony/ModelFields/Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>
762
770
  <small>Compony::ModelFields::Base</small>
@@ -764,7 +772,7 @@
764
772
  </li>
765
773
 
766
774
 
767
- <li class="odd ">
775
+ <li class="even ">
768
776
  <div class="item">
769
777
  <span class='object_link'><a href="Compony/ModelFields/Base.html#name-instance_method" title="Compony::ModelFields::Base#name (method)">#name</a></span>
770
778
  <small>Compony::ModelFields::Base</small>
@@ -772,7 +780,7 @@
772
780
  </li>
773
781
 
774
782
 
775
- <li class="even ">
783
+ <li class="odd ">
776
784
  <div class="item">
777
785
  <span class='object_link'><a href="Compony/NaturalOrdering.html#natural_push-instance_method" title="Compony::NaturalOrdering#natural_push (method)">#natural_push</a></span>
778
786
  <small>Compony::NaturalOrdering</small>
@@ -780,7 +788,7 @@
780
788
  </li>
781
789
 
782
790
 
783
- <li class="odd ">
791
+ <li class="even ">
784
792
  <div class="item">
785
793
  <span class='object_link'><a href="Compony/Components/New.html#on_create_failed_respond-instance_method" title="Compony::Components::New#on_create_failed_respond (method)">#on_create_failed_respond</a></span>
786
794
  <small>Compony::Components::New</small>
@@ -788,7 +796,7 @@
788
796
  </li>
789
797
 
790
798
 
791
- <li class="even ">
799
+ <li class="odd ">
792
800
  <div class="item">
793
801
  <span class='object_link'><a href="Compony/Components/New.html#on_created-instance_method" title="Compony::Components::New#on_created (method)">#on_created</a></span>
794
802
  <small>Compony::Components::New</small>
@@ -796,7 +804,7 @@
796
804
  </li>
797
805
 
798
806
 
799
- <li class="odd ">
807
+ <li class="even ">
800
808
  <div class="item">
801
809
  <span class='object_link'><a href="Compony/Components/New.html#on_created_redirect_path-instance_method" title="Compony::Components::New#on_created_redirect_path (method)">#on_created_redirect_path</a></span>
802
810
  <small>Compony::Components::New</small>
@@ -804,7 +812,7 @@
804
812
  </li>
805
813
 
806
814
 
807
- <li class="even ">
815
+ <li class="odd ">
808
816
  <div class="item">
809
817
  <span class='object_link'><a href="Compony/Components/New.html#on_created_respond-instance_method" title="Compony::Components::New#on_created_respond (method)">#on_created_respond</a></span>
810
818
  <small>Compony::Components::New</small>
@@ -812,7 +820,7 @@
812
820
  </li>
813
821
 
814
822
 
815
- <li class="odd ">
823
+ <li class="even ">
816
824
  <div class="item">
817
825
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed-instance_method" title="Compony::Components::Destroy#on_destroyed (method)">#on_destroyed</a></span>
818
826
  <small>Compony::Components::Destroy</small>
@@ -820,7 +828,7 @@
820
828
  </li>
821
829
 
822
830
 
823
- <li class="even ">
831
+ <li class="odd ">
824
832
  <div class="item">
825
833
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed_redirect_path-instance_method" title="Compony::Components::Destroy#on_destroyed_redirect_path (method)">#on_destroyed_redirect_path</a></span>
826
834
  <small>Compony::Components::Destroy</small>
@@ -828,7 +836,7 @@
828
836
  </li>
829
837
 
830
838
 
831
- <li class="odd ">
839
+ <li class="even ">
832
840
  <div class="item">
833
841
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed_respond-instance_method" title="Compony::Components::Destroy#on_destroyed_respond (method)">#on_destroyed_respond</a></span>
834
842
  <small>Compony::Components::Destroy</small>
@@ -836,7 +844,7 @@
836
844
  </li>
837
845
 
838
846
 
839
- <li class="even ">
847
+ <li class="odd ">
840
848
  <div class="item">
841
849
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#on_standalone_access-instance_method" title="Compony::ComponentMixins::Default::Standalone#on_standalone_access (method)">#on_standalone_access</a></span>
842
850
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -844,7 +852,7 @@
844
852
  </li>
845
853
 
846
854
 
847
- <li class="odd ">
855
+ <li class="even ">
848
856
  <div class="item">
849
857
  <span class='object_link'><a href="Compony/Components/Edit.html#on_update_failed-instance_method" title="Compony::Components::Edit#on_update_failed (method)">#on_update_failed</a></span>
850
858
  <small>Compony::Components::Edit</small>
@@ -852,7 +860,7 @@
852
860
  </li>
853
861
 
854
862
 
855
- <li class="even ">
863
+ <li class="odd ">
856
864
  <div class="item">
857
865
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated-instance_method" title="Compony::Components::Edit#on_updated (method)">#on_updated</a></span>
858
866
  <small>Compony::Components::Edit</small>
@@ -860,7 +868,7 @@
860
868
  </li>
861
869
 
862
870
 
863
- <li class="odd ">
871
+ <li class="even ">
864
872
  <div class="item">
865
873
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated_redirect_path-instance_method" title="Compony::Components::Edit#on_updated_redirect_path (method)">#on_updated_redirect_path</a></span>
866
874
  <small>Compony::Components::Edit</small>
@@ -868,7 +876,7 @@
868
876
  </li>
869
877
 
870
878
 
871
- <li class="even ">
879
+ <li class="odd ">
872
880
  <div class="item">
873
881
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated_respond-instance_method" title="Compony::Components::Edit#on_updated_respond (method)">#on_updated_respond</a></span>
874
882
  <small>Compony::Components::Edit</small>
@@ -876,7 +884,7 @@
876
884
  </li>
877
885
 
878
886
 
879
- <li class="odd ">
887
+ <li class="even ">
880
888
  <div class="item">
881
889
  <span class='object_link'><a href="Compony/Component.html#param_name-instance_method" title="Compony::Component#param_name (method)">#param_name</a></span>
882
890
  <small>Compony::Component</small>
@@ -884,7 +892,7 @@
884
892
  </li>
885
893
 
886
894
 
887
- <li class="even ">
895
+ <li class="odd ">
888
896
  <div class="item">
889
897
  <span class='object_link'><a href="Compony/Component.html#parent_comp-instance_method" title="Compony::Component#parent_comp (method)">#parent_comp</a></span>
890
898
  <small>Compony::Component</small>
@@ -892,7 +900,7 @@
892
900
  </li>
893
901
 
894
902
 
895
- <li class="odd ">
903
+ <li class="even ">
896
904
  <div class="item">
897
905
  <span class='object_link'><a href="Compony.html#path-class_method" title="Compony.path (method)">path</a></span>
898
906
  <small>Compony</small>
@@ -900,7 +908,7 @@
900
908
  </li>
901
909
 
902
910
 
903
- <li class="even ">
911
+ <li class="odd ">
904
912
  <div class="item">
905
913
  <span class='object_link'><a href="Compony/Component.html#path-instance_method" title="Compony::Component#path (method)">#path</a></span>
906
914
  <small>Compony::Component</small>
@@ -908,7 +916,7 @@
908
916
  </li>
909
917
 
910
918
 
911
- <li class="odd ">
919
+ <li class="even ">
912
920
  <div class="item">
913
921
  <span class='object_link'><a href="Compony/Component.html#path_hash-instance_method" title="Compony::Component#path_hash (method)">#path_hash</a></span>
914
922
  <small>Compony::Component</small>
@@ -916,7 +924,7 @@
916
924
  </li>
917
925
 
918
926
 
919
- <li class="even ">
927
+ <li class="odd ">
920
928
  <div class="item">
921
929
  <span class='object_link'><a href="Compony.html#path_helper_name-class_method" title="Compony.path_helper_name (method)">path_helper_name</a></span>
922
930
  <small>Compony</small>
@@ -924,7 +932,7 @@
924
932
  </li>
925
933
 
926
934
 
927
- <li class="odd ">
935
+ <li class="even ">
928
936
  <div class="item">
929
937
  <span class='object_link'><a href="Compony.html#rails_action_name-class_method" title="Compony.rails_action_name (method)">rails_action_name</a></span>
930
938
  <small>Compony</small>
@@ -932,7 +940,7 @@
932
940
  </li>
933
941
 
934
942
 
935
- <li class="even ">
943
+ <li class="odd ">
936
944
  <div class="item">
937
945
  <span class='object_link'><a href="Compony/Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>
938
946
  <small>Compony::Component</small>
@@ -940,6 +948,14 @@
940
948
  </li>
941
949
 
942
950
 
951
+ <li class="even ">
952
+ <div class="item">
953
+ <span class='object_link'><a href="Compony/Component.html#remove_content!-instance_method" title="Compony::Component#remove_content! (method)">#remove_content!</a></span>
954
+ <small>Compony::Component</small>
955
+ </div>
956
+ </li>
957
+
958
+
943
959
  <li class="odd ">
944
960
  <div class="item">
945
961
  <span class='object_link'><a href="Compony/Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>