compony 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +10 -0
- data/VERSION +1 -1
- data/compony.gemspec +3 -3
- data/doc/ComponentGenerator.html +1 -1
- data/doc/Components.html +1 -1
- data/doc/ComponentsGenerator.html +1 -1
- data/doc/Compony/Component.html +139 -44
- data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
- data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
- data/doc/Compony/ComponentMixins/Default.html +1 -1
- data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
- data/doc/Compony/ComponentMixins.html +1 -1
- data/doc/Compony/Components/Button.html +2 -2
- data/doc/Compony/Components/Destroy.html +14 -14
- data/doc/Compony/Components/Edit.html +2 -2
- data/doc/Compony/Components/Form.html +86 -86
- data/doc/Compony/Components/New.html +14 -14
- data/doc/Compony/Components/WithForm.html +2 -2
- data/doc/Compony/Components.html +1 -1
- data/doc/Compony/ControllerMixin.html +1 -1
- data/doc/Compony/Engine.html +1 -1
- data/doc/Compony/MethodAccessibleHash.html +1 -1
- data/doc/Compony/ModelFields/Anchormodel.html +1 -1
- data/doc/Compony/ModelFields/Association.html +1 -1
- data/doc/Compony/ModelFields/Attachment.html +1 -1
- data/doc/Compony/ModelFields/Base.html +1 -1
- data/doc/Compony/ModelFields/Boolean.html +1 -1
- data/doc/Compony/ModelFields/Color.html +1 -1
- data/doc/Compony/ModelFields/Currency.html +1 -1
- data/doc/Compony/ModelFields/Date.html +1 -1
- data/doc/Compony/ModelFields/Datetime.html +1 -1
- data/doc/Compony/ModelFields/Decimal.html +1 -1
- data/doc/Compony/ModelFields/Email.html +1 -1
- data/doc/Compony/ModelFields/Float.html +1 -1
- data/doc/Compony/ModelFields/Integer.html +1 -1
- data/doc/Compony/ModelFields/Percentage.html +1 -1
- data/doc/Compony/ModelFields/Phone.html +1 -1
- data/doc/Compony/ModelFields/RichText.html +1 -1
- data/doc/Compony/ModelFields/String.html +1 -1
- data/doc/Compony/ModelFields/Text.html +1 -1
- data/doc/Compony/ModelFields/Time.html +1 -1
- data/doc/Compony/ModelFields/Url.html +1 -1
- data/doc/Compony/ModelFields.html +1 -1
- data/doc/Compony/ModelMixin.html +1 -1
- data/doc/Compony/NaturalOrdering.html +14 -6
- data/doc/Compony/RequestContext.html +16 -4
- data/doc/Compony/Version.html +1 -1
- data/doc/Compony/ViewHelpers.html +1 -1
- data/doc/Compony.html +1 -1
- data/doc/ComponyController.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +10 -1
- data/doc/index.html +10 -1
- data/doc/method_list.html +69 -61
- data/doc/top-level-namespace.html +1 -1
- data/lib/compony/component.rb +14 -2
- data/lib/compony/components/destroy.rb +9 -1
- data/lib/compony/components/form.rb +16 -5
- data/lib/compony/components/new.rb +1 -0
- data/lib/compony/natural_ordering.rb +6 -2
- data/lib/compony/request_context.rb +8 -2
- metadata +2 -2
data/doc/method_list.html
CHANGED
@@ -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#
|
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#
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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>
|
@@ -102,7 +102,7 @@
|
|
102
102
|
</div>
|
103
103
|
|
104
104
|
<div id="footer">
|
105
|
-
Generated on
|
105
|
+
Generated on Fri May 31 14:28:29 2024 by
|
106
106
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
107
107
|
0.9.34 (ruby-3.2.2).
|
108
108
|
</div>
|
data/lib/compony/component.rb
CHANGED
@@ -130,8 +130,20 @@ module Compony
|
|
130
130
|
# @param [Hash] kwargs If hidden is true, the content will not be rendered by default, allowing you to nest it in another content block.
|
131
131
|
# @param [Proc] block The block that should be run as part of the content pipeline. Will run in the component's context. You can use Dyny here.
|
132
132
|
def content(name = :main, before: nil, **kwargs, &block)
|
133
|
-
|
134
|
-
@content_blocks.
|
133
|
+
# A block is required here, but if this is an override (e.g. to hide another content block), we can tolerate the missing block.
|
134
|
+
if !block_given? && @content_blocks.find { |b| b.name == name }.nil?
|
135
|
+
fail("`content` expects a block in #{inspect}.")
|
136
|
+
end
|
137
|
+
@content_blocks.natural_push(name, block || :missing, before:, **kwargs)
|
138
|
+
end
|
139
|
+
|
140
|
+
# DSL method
|
141
|
+
# Removes a content block. Use this in subclasses if a content block defined in the parent should be removed from the child.
|
142
|
+
# @param [Symbol,String] name Name of the content block that should be removed
|
143
|
+
def remove_content(name)
|
144
|
+
name = name.to_sym
|
145
|
+
existing_index = @content_blocks.find_index { |el| el.name == name } || fail("Content block #{name.inspect} not found for removal in #{inspect}.")
|
146
|
+
@content_blocks.delete_at(existing_index)
|
135
147
|
end
|
136
148
|
|
137
149
|
# Renders the component using the controller passsed to it and returns it as a string.
|
@@ -26,8 +26,11 @@ module Compony
|
|
26
26
|
icon { :trash }
|
27
27
|
color { :danger }
|
28
28
|
|
29
|
-
content do
|
29
|
+
content :confirm_question, hidden: true do
|
30
30
|
div I18n.t('compony.components.destroy.confirm_question', data_label: @data.label)
|
31
|
+
end
|
32
|
+
|
33
|
+
content :confirm_button, hidden: true do
|
31
34
|
div do
|
32
35
|
concat compony_button(comp_cst,
|
33
36
|
@data,
|
@@ -36,6 +39,11 @@ module Compony
|
|
36
39
|
end
|
37
40
|
end
|
38
41
|
|
42
|
+
content do
|
43
|
+
content :confirm_question
|
44
|
+
content :confirm_button
|
45
|
+
end
|
46
|
+
|
39
47
|
action :back_to_owner do
|
40
48
|
next if data_class.owner_model_attr.blank?
|
41
49
|
Compony.button(:show, @data.send(data_class.owner_model_attr), icon: :xmark, color: :secondary, label: I18n.t('compony.cancel'))
|
@@ -13,19 +13,30 @@ module Compony
|
|
13
13
|
# Make sure the error message is going to be nice if form_fields were not implemented
|
14
14
|
fail "#{component.inspect} requires config.form_fields do ..." if @form_fields.nil?
|
15
15
|
|
16
|
-
#
|
17
|
-
@submit_button = Compony.button_component_class.new(
|
18
|
-
label: @submit_label || I18n.t('compony.components.form.submit'), icon: 'arrow-right', type: :submit
|
19
|
-
).render(controller)
|
16
|
+
# Calculate paths
|
20
17
|
@submit_path = @comp_opts[:submit_path]
|
21
18
|
@submit_path = @submit_path.call(controller) if @submit_path.respond_to?(:call)
|
22
19
|
end
|
23
20
|
|
21
|
+
# Override this to provide a custom submit button
|
22
|
+
content :submit_button, hidden: true do
|
23
|
+
concat Compony.button_component_class.new(
|
24
|
+
label: @submit_label || I18n.t('compony.components.form.submit'), icon: 'arrow-right', type: :submit
|
25
|
+
).render(controller)
|
26
|
+
end
|
27
|
+
|
28
|
+
# Override this to provide additional submit buttons.
|
29
|
+
content :buttons, hidden: true do
|
30
|
+
content(:submit_button)
|
31
|
+
end
|
32
|
+
|
24
33
|
content do
|
25
34
|
form_html = simple_form_for(data, method: @comp_opts[:submit_verb], url: @submit_path) do |f|
|
26
35
|
component.with_simpleform(f) do
|
27
36
|
instance_exec(&form_fields)
|
28
|
-
div
|
37
|
+
div class: 'compony-form-buttons' do
|
38
|
+
content(:buttons)
|
39
|
+
end
|
29
40
|
end
|
30
41
|
end
|
31
42
|
concat form_html
|