compony 0.2.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +19 -0
  3. data/README.md +80 -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 +308 -341
  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 +3 -3
  20. data/doc/Compony/Components/Edit.html +19 -19
  21. data/doc/Compony/Components/Form.html +3 -3
  22. data/doc/Compony/Components/New.html +19 -19
  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 +292 -0
  51. data/doc/Compony/RequestContext.html +72 -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 +73 -16
  59. data/doc/index.html +73 -16
  60. data/doc/method_list.html +100 -100
  61. data/doc/top-level-namespace.html +1 -1
  62. data/lib/compony/component.rb +30 -54
  63. data/lib/compony/components/edit.rb +2 -4
  64. data/lib/compony/components/new.rb +4 -6
  65. data/lib/compony/components/with_form.rb +1 -1
  66. data/lib/compony/natural_ordering.rb +56 -0
  67. data/lib/compony/request_context.rb +8 -0
  68. data/lib/compony.rb +1 -0
  69. 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>