compony 0.2.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/README.md +90 -13
  4. data/VERSION +1 -1
  5. data/compony.gemspec +4 -4
  6. data/doc/ComponentGenerator.html +1 -1
  7. data/doc/Components.html +1 -1
  8. data/doc/ComponentsGenerator.html +1 -1
  9. data/doc/Compony/Component.html +396 -334
  10. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  11. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  12. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default.html +1 -1
  16. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  17. data/doc/Compony/ComponentMixins.html +1 -1
  18. data/doc/Compony/Components/Button.html +3 -3
  19. data/doc/Compony/Components/Destroy.html +15 -15
  20. data/doc/Compony/Components/Edit.html +19 -19
  21. data/doc/Compony/Components/Form.html +87 -87
  22. data/doc/Compony/Components/New.html +15 -15
  23. data/doc/Compony/Components/WithForm.html +4 -4
  24. data/doc/Compony/Components.html +1 -1
  25. data/doc/Compony/ControllerMixin.html +1 -1
  26. data/doc/Compony/Engine.html +1 -1
  27. data/doc/Compony/MethodAccessibleHash.html +1 -1
  28. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  29. data/doc/Compony/ModelFields/Association.html +1 -1
  30. data/doc/Compony/ModelFields/Attachment.html +1 -1
  31. data/doc/Compony/ModelFields/Base.html +1 -1
  32. data/doc/Compony/ModelFields/Boolean.html +1 -1
  33. data/doc/Compony/ModelFields/Color.html +1 -1
  34. data/doc/Compony/ModelFields/Currency.html +1 -1
  35. data/doc/Compony/ModelFields/Date.html +1 -1
  36. data/doc/Compony/ModelFields/Datetime.html +1 -1
  37. data/doc/Compony/ModelFields/Decimal.html +1 -1
  38. data/doc/Compony/ModelFields/Email.html +1 -1
  39. data/doc/Compony/ModelFields/Float.html +1 -1
  40. data/doc/Compony/ModelFields/Integer.html +1 -1
  41. data/doc/Compony/ModelFields/Percentage.html +1 -1
  42. data/doc/Compony/ModelFields/Phone.html +1 -1
  43. data/doc/Compony/ModelFields/RichText.html +1 -1
  44. data/doc/Compony/ModelFields/String.html +1 -1
  45. data/doc/Compony/ModelFields/Text.html +1 -1
  46. data/doc/Compony/ModelFields/Time.html +1 -1
  47. data/doc/Compony/ModelFields/Url.html +1 -1
  48. data/doc/Compony/ModelFields.html +1 -1
  49. data/doc/Compony/ModelMixin.html +1 -1
  50. data/doc/Compony/NaturalOrdering.html +300 -0
  51. data/doc/Compony/RequestContext.html +84 -1
  52. data/doc/Compony/Version.html +1 -1
  53. data/doc/Compony/ViewHelpers.html +1 -1
  54. data/doc/Compony.html +3 -3
  55. data/doc/ComponyController.html +1 -1
  56. data/doc/_index.html +8 -1
  57. data/doc/class_list.html +1 -1
  58. data/doc/file.README.html +82 -16
  59. data/doc/index.html +82 -16
  60. data/doc/method_list.html +169 -161
  61. data/doc/top-level-namespace.html +1 -1
  62. data/lib/compony/component.rb +40 -52
  63. data/lib/compony/components/destroy.rb +9 -1
  64. data/lib/compony/components/edit.rb +2 -4
  65. data/lib/compony/components/form.rb +16 -5
  66. data/lib/compony/components/new.rb +5 -6
  67. data/lib/compony/components/with_form.rb +1 -1
  68. data/lib/compony/natural_ordering.rb +60 -0
  69. data/lib/compony/request_context.rb +14 -0
  70. data/lib/compony.rb +1 -0
  71. metadata +4 -2
data/doc/method_list.html CHANGED
@@ -69,14 +69,6 @@
69
69
 
70
70
 
71
71
  <li class="even ">
72
- <div class="item">
73
- <span class='object_link'><a href="Compony/Component.html#add_content-instance_method" title="Compony::Component#add_content (method)">#add_content</a></span>
74
- <small>Compony::Component</small>
75
- </div>
76
- </li>
77
-
78
-
79
- <li class="odd ">
80
72
  <div class="item">
81
73
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#after_assign_attributes-instance_method" title="Compony::ComponentMixins::Resourceful#after_assign_attributes (method)">#after_assign_attributes</a></span>
82
74
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -84,7 +76,7 @@
84
76
  </li>
85
77
 
86
78
 
87
- <li class="even ">
79
+ <li class="odd ">
88
80
  <div class="item">
89
81
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#after_load_data-instance_method" title="Compony::ComponentMixins::Resourceful#after_load_data (method)">#after_load_data</a></span>
90
82
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -92,7 +84,7 @@
92
84
  </li>
93
85
 
94
86
 
95
- <li class="odd ">
87
+ <li class="even ">
96
88
  <div class="item">
97
89
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#assign_attributes-instance_method" title="Compony::ComponentMixins::Resourceful#assign_attributes (method)">#assign_attributes</a></span>
98
90
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -100,7 +92,7 @@
100
92
  </li>
101
93
 
102
94
 
103
- <li class="even ">
95
+ <li class="odd ">
104
96
  <div class="item">
105
97
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#assign_attributes-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#assign_attributes (method)">#assign_attributes</a></span>
106
98
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -108,7 +100,7 @@
108
100
  </li>
109
101
 
110
102
 
111
- <li class="odd ">
103
+ <li class="even ">
112
104
  <div class="item">
113
105
  <span class='object_link'><a href="Compony/ModelFields/Base.html#association%3F-instance_method" title="Compony::ModelFields::Base#association? (method)">#association?</a></span>
114
106
  <small>Compony::ModelFields::Base</small>
@@ -116,7 +108,7 @@
116
108
  </li>
117
109
 
118
110
 
119
- <li class="even ">
111
+ <li class="odd ">
120
112
  <div class="item">
121
113
  <span class='object_link'><a href="Compony.html#authentication_before_action-class_method" title="Compony.authentication_before_action (method)">authentication_before_action</a></span>
122
114
  <small>Compony</small>
@@ -124,7 +116,7 @@
124
116
  </li>
125
117
 
126
118
 
127
- <li class="odd ">
119
+ <li class="even ">
128
120
  <div class="item">
129
121
  <span class='object_link'><a href="Compony.html#authentication_before_action=-class_method" title="Compony.authentication_before_action= (method)">authentication_before_action=</a></span>
130
122
  <small>Compony</small>
@@ -132,7 +124,7 @@
132
124
  </li>
133
125
 
134
126
 
135
- <li class="even ">
127
+ <li class="odd ">
136
128
  <div class="item">
137
129
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#authorize-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#authorize (method)">#authorize</a></span>
138
130
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -140,7 +132,7 @@
140
132
  </li>
141
133
 
142
134
 
143
- <li class="odd ">
135
+ <li class="even ">
144
136
  <div class="item">
145
137
  <span class='object_link'><a href="Compony/Component.html#before_render-instance_method" title="Compony::Component#before_render (method)">#before_render</a></span>
146
138
  <small>Compony::Component</small>
@@ -148,7 +140,7 @@
148
140
  </li>
149
141
 
150
142
 
151
- <li class="even ">
143
+ <li class="odd ">
152
144
  <div class="item">
153
145
  <span class='object_link'><a href="Compony.html#button-class_method" title="Compony.button (method)">button</a></span>
154
146
  <small>Compony</small>
@@ -156,7 +148,7 @@
156
148
  </li>
157
149
 
158
150
 
159
- <li class="odd ">
151
+ <li class="even ">
160
152
  <div class="item">
161
153
  <span class='object_link'><a href="Compony.html#button_component_class-class_method" title="Compony.button_component_class (method)">button_component_class</a></span>
162
154
  <small>Compony</small>
@@ -164,7 +156,7 @@
164
156
  </li>
165
157
 
166
158
 
167
- <li class="even ">
159
+ <li class="odd ">
168
160
  <div class="item">
169
161
  <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
162
  <small>Compony</small>
@@ -172,7 +164,7 @@
172
164
  </li>
173
165
 
174
166
 
175
- <li class="odd ">
167
+ <li class="even ">
176
168
  <div class="item">
177
169
  <span class='object_link'><a href="Compony.html#button_defaults-class_method" title="Compony.button_defaults (method)">button_defaults</a></span>
178
170
  <small>Compony</small>
@@ -180,7 +172,7 @@
180
172
  </li>
181
173
 
182
174
 
183
- <li class="even ">
175
+ <li class="odd ">
184
176
  <div class="item">
185
177
  <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>
186
178
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -188,7 +180,7 @@
188
180
  </li>
189
181
 
190
182
 
191
- <li class="odd ">
183
+ <li class="even ">
192
184
  <div class="item">
193
185
  <span class='object_link'><a href="Compony/Components/Form.html#collect-instance_method" title="Compony::Components::Form#collect (method)">#collect</a></span>
194
186
  <small>Compony::Components::Form</small>
@@ -196,7 +188,7 @@
196
188
  </li>
197
189
 
198
190
 
199
- <li class="even ">
191
+ <li class="odd ">
200
192
  <div class="item">
201
193
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#collect-class_method" title="Compony::ModelFields::Anchormodel.collect (method)">collect</a></span>
202
194
  <small>Compony::ModelFields::Anchormodel</small>
@@ -204,7 +196,7 @@
204
196
  </li>
205
197
 
206
198
 
207
- <li class="odd ">
199
+ <li class="even ">
208
200
  <div class="item">
209
201
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#color-instance_method" title="Compony::ComponentMixins::Default::Labelling#color (method)">#color</a></span>
210
202
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -212,7 +204,7 @@
212
204
  </li>
213
205
 
214
206
 
215
- <li class="even ">
207
+ <li class="odd ">
216
208
  <div class="item">
217
209
  <span class='object_link'><a href="Compony.html#comp_class_for-class_method" title="Compony.comp_class_for (method)">comp_class_for</a></span>
218
210
  <small>Compony</small>
@@ -220,14 +212,6 @@
220
212
  </li>
221
213
 
222
214
 
223
- <li class="odd ">
224
- <div class="item">
225
- <span class='object_link'><a href="Compony/Component.html#comp_class_for-instance_method" title="Compony::Component#comp_class_for (method)">#comp_class_for</a></span>
226
- <small>Compony::Component</small>
227
- </div>
228
- </li>
229
-
230
-
231
215
  <li class="even ">
232
216
  <div class="item">
233
217
  <span class='object_link'><a href="Compony.html#comp_class_for!-class_method" title="Compony.comp_class_for! (method)">comp_class_for!</a></span>
@@ -238,7 +222,7 @@
238
222
 
239
223
  <li class="odd ">
240
224
  <div class="item">
241
- <span class='object_link'><a href="Compony/Component.html#comp_class_for!-instance_method" title="Compony::Component#comp_class_for! (method)">#comp_class_for!</a></span>
225
+ <span class='object_link'><a href="Compony/Component.html#comp_cst-instance_method" title="Compony::Component#comp_cst (method)">#comp_cst</a></span>
242
226
  <small>Compony::Component</small>
243
227
  </div>
244
228
  </li>
@@ -246,7 +230,7 @@
246
230
 
247
231
  <li class="even ">
248
232
  <div class="item">
249
- <span class='object_link'><a href="Compony/Component.html#comp_cst-instance_method" title="Compony::Component#comp_cst (method)">#comp_cst</a></span>
233
+ <span class='object_link'><a href="Compony/Component.html#comp_name-instance_method" title="Compony::Component#comp_name (method)">#comp_name</a></span>
250
234
  <small>Compony::Component</small>
251
235
  </div>
252
236
  </li>
@@ -254,7 +238,7 @@
254
238
 
255
239
  <li class="odd ">
256
240
  <div class="item">
257
- <span class='object_link'><a href="Compony/Component.html#comp_name-instance_method" title="Compony::Component#comp_name (method)">#comp_name</a></span>
241
+ <span class='object_link'><a href="Compony/Component.html#comp_opts-instance_method" title="Compony::Component#comp_opts (method)">#comp_opts</a></span>
258
242
  <small>Compony::Component</small>
259
243
  </div>
260
244
  </li>
@@ -262,23 +246,23 @@
262
246
 
263
247
  <li class="even ">
264
248
  <div class="item">
265
- <span class='object_link'><a href="Compony/Component.html#comp_opts-instance_method" title="Compony::Component#comp_opts (method)">#comp_opts</a></span>
266
- <small>Compony::Component</small>
249
+ <span class='object_link'><a href="Compony/RequestContext.html#component-instance_method" title="Compony::RequestContext#component (method)">#component</a></span>
250
+ <small>Compony::RequestContext</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/RequestContext.html#component-instance_method" title="Compony::RequestContext#component (method)">#component</a></span>
274
- <small>Compony::RequestContext</small>
257
+ <span class='object_link'><a href="Compony/ViewHelpers.html#compony_actions-instance_method" title="Compony::ViewHelpers#compony_actions (method)">#compony_actions</a></span>
258
+ <small>Compony::ViewHelpers</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/ViewHelpers.html#compony_actions-instance_method" title="Compony::ViewHelpers#compony_actions (method)">#compony_actions</a></span>
265
+ <span class='object_link'><a href="Compony/ViewHelpers.html#compony_button-instance_method" title="Compony::ViewHelpers#compony_button (method)">#compony_button</a></span>
282
266
  <small>Compony::ViewHelpers</small>
283
267
  </div>
284
268
  </li>
@@ -286,7 +270,7 @@
286
270
 
287
271
  <li class="odd ">
288
272
  <div class="item">
289
- <span class='object_link'><a href="Compony/ViewHelpers.html#compony_button-instance_method" title="Compony::ViewHelpers#compony_button (method)">#compony_button</a></span>
273
+ <span class='object_link'><a href="Compony/ViewHelpers.html#compony_link-instance_method" title="Compony::ViewHelpers#compony_link (method)">#compony_link</a></span>
290
274
  <small>Compony::ViewHelpers</small>
291
275
  </div>
292
276
  </li>
@@ -294,16 +278,16 @@
294
278
 
295
279
  <li class="even ">
296
280
  <div class="item">
297
- <span class='object_link'><a href="Compony/ViewHelpers.html#compony_link-instance_method" title="Compony::ViewHelpers#compony_link (method)">#compony_link</a></span>
298
- <small>Compony::ViewHelpers</small>
281
+ <span class='object_link'><a href="Compony/Component.html#content-instance_method" title="Compony::Component#content (method)">#content</a></span>
282
+ <small>Compony::Component</small>
299
283
  </div>
300
284
  </li>
301
285
 
302
286
 
303
287
  <li class="odd ">
304
288
  <div class="item">
305
- <span class='object_link'><a href="Compony/Component.html#content-instance_method" title="Compony::Component#content (method)">#content</a></span>
306
- <small>Compony::Component</small>
289
+ <span class='object_link'><a href="Compony/RequestContext.html#content-instance_method" title="Compony::RequestContext#content (method)">#content</a></span>
290
+ <small>Compony::RequestContext</small>
307
291
  </div>
308
292
  </li>
309
293
 
@@ -341,6 +325,14 @@
341
325
 
342
326
 
343
327
  <li class="even ">
328
+ <div class="item">
329
+ <span class='object_link'><a href="Compony/Component.html#content_blocks-instance_method" title="Compony::Component#content_blocks (method)">#content_blocks</a></span>
330
+ <small>Compony::Component</small>
331
+ </div>
332
+ </li>
333
+
334
+
335
+ <li class="odd ">
344
336
  <div class="item">
345
337
  <span class='object_link'><a href="Compony/RequestContext.html#controller-instance_method" title="Compony::RequestContext#controller (method)">#controller</a></span>
346
338
  <small>Compony::RequestContext</small>
@@ -348,7 +340,7 @@
348
340
  </li>
349
341
 
350
342
 
351
- <li class="odd ">
343
+ <li class="even ">
352
344
  <div class="item">
353
345
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#data-instance_method" title="Compony::ComponentMixins::Resourceful#data (method)">#data</a></span>
354
346
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -356,7 +348,7 @@
356
348
  </li>
357
349
 
358
350
 
359
- <li class="even ">
351
+ <li class="odd ">
360
352
  <div class="item">
361
353
  <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>
362
354
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -364,7 +356,7 @@
364
356
  </li>
365
357
 
366
358
 
367
- <li class="odd ">
359
+ <li class="even ">
368
360
  <div class="item">
369
361
  <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>
370
362
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -372,7 +364,7 @@
372
364
  </li>
373
365
 
374
366
 
375
- <li class="even ">
367
+ <li class="odd ">
376
368
  <div class="item">
377
369
  <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>
378
370
  <small>Compony::RequestContext</small>
@@ -380,7 +372,7 @@
380
372
  </li>
381
373
 
382
374
 
383
- <li class="odd ">
375
+ <li class="even ">
384
376
  <div class="item">
385
377
  <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>
386
378
  <small>Compony::ModelFields::Base</small>
@@ -388,7 +380,7 @@
388
380
  </li>
389
381
 
390
382
 
391
- <li class="even ">
383
+ <li class="odd ">
392
384
  <div class="item">
393
385
  <span class='object_link'><a href="Compony/Components/Form.html#f-instance_method" title="Compony::Components::Form#f (method)">#f</a></span>
394
386
  <small>Compony::Components::Form</small>
@@ -396,7 +388,7 @@
396
388
  </li>
397
389
 
398
390
 
399
- <li class="odd ">
391
+ <li class="even ">
400
392
  <div class="item">
401
393
  <span class='object_link'><a href="Compony/Component.html#family_cst-instance_method" title="Compony::Component#family_cst (method)">#family_cst</a></span>
402
394
  <small>Compony::Component</small>
@@ -404,7 +396,7 @@
404
396
  </li>
405
397
 
406
398
 
407
- <li class="even ">
399
+ <li class="odd ">
408
400
  <div class="item">
409
401
  <span class='object_link'><a href="Compony/Component.html#family_name-instance_method" title="Compony::Component#family_name (method)">#family_name</a></span>
410
402
  <small>Compony::Component</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.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
418
410
  <small>Compony</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/ModelMixin.html#feasibility_messages-instance_method" title="Compony::ModelMixin#feasibility_messages (method)">#feasibility_messages</a></span>
426
418
  <small>Compony::ModelMixin</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/ModelMixin.html#feasible%3F-instance_method" title="Compony::ModelMixin#feasible? (method)">#feasible?</a></span>
434
426
  <small>Compony::ModelMixin</small>
@@ -436,7 +428,7 @@
436
428
  </li>
437
429
 
438
430
 
439
- <li class="even ">
431
+ <li class="odd ">
440
432
  <div class="item">
441
433
  <span class='object_link'><a href="Compony/ModelMixin.html#field-instance_method" title="Compony::ModelMixin#field (method)">#field</a></span>
442
434
  <small>Compony::ModelMixin</small>
@@ -444,7 +436,7 @@
444
436
  </li>
445
437
 
446
438
 
447
- <li class="odd ">
439
+ <li class="even ">
448
440
  <div class="item">
449
441
  <span class='object_link'><a href="Compony/Components/Form.html#field-instance_method" title="Compony::Components::Form#field (method)">#field</a></span>
450
442
  <small>Compony::Components::Form</small>
@@ -452,7 +444,7 @@
452
444
  </li>
453
445
 
454
446
 
455
- <li class="even ">
447
+ <li class="odd ">
456
448
  <div class="item">
457
449
  <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>
458
450
  <small>Compony::Components::WithForm</small>
@@ -460,7 +452,7 @@
460
452
  </li>
461
453
 
462
454
 
463
- <li class="odd ">
455
+ <li class="even ">
464
456
  <div class="item">
465
457
  <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>
466
458
  <small>Compony::Components::WithForm</small>
@@ -468,7 +460,7 @@
468
460
  </li>
469
461
 
470
462
 
471
- <li class="even ">
463
+ <li class="odd ">
472
464
  <div class="item">
473
465
  <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>
474
466
  <small>Compony::Components::Form</small>
@@ -476,7 +468,7 @@
476
468
  </li>
477
469
 
478
470
 
479
- <li class="odd ">
471
+ <li class="even ">
480
472
  <div class="item">
481
473
  <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>
482
474
  <small>Compony::ModelMixin</small>
@@ -484,7 +476,7 @@
484
476
  </li>
485
477
 
486
478
 
487
- <li class="even ">
479
+ <li class="odd ">
488
480
  <div class="item">
489
481
  <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>
490
482
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -492,7 +484,7 @@
492
484
  </li>
493
485
 
494
486
 
495
- <li class="odd ">
487
+ <li class="even ">
496
488
  <div class="item">
497
489
  <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>
498
490
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -500,7 +492,7 @@
500
492
  </li>
501
493
 
502
494
 
503
- <li class="even ">
495
+ <li class="odd ">
504
496
  <div class="item">
505
497
  <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>
506
498
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -508,7 +500,7 @@
508
500
  </li>
509
501
 
510
502
 
511
- <li class="odd ">
503
+ <li class="even ">
512
504
  <div class="item">
513
505
  <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>
514
506
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -516,7 +508,7 @@
516
508
  </li>
517
509
 
518
510
 
519
- <li class="even ">
511
+ <li class="odd ">
520
512
  <div class="item">
521
513
  <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>
522
514
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -524,7 +516,7 @@
524
516
  </li>
525
517
 
526
518
 
527
- <li class="odd ">
519
+ <li class="even ">
528
520
  <div class="item">
529
521
  <span class='object_link'><a href="Compony/RequestContext.html#helpers-instance_method" title="Compony::RequestContext#helpers (method)">#helpers</a></span>
530
522
  <small>Compony::RequestContext</small>
@@ -532,7 +524,7 @@
532
524
  </li>
533
525
 
534
526
 
535
- <li class="even ">
527
+ <li class="odd ">
536
528
  <div class="item">
537
529
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#icon-instance_method" title="Compony::ComponentMixins::Default::Labelling#icon (method)">#icon</a></span>
538
530
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -540,7 +532,7 @@
540
532
  </li>
541
533
 
542
534
 
543
- <li class="odd ">
535
+ <li class="even ">
544
536
  <div class="item">
545
537
  <span class='object_link'><a href="Compony/Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>
546
538
  <small>Compony::Component</small>
@@ -548,7 +540,7 @@
548
540
  </li>
549
541
 
550
542
 
551
- <li class="even ">
543
+ <li class="odd ">
552
544
  <div class="item">
553
545
  <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
554
546
  <small>Compony::Component</small>
@@ -556,7 +548,7 @@
556
548
  </li>
557
549
 
558
550
 
559
- <li class="odd ">
551
+ <li class="even ">
560
552
  <div class="item">
561
553
  <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
562
554
  <small>Compony::Components::Form</small>
@@ -564,7 +556,7 @@
564
556
  </li>
565
557
 
566
558
 
567
- <li class="even ">
559
+ <li class="odd ">
568
560
  <div class="item">
569
561
  <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
570
562
  <small>Compony::RequestContext</small>
@@ -572,7 +564,7 @@
572
564
  </li>
573
565
 
574
566
 
575
- <li class="odd ">
567
+ <li class="even ">
576
568
  <div class="item">
577
569
  <span class='object_link'><a href="Compony/Components/Button.html#initialize-instance_method" title="Compony::Components::Button#initialize (method)">#initialize</a></span>
578
570
  <small>Compony::Components::Button</small>
@@ -580,7 +572,7 @@
580
572
  </li>
581
573
 
582
574
 
583
- <li class="even ">
575
+ <li class="odd ">
584
576
  <div class="item">
585
577
  <span class='object_link'><a href="Compony/ModelFields/Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>
586
578
  <small>Compony::ModelFields::Base</small>
@@ -588,7 +580,7 @@
588
580
  </li>
589
581
 
590
582
 
591
- <li class="odd ">
583
+ <li class="even ">
592
584
  <div class="item">
593
585
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
594
586
  <small>Compony::ModelFields::Phone</small>
@@ -596,7 +588,7 @@
596
588
  </li>
597
589
 
598
590
 
599
- <li class="even ">
591
+ <li class="odd ">
600
592
  <div class="item">
601
593
  <span class='object_link'><a href="Compony/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
602
594
  <small>Compony::Components::WithForm</small>
@@ -604,7 +596,7 @@
604
596
  </li>
605
597
 
606
598
 
607
- <li class="odd ">
599
+ <li class="even ">
608
600
  <div class="item">
609
601
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
610
602
  <small>Compony::MethodAccessibleHash</small>
@@ -612,7 +604,7 @@
612
604
  </li>
613
605
 
614
606
 
615
- <li class="even ">
607
+ <li class="odd ">
616
608
  <div class="item">
617
609
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
618
610
  <small>Compony::ModelFields::Association</small>
@@ -620,7 +612,7 @@
620
612
  </li>
621
613
 
622
614
 
623
- <li class="odd ">
615
+ <li class="even ">
624
616
  <div class="item">
625
617
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#initialize-instance_method" title="Compony::ComponentMixins::Resourceful#initialize (method)">#initialize</a></span>
626
618
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -628,7 +620,7 @@
628
620
  </li>
629
621
 
630
622
 
631
- <li class="even ">
623
+ <li class="odd ">
632
624
  <div class="item">
633
625
  <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>
634
626
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -636,7 +628,7 @@
636
628
  </li>
637
629
 
638
630
 
639
- <li class="odd ">
631
+ <li class="even ">
640
632
  <div class="item">
641
633
  <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>
642
634
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -644,7 +636,7 @@
644
636
  </li>
645
637
 
646
638
 
647
- <li class="even ">
639
+ <li class="odd ">
648
640
  <div class="item">
649
641
  <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>
650
642
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -652,7 +644,7 @@
652
644
  </li>
653
645
 
654
646
 
655
- <li class="odd ">
647
+ <li class="even ">
656
648
  <div class="item">
657
649
  <span class='object_link'><a href="Compony/Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>
658
650
  <small>Compony::Component</small>
@@ -660,7 +652,7 @@
660
652
  </li>
661
653
 
662
654
 
663
- <li class="even ">
655
+ <li class="odd ">
664
656
  <div class="item">
665
657
  <span class='object_link'><a href="Compony/ModelFields/Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>
666
658
  <small>Compony::ModelFields::Base</small>
@@ -668,7 +660,7 @@
668
660
  </li>
669
661
 
670
662
 
671
- <li class="odd ">
663
+ <li class="even ">
672
664
  <div class="item">
673
665
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#label-instance_method" title="Compony::ComponentMixins::Default::Labelling#label (method)">#label</a></span>
674
666
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -676,7 +668,7 @@
676
668
  </li>
677
669
 
678
670
 
679
- <li class="even ">
671
+ <li class="odd ">
680
672
  <div class="item">
681
673
  <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>
682
674
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -684,7 +676,7 @@
684
676
  </li>
685
677
 
686
678
 
687
- <li class="odd ">
679
+ <li class="even ">
688
680
  <div class="item">
689
681
  <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>
690
682
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -692,7 +684,7 @@
692
684
  </li>
693
685
 
694
686
 
695
- <li class="even ">
687
+ <li class="odd ">
696
688
  <div class="item">
697
689
  <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>
698
690
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -700,7 +692,7 @@
700
692
  </li>
701
693
 
702
694
 
703
- <li class="odd ">
695
+ <li class="even ">
704
696
  <div class="item">
705
697
  <span class='object_link'><a href="Compony/RequestContext.html#local_assigns-instance_method" title="Compony::RequestContext#local_assigns (method)">#local_assigns</a></span>
706
698
  <small>Compony::RequestContext</small>
@@ -708,7 +700,7 @@
708
700
  </li>
709
701
 
710
702
 
711
- <li class="even ">
703
+ <li class="odd ">
712
704
  <div class="item">
713
705
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#merge-instance_method" title="Compony::MethodAccessibleHash#merge (method)">#merge</a></span>
714
706
  <small>Compony::MethodAccessibleHash</small>
@@ -716,7 +708,7 @@
716
708
  </li>
717
709
 
718
710
 
719
- <li class="odd ">
711
+ <li class="even ">
720
712
  <div class="item">
721
713
  <span class='object_link'><a href="Compony/RequestContext.html#method_missing-instance_method" title="Compony::RequestContext#method_missing (method)">#method_missing</a></span>
722
714
  <small>Compony::RequestContext</small>
@@ -724,7 +716,7 @@
724
716
  </li>
725
717
 
726
718
 
727
- <li class="even ">
719
+ <li class="odd ">
728
720
  <div class="item">
729
721
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#method_missing-instance_method" title="Compony::MethodAccessibleHash#method_missing (method)">#method_missing</a></span>
730
722
  <small>Compony::MethodAccessibleHash</small>
@@ -732,7 +724,7 @@
732
724
  </li>
733
725
 
734
726
 
735
- <li class="odd ">
727
+ <li class="even ">
736
728
  <div class="item">
737
729
  <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>
738
730
  <small>Compony::ModelFields::Base</small>
@@ -740,7 +732,7 @@
740
732
  </li>
741
733
 
742
734
 
743
- <li class="even ">
735
+ <li class="odd ">
744
736
  <div class="item">
745
737
  <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>
746
738
  <small>Compony</small>
@@ -748,7 +740,7 @@
748
740
  </li>
749
741
 
750
742
 
751
- <li class="odd ">
743
+ <li class="even ">
752
744
  <div class="item">
753
745
  <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
746
  <small>Compony</small>
@@ -756,7 +748,7 @@
756
748
  </li>
757
749
 
758
750
 
759
- <li class="even ">
751
+ <li class="odd ">
760
752
  <div class="item">
761
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>
762
754
  <small>Compony</small>
@@ -764,7 +756,7 @@
764
756
  </li>
765
757
 
766
758
 
767
- <li class="odd ">
759
+ <li class="even ">
768
760
  <div class="item">
769
761
  <span class='object_link'><a href="Compony/ModelFields/Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>
770
762
  <small>Compony::ModelFields::Base</small>
@@ -772,7 +764,7 @@
772
764
  </li>
773
765
 
774
766
 
775
- <li class="even ">
767
+ <li class="odd ">
776
768
  <div class="item">
777
769
  <span class='object_link'><a href="Compony/ModelFields/Base.html#name-instance_method" title="Compony::ModelFields::Base#name (method)">#name</a></span>
778
770
  <small>Compony::ModelFields::Base</small>
@@ -780,6 +772,14 @@
780
772
  </li>
781
773
 
782
774
 
775
+ <li class="even ">
776
+ <div class="item">
777
+ <span class='object_link'><a href="Compony/NaturalOrdering.html#natural_push-instance_method" title="Compony::NaturalOrdering#natural_push (method)">#natural_push</a></span>
778
+ <small>Compony::NaturalOrdering</small>
779
+ </div>
780
+ </li>
781
+
782
+
783
783
  <li class="odd ">
784
784
  <div class="item">
785
785
  <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>
@@ -934,7 +934,7 @@
934
934
 
935
935
  <li class="even ">
936
936
  <div class="item">
937
- <span class='object_link'><a href="Compony/Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>
937
+ <span class='object_link'><a href="Compony/Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>
938
938
  <small>Compony::Component</small>
939
939
  </div>
940
940
  </li>
@@ -942,13 +942,21 @@
942
942
 
943
943
  <li class="odd ">
944
944
  <div class="item">
945
- <span class='object_link'><a href="Compony/Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>
945
+ <span class='object_link'><a href="Compony/Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>
946
946
  <small>Compony::Component</small>
947
947
  </div>
948
948
  </li>
949
949
 
950
950
 
951
951
  <li class="even ">
952
+ <div class="item">
953
+ <span class='object_link'><a href="Compony/Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>
954
+ <small>Compony::Component</small>
955
+ </div>
956
+ </li>
957
+
958
+
959
+ <li class="odd ">
952
960
  <div class="item">
953
961
  <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>
954
962
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -956,7 +964,7 @@
956
964
  </li>
957
965
 
958
966
 
959
- <li class="odd ">
967
+ <li class="even ">
960
968
  <div class="item">
961
969
  <span class='object_link'><a href="Compony/RequestContext.html#request_context-instance_method" title="Compony::RequestContext#request_context (method)">#request_context</a></span>
962
970
  <small>Compony::RequestContext</small>
@@ -964,7 +972,7 @@
964
972
  </li>
965
973
 
966
974
 
967
- <li class="even ">
975
+ <li class="odd ">
968
976
  <div class="item">
969
977
  <span class='object_link'><a href="Compony/ModelFields/Association.html#resolve_association!-instance_method" title="Compony::ModelFields::Association#resolve_association! (method)">#resolve_association!</a></span>
970
978
  <small>Compony::ModelFields::Association</small>
@@ -972,7 +980,7 @@
972
980
  </li>
973
981
 
974
982
 
975
- <li class="odd ">
983
+ <li class="even ">
976
984
  <div class="item">
977
985
  <span class='object_link'><a href="Compony/Component.html#resourceful%3F-instance_method" title="Compony::Component#resourceful? (method)">#resourceful?</a></span>
978
986
  <small>Compony::Component</small>
@@ -980,7 +988,7 @@
980
988
  </li>
981
989
 
982
990
 
983
- <li class="even ">
991
+ <li class="odd ">
984
992
  <div class="item">
985
993
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#resourceful%3F-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful? (method)">#resourceful?</a></span>
986
994
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -988,7 +996,7 @@
988
996
  </li>
989
997
 
990
998
 
991
- <li class="odd ">
999
+ <li class="even ">
992
1000
  <div class="item">
993
1001
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#resourceful_sub_comp-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful_sub_comp (method)">#resourceful_sub_comp</a></span>
994
1002
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -996,7 +1004,7 @@
996
1004
  </li>
997
1005
 
998
1006
 
999
- <li class="even ">
1007
+ <li class="odd ">
1000
1008
  <div class="item">
1001
1009
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#respond-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#respond (method)">#respond</a></span>
1002
1010
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1004,7 +1012,7 @@
1004
1012
  </li>
1005
1013
 
1006
1014
 
1007
- <li class="odd ">
1015
+ <li class="even ">
1008
1016
  <div class="item">
1009
1017
  <span class='object_link'><a href="Compony/RequestContext.html#respond_to_missing%3F-instance_method" title="Compony::RequestContext#respond_to_missing? (method)">#respond_to_missing?</a></span>
1010
1018
  <small>Compony::RequestContext</small>
@@ -1012,7 +1020,7 @@
1012
1020
  </li>
1013
1021
 
1014
1022
 
1015
- <li class="even ">
1023
+ <li class="odd ">
1016
1024
  <div class="item">
1017
1025
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#respond_to_missing%3F-instance_method" title="Compony::MethodAccessibleHash#respond_to_missing? (method)">#respond_to_missing?</a></span>
1018
1026
  <small>Compony::MethodAccessibleHash</small>
@@ -1020,7 +1028,7 @@
1020
1028
  </li>
1021
1029
 
1022
1030
 
1023
- <li class="odd ">
1031
+ <li class="even ">
1024
1032
  <div class="item">
1025
1033
  <span class='object_link'><a href="Compony.html#root_comp-class_method" title="Compony.root_comp (method)">root_comp</a></span>
1026
1034
  <small>Compony</small>
@@ -1028,7 +1036,7 @@
1028
1036
  </li>
1029
1037
 
1030
1038
 
1031
- <li class="even ">
1039
+ <li class="odd ">
1032
1040
  <div class="item">
1033
1041
  <span class='object_link'><a href="Compony/Component.html#root_comp-instance_method" title="Compony::Component#root_comp (method)">#root_comp</a></span>
1034
1042
  <small>Compony::Component</small>
@@ -1036,7 +1044,7 @@
1036
1044
  </li>
1037
1045
 
1038
1046
 
1039
- <li class="odd ">
1047
+ <li class="even ">
1040
1048
  <div class="item">
1041
1049
  <span class='object_link'><a href="Compony/Component.html#root_comp%3F-instance_method" title="Compony::Component#root_comp? (method)">#root_comp?</a></span>
1042
1050
  <small>Compony::Component</small>
@@ -1044,7 +1052,7 @@
1044
1052
  </li>
1045
1053
 
1046
1054
 
1047
- <li class="even ">
1055
+ <li class="odd ">
1048
1056
  <div class="item">
1049
1057
  <span class='object_link'><a href="Compony/Components/Form.html#schema-instance_method" title="Compony::Components::Form#schema (method)">#schema</a></span>
1050
1058
  <small>Compony::Components::Form</small>
@@ -1052,7 +1060,7 @@
1052
1060
  </li>
1053
1061
 
1054
1062
 
1055
- <li class="odd ">
1063
+ <li class="even ">
1056
1064
  <div class="item">
1057
1065
  <span class='object_link'><a href="Compony/Components/Form.html#schema_block_for-instance_method" title="Compony::Components::Form#schema_block_for (method)">#schema_block_for</a></span>
1058
1066
  <small>Compony::Components::Form</small>
@@ -1060,7 +1068,7 @@
1060
1068
  </li>
1061
1069
 
1062
1070
 
1063
- <li class="even ">
1071
+ <li class="odd ">
1064
1072
  <div class="item">
1065
1073
  <span class='object_link'><a href="Compony/Components/Form.html#schema_field-instance_method" title="Compony::Components::Form#schema_field (method)">#schema_field</a></span>
1066
1074
  <small>Compony::Components::Form</small>
@@ -1068,7 +1076,7 @@
1068
1076
  </li>
1069
1077
 
1070
1078
 
1071
- <li class="odd ">
1079
+ <li class="even ">
1072
1080
  <div class="item">
1073
1081
  <span class='object_link'><a href="Compony/Components/Form.html#schema_fields-instance_method" title="Compony::Components::Form#schema_fields (method)">#schema_fields</a></span>
1074
1082
  <small>Compony::Components::Form</small>
@@ -1076,7 +1084,7 @@
1076
1084
  </li>
1077
1085
 
1078
1086
 
1079
- <li class="even ">
1087
+ <li class="odd ">
1080
1088
  <div class="item">
1081
1089
  <span class='object_link'><a href="Compony/ModelFields/Base.html#schema_key-instance_method" title="Compony::ModelFields::Base#schema_key (method)">#schema_key</a></span>
1082
1090
  <small>Compony::ModelFields::Base</small>
@@ -1084,7 +1092,7 @@
1084
1092
  </li>
1085
1093
 
1086
1094
 
1087
- <li class="odd ">
1095
+ <li class="even ">
1088
1096
  <div class="item">
1089
1097
  <span class='object_link'><a href="Compony/Components/Form.html#schema_line-instance_method" title="Compony::Components::Form#schema_line (method)">#schema_line</a></span>
1090
1098
  <small>Compony::Components::Form</small>
@@ -1092,7 +1100,7 @@
1092
1100
  </li>
1093
1101
 
1094
1102
 
1095
- <li class="even ">
1103
+ <li class="odd ">
1096
1104
  <div class="item">
1097
1105
  <span class='object_link'><a href="Compony/ModelFields/Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>
1098
1106
  <small>Compony::ModelFields::Base</small>
@@ -1100,7 +1108,7 @@
1100
1108
  </li>
1101
1109
 
1102
1110
 
1103
- <li class="odd ">
1111
+ <li class="even ">
1104
1112
  <div class="item">
1105
1113
  <span class='object_link'><a href="Compony/ModelFields/Association.html#schema_line-instance_method" title="Compony::ModelFields::Association#schema_line (method)">#schema_line</a></span>
1106
1114
  <small>Compony::ModelFields::Association</small>
@@ -1108,7 +1116,7 @@
1108
1116
  </li>
1109
1117
 
1110
1118
 
1111
- <li class="even ">
1119
+ <li class="odd ">
1112
1120
  <div class="item">
1113
1121
  <span class='object_link'><a href="Compony/Components/Form.html#schema_wrapper_key_for-instance_method" title="Compony::Components::Form#schema_wrapper_key_for (method)">#schema_wrapper_key_for</a></span>
1114
1122
  <small>Compony::Components::Form</small>
@@ -1116,7 +1124,7 @@
1116
1124
  </li>
1117
1125
 
1118
1126
 
1119
- <li class="odd ">
1127
+ <li class="even ">
1120
1128
  <div class="item">
1121
1129
  <span class='object_link'><a href="Compony/Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>
1122
1130
  <small>Compony::Component</small>
@@ -1124,7 +1132,7 @@
1124
1132
  </li>
1125
1133
 
1126
1134
 
1127
- <li class="even ">
1135
+ <li class="odd ">
1128
1136
  <div class="item">
1129
1137
  <span class='object_link'><a href="Compony/ModelFields/Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>
1130
1138
  <small>Compony::ModelFields::Base</small>
@@ -1132,7 +1140,7 @@
1132
1140
  </li>
1133
1141
 
1134
1142
 
1135
- <li class="odd ">
1143
+ <li class="even ">
1136
1144
  <div class="item">
1137
1145
  <span class='object_link'><a href="Compony/ModelFields/Color.html#simpleform_input-instance_method" title="Compony::ModelFields::Color#simpleform_input (method)">#simpleform_input</a></span>
1138
1146
  <small>Compony::ModelFields::Color</small>
@@ -1140,7 +1148,7 @@
1140
1148
  </li>
1141
1149
 
1142
1150
 
1143
- <li class="even ">
1151
+ <li class="odd ">
1144
1152
  <div class="item">
1145
1153
  <span class='object_link'><a href="Compony/ModelFields/RichText.html#simpleform_input-instance_method" title="Compony::ModelFields::RichText#simpleform_input (method)">#simpleform_input</a></span>
1146
1154
  <small>Compony::ModelFields::RichText</small>
@@ -1148,7 +1156,7 @@
1148
1156
  </li>
1149
1157
 
1150
1158
 
1151
- <li class="odd ">
1159
+ <li class="even ">
1152
1160
  <div class="item">
1153
1161
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#simpleform_input-instance_method" title="Compony::ModelFields::Attachment#simpleform_input (method)">#simpleform_input</a></span>
1154
1162
  <small>Compony::ModelFields::Attachment</small>
@@ -1156,7 +1164,7 @@
1156
1164
  </li>
1157
1165
 
1158
1166
 
1159
- <li class="even ">
1167
+ <li class="odd ">
1160
1168
  <div class="item">
1161
1169
  <span class='object_link'><a href="Compony/ModelFields/Association.html#simpleform_input-instance_method" title="Compony::ModelFields::Association#simpleform_input (method)">#simpleform_input</a></span>
1162
1170
  <small>Compony::ModelFields::Association</small>
@@ -1164,7 +1172,7 @@
1164
1172
  </li>
1165
1173
 
1166
1174
 
1167
- <li class="odd ">
1175
+ <li class="even ">
1168
1176
  <div class="item">
1169
1177
  <span class='object_link'><a href="Compony/ModelFields/Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1170
1178
  <small>Compony::ModelFields::Base</small>
@@ -1172,7 +1180,7 @@
1172
1180
  </li>
1173
1181
 
1174
1182
 
1175
- <li class="even ">
1183
+ <li class="odd ">
1176
1184
  <div class="item">
1177
1185
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Anchormodel#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1178
1186
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1180,7 +1188,7 @@
1180
1188
  </li>
1181
1189
 
1182
1190
 
1183
- <li class="odd ">
1191
+ <li class="even ">
1184
1192
  <div class="item">
1185
1193
  <span class='object_link'><a href="Compony/ModelFields/Association.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Association#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1186
1194
  <small>Compony::ModelFields::Association</small>
@@ -1188,7 +1196,7 @@
1188
1196
  </li>
1189
1197
 
1190
1198
 
1191
- <li class="even ">
1199
+ <li class="odd ">
1192
1200
  <div class="item">
1193
1201
  <span class='object_link'><a href="Compony/Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>
1194
1202
  <small>Compony::Component</small>
@@ -1196,7 +1204,7 @@
1196
1204
  </li>
1197
1205
 
1198
1206
 
1199
- <li class="odd ">
1207
+ <li class="even ">
1200
1208
  <div class="item">
1201
1209
  <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>
1202
1210
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1204,7 +1212,7 @@
1204
1212
  </li>
1205
1213
 
1206
1214
 
1207
- <li class="even ">
1215
+ <li class="odd ">
1208
1216
  <div class="item">
1209
1217
  <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>
1210
1218
  <small>Compony::Components::Form</small>
@@ -1212,7 +1220,7 @@
1212
1220
  </li>
1213
1221
 
1214
1222
 
1215
- <li class="odd ">
1223
+ <li class="even ">
1216
1224
  <div class="item">
1217
1225
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1218
1226
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1220,7 +1228,7 @@
1220
1228
  </li>
1221
1229
 
1222
1230
 
1223
- <li class="even ">
1231
+ <li class="odd ">
1224
1232
  <div class="item">
1225
1233
  <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>
1226
1234
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1228,7 +1236,7 @@
1228
1236
  </li>
1229
1237
 
1230
1238
 
1231
- <li class="odd ">
1239
+ <li class="even ">
1232
1240
  <div class="item">
1233
1241
  <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>
1234
1242
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1236,7 +1244,7 @@
1236
1244
  </li>
1237
1245
 
1238
1246
 
1239
- <li class="even ">
1247
+ <li class="odd ">
1240
1248
  <div class="item">
1241
1249
  <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>
1242
1250
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1244,7 +1252,7 @@
1244
1252
  </li>
1245
1253
 
1246
1254
 
1247
- <li class="odd ">
1255
+ <li class="even ">
1248
1256
  <div class="item">
1249
1257
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1250
1258
  <small>Compony::Component</small>
@@ -1252,7 +1260,7 @@
1252
1260
  </li>
1253
1261
 
1254
1262
 
1255
- <li class="even ">
1263
+ <li class="odd ">
1256
1264
  <div class="item">
1257
1265
  <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>
1258
1266
  <small>Compony::Components::WithForm</small>
@@ -1260,7 +1268,7 @@
1260
1268
  </li>
1261
1269
 
1262
1270
 
1263
- <li class="odd ">
1271
+ <li class="even ">
1264
1272
  <div class="item">
1265
1273
  <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>
1266
1274
  <small>Compony::Components::WithForm</small>
@@ -1268,7 +1276,7 @@
1268
1276
  </li>
1269
1277
 
1270
1278
 
1271
- <li class="even ">
1279
+ <li class="odd ">
1272
1280
  <div class="item">
1273
1281
  <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>
1274
1282
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1276,7 +1284,7 @@
1276
1284
  </li>
1277
1285
 
1278
1286
 
1279
- <li class="odd ">
1287
+ <li class="even ">
1280
1288
  <div class="item">
1281
1289
  <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>
1282
1290
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1284,7 +1292,7 @@
1284
1292
  </li>
1285
1293
 
1286
1294
 
1287
- <li class="even ">
1295
+ <li class="odd ">
1288
1296
  <div class="item">
1289
1297
  <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>
1290
1298
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1292,7 +1300,7 @@
1292
1300
  </li>
1293
1301
 
1294
1302
 
1295
- <li class="odd ">
1303
+ <li class="even ">
1296
1304
  <div class="item">
1297
1305
  <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>
1298
1306
  <small>Compony::ModelFields::Base</small>
@@ -1300,7 +1308,7 @@
1300
1308
  </li>
1301
1309
 
1302
1310
 
1303
- <li class="even ">
1311
+ <li class="odd ">
1304
1312
  <div class="item">
1305
1313
  <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>
1306
1314
  <small>Compony::ModelFields::Url</small>
@@ -1308,7 +1316,7 @@
1308
1316
  </li>
1309
1317
 
1310
1318
 
1311
- <li class="odd ">
1319
+ <li class="even ">
1312
1320
  <div class="item">
1313
1321
  <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>
1314
1322
  <small>Compony::ModelFields::Base</small>
@@ -1316,7 +1324,7 @@
1316
1324
  </li>
1317
1325
 
1318
1326
 
1319
- <li class="even ">
1327
+ <li class="odd ">
1320
1328
  <div class="item">
1321
1329
  <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>
1322
1330
  <small>Compony::ModelFields::Date</small>
@@ -1324,7 +1332,7 @@
1324
1332
  </li>
1325
1333
 
1326
1334
 
1327
- <li class="odd ">
1335
+ <li class="even ">
1328
1336
  <div class="item">
1329
1337
  <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>
1330
1338
  <small>Compony::ModelFields::Color</small>
@@ -1332,7 +1340,7 @@
1332
1340
  </li>
1333
1341
 
1334
1342
 
1335
- <li class="even ">
1343
+ <li class="odd ">
1336
1344
  <div class="item">
1337
1345
  <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>
1338
1346
  <small>Compony::ModelFields::Email</small>
@@ -1340,7 +1348,7 @@
1340
1348
  </li>
1341
1349
 
1342
1350
 
1343
- <li class="odd ">
1351
+ <li class="even ">
1344
1352
  <div class="item">
1345
1353
  <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>
1346
1354
  <small>Compony::ModelFields::Phone</small>
@@ -1348,7 +1356,7 @@
1348
1356
  </li>
1349
1357
 
1350
1358
 
1351
- <li class="even ">
1359
+ <li class="odd ">
1352
1360
  <div class="item">
1353
1361
  <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>
1354
1362
  <small>Compony::ModelFields::Boolean</small>
@@ -1356,7 +1364,7 @@
1356
1364
  </li>
1357
1365
 
1358
1366
 
1359
- <li class="odd ">
1367
+ <li class="even ">
1360
1368
  <div class="item">
1361
1369
  <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>
1362
1370
  <small>Compony::ModelFields::Currency</small>
@@ -1364,7 +1372,7 @@
1364
1372
  </li>
1365
1373
 
1366
1374
 
1367
- <li class="even ">
1375
+ <li class="odd ">
1368
1376
  <div class="item">
1369
1377
  <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>
1370
1378
  <small>Compony::ModelFields::Datetime</small>
@@ -1372,7 +1380,7 @@
1372
1380
  </li>
1373
1381
 
1374
1382
 
1375
- <li class="odd ">
1383
+ <li class="even ">
1376
1384
  <div class="item">
1377
1385
  <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>
1378
1386
  <small>Compony::ModelFields::Attachment</small>
@@ -1380,7 +1388,7 @@
1380
1388
  </li>
1381
1389
 
1382
1390
 
1383
- <li class="even ">
1391
+ <li class="odd ">
1384
1392
  <div class="item">
1385
1393
  <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>
1386
1394
  <small>Compony::ModelFields::Percentage</small>
@@ -1388,7 +1396,7 @@
1388
1396
  </li>
1389
1397
 
1390
1398
 
1391
- <li class="odd ">
1399
+ <li class="even ">
1392
1400
  <div class="item">
1393
1401
  <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>
1394
1402
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1396,7 +1404,7 @@
1396
1404
  </li>
1397
1405
 
1398
1406
 
1399
- <li class="even ">
1407
+ <li class="odd ">
1400
1408
  <div class="item">
1401
1409
  <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>
1402
1410
  <small>Compony::ModelFields::Association</small>
@@ -1404,7 +1412,7 @@
1404
1412
  </li>
1405
1413
 
1406
1414
 
1407
- <li class="odd ">
1415
+ <li class="even ">
1408
1416
  <div class="item">
1409
1417
  <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>
1410
1418
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1412,7 +1420,7 @@
1412
1420
  </li>
1413
1421
 
1414
1422
 
1415
- <li class="even ">
1423
+ <li class="odd ">
1416
1424
  <div class="item">
1417
1425
  <span class='object_link'><a href="Compony.html#with_button_defaults-class_method" title="Compony.with_button_defaults (method)">with_button_defaults</a></span>
1418
1426
  <small>Compony</small>
@@ -1420,7 +1428,7 @@
1420
1428
  </li>
1421
1429
 
1422
1430
 
1423
- <li class="odd ">
1431
+ <li class="even ">
1424
1432
  <div class="item">
1425
1433
  <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>
1426
1434
  <small>Compony::Components::Form</small>