merb-helpers 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/merb-helpers/version.rb +1 -1
  2. metadata +181 -181
@@ -1,5 +1,5 @@
1
1
  module Merb
2
2
  module Helpers
3
- VERSION = '1.1.2'.freeze
3
+ VERSION = '1.1.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-helpers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael D. Ivey
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-17 00:00:00 +01:00
18
+ date: 2010-07-11 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 23
29
+ hash: 21
30
30
  segments:
31
31
  - 1
32
32
  - 1
33
- - 2
34
- version: 1.1.2
33
+ - 3
34
+ version: 1.1.3
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -62,226 +62,226 @@ extra_rdoc_files:
62
62
  - TODO
63
63
  files:
64
64
  - Rakefile
65
+ - lib/merb-helpers/time_dsl.rb
66
+ - lib/merb-helpers/date_time_helpers.rb
67
+ - lib/merb-helpers/text_helpers.rb
65
68
  - lib/merb-helpers/core_ext/numeric.rb
69
+ - lib/merb-helpers/version.rb
66
70
  - lib/merb-helpers/core_ext.rb
67
- - lib/merb-helpers/date_time_formatting.rb
68
- - lib/merb-helpers/date_time_helpers.rb
69
71
  - lib/merb-helpers/form/builder.rb
70
72
  - lib/merb-helpers/form/helpers.rb
71
- - lib/merb-helpers/form_helpers.rb
72
73
  - lib/merb-helpers/tag_helpers.rb
73
- - lib/merb-helpers/text_helpers.rb
74
- - lib/merb-helpers/time_dsl.rb
75
- - lib/merb-helpers/version.rb
74
+ - lib/merb-helpers/date_time_formatting.rb
75
+ - lib/merb-helpers/form_helpers.rb
76
76
  - lib/merb-helpers.rb
77
77
  - spec/core_ext_spec.rb
78
- - spec/fixture/app/controllers/application.rb
79
- - spec/fixture/app/controllers/bound_check_box.rb
80
- - spec/fixture/app/controllers/bound_file_field.rb
81
- - spec/fixture/app/controllers/bound_hidden_field.rb
82
- - spec/fixture/app/controllers/bound_option_tag.rb
83
- - spec/fixture/app/controllers/bound_password_field.rb
84
- - spec/fixture/app/controllers/bound_radio_button.rb
85
- - spec/fixture/app/controllers/bound_radio_group.rb
86
- - spec/fixture/app/controllers/bound_select.rb
87
- - spec/fixture/app/controllers/bound_text_area.rb
88
- - spec/fixture/app/controllers/bound_text_field.rb
89
- - spec/fixture/app/controllers/button.rb
90
- - spec/fixture/app/controllers/check_box.rb
91
- - spec/fixture/app/controllers/custom_builder.rb
92
- - spec/fixture/app/controllers/delete_button.rb
93
- - spec/fixture/app/controllers/exceptions.rb
94
- - spec/fixture/app/controllers/field_set.rb
95
- - spec/fixture/app/controllers/fields_for.rb
96
- - spec/fixture/app/controllers/file_field.rb
97
- - spec/fixture/app/controllers/foo.rb
98
- - spec/fixture/app/controllers/form.rb
99
- - spec/fixture/app/controllers/form_for.rb
100
- - spec/fixture/app/controllers/hacker.rb
101
- - spec/fixture/app/controllers/hidden_field.rb
102
- - spec/fixture/app/controllers/label.rb
103
- - spec/fixture/app/controllers/numeric_ext.rb
104
- - spec/fixture/app/controllers/option_tag.rb
105
- - spec/fixture/app/controllers/password_field.rb
106
- - spec/fixture/app/controllers/radio_button.rb
107
- - spec/fixture/app/controllers/radio_group.rb
108
- - spec/fixture/app/controllers/relative_date.rb
109
- - spec/fixture/app/controllers/relative_date_span.rb
110
- - spec/fixture/app/controllers/select.rb
111
- - spec/fixture/app/controllers/specs_controller.rb
112
- - spec/fixture/app/controllers/submit.rb
113
- - spec/fixture/app/controllers/tag_helper.rb
114
- - spec/fixture/app/controllers/text_area.rb
115
- - spec/fixture/app/controllers/text_field.rb
78
+ - spec/ordinalize_spec.rb
79
+ - spec/spec.opts
80
+ - spec/spec_helper.rb
81
+ - spec/merb_helpers_text_spec.rb
82
+ - spec/fixture/config/init.rb
83
+ - spec/fixture/config/router.rb
84
+ - spec/fixture/config/environments/development.rb
85
+ - spec/fixture/config/environments/production.rb
86
+ - spec/fixture/config/environments/test.rb
87
+ - spec/fixture/config/rack.rb
116
88
  - spec/fixture/app/helpers/global_helpers.rb
117
- - spec/fixture/app/models/fake_dm_model.rb
118
- - spec/fixture/app/models/first_generic_fake_model.rb
119
- - spec/fixture/app/models/hacker_generic_model.rb
120
- - spec/fixture/app/models/namespaced_generic_fake_model.rb
121
89
  - spec/fixture/app/models/second_generic_fake_model.rb
122
90
  - spec/fixture/app/models/third_generic_fake_model.rb
91
+ - spec/fixture/app/models/hacker_generic_model.rb
92
+ - spec/fixture/app/models/first_generic_fake_model.rb
93
+ - spec/fixture/app/models/fake_dm_model.rb
94
+ - spec/fixture/app/models/namespaced_generic_fake_model.rb
95
+ - spec/fixture/app/views/radio_group_specs/specific_attributes.html.erb
96
+ - spec/fixture/app/views/radio_group_specs/hash.html.erb
97
+ - spec/fixture/app/views/radio_group_specs/basic.html.erb
98
+ - spec/fixture/app/views/radio_group_specs/attributes.html.erb
99
+ - spec/fixture/app/views/radio_group_specs/checked.html.erb
100
+ - spec/fixture/app/views/hacker/radio_group.html.erb
101
+ - spec/fixture/app/views/hacker/hidden_field.html.erb
102
+ - spec/fixture/app/views/hacker/password_field.html.erb
103
+ - spec/fixture/app/views/hacker/file_field.html.erb
104
+ - spec/fixture/app/views/hacker/text_area.html.erb
105
+ - spec/fixture/app/views/hacker/text_field.html.erb
106
+ - spec/fixture/app/views/hacker/option_tag.html.erb
107
+ - spec/fixture/app/views/hacker/radio_button.html.erb
108
+ - spec/fixture/app/views/tag_helper/tag_with_attributes.html.erb
109
+ - spec/fixture/app/views/tag_helper/tag_with_content.html.erb
110
+ - spec/fixture/app/views/tag_helper/tag_with_content_in_the_block.html.erb
111
+ - spec/fixture/app/views/tag_helper/nested_tags.html.erb
123
112
  - spec/fixture/app/views/bound_check_box_specs/basic.html.erb
124
- - spec/fixture/app/views/bound_check_box_specs/basic_unchecked.html.erb
125
- - spec/fixture/app/views/bound_check_box_specs/checked.html.erb
126
113
  - spec/fixture/app/views/bound_check_box_specs/errors.html.erb
127
114
  - spec/fixture/app/views/bound_check_box_specs/label.html.erb
115
+ - spec/fixture/app/views/bound_check_box_specs/checked.html.erb
116
+ - spec/fixture/app/views/bound_check_box_specs/basic_unchecked.html.erb
128
117
  - spec/fixture/app/views/bound_check_box_specs/on_and_off.html.erb
129
118
  - spec/fixture/app/views/bound_check_box_specs/raise_value_error.html.erb
130
- - spec/fixture/app/views/bound_file_field_specs/additional_attributes.html.erb
131
- - spec/fixture/app/views/bound_file_field_specs/takes_string.html.erb
132
- - spec/fixture/app/views/bound_file_field_specs/with_label.html.erb
119
+ - spec/fixture/app/views/exeptions/not_acceptable.html.erb
120
+ - spec/fixture/app/views/exeptions/internal_server_error.html.erb
121
+ - spec/fixture/app/views/exeptions/client_error.html.erb
122
+ - spec/fixture/app/views/exeptions/not_found.html.erb
133
123
  - spec/fixture/app/views/bound_hidden_field_specs/basic.html.erb
134
- - spec/fixture/app/views/bound_hidden_field_specs/errors.html.erb
135
124
  - spec/fixture/app/views/bound_hidden_field_specs/hidden_error.html.erb
125
+ - spec/fixture/app/views/bound_hidden_field_specs/errors.html.erb
136
126
  - spec/fixture/app/views/bound_hidden_field_specs/label.html.erb
137
- - spec/fixture/app/views/bound_option_tag_specs/grouped.html.erb
138
- - spec/fixture/app/views/bound_option_tag_specs/nested.html.erb
139
- - spec/fixture/app/views/bound_option_tag_specs/text_and_value.html.erb
140
- - spec/fixture/app/views/bound_password_field_specs/attributes.html.erb
141
- - spec/fixture/app/views/bound_password_field_specs/basic.html.erb
142
- - spec/fixture/app/views/bound_password_field_specs/label.html.erb
143
- - spec/fixture/app/views/bound_radio_button_specs/basic.html.erb
127
+ - spec/fixture/app/views/password_field_specs/basic.html.erb
128
+ - spec/fixture/app/views/password_field_specs/disabled.html.erb
129
+ - spec/fixture/app/views/hidden_field_specs/basic.html.erb
130
+ - spec/fixture/app/views/hidden_field_specs/disabled.html.erb
131
+ - spec/fixture/app/views/hidden_field_specs/label.html.erb
132
+ - spec/fixture/app/views/check_box_specs/raise_unless_both_on_and_off.html.erb
133
+ - spec/fixture/app/views/check_box_specs/basic.html.erb
134
+ - spec/fixture/app/views/check_box_specs/raises_error_if_not_boolean.html.erb
135
+ - spec/fixture/app/views/check_box_specs/disabled.html.erb
136
+ - spec/fixture/app/views/check_box_specs/raises_error_if_on_off_and_boolean_false.html.erb
137
+ - spec/fixture/app/views/check_box_specs/on_off_is_boolean.html.erb
138
+ - spec/fixture/app/views/check_box_specs/unchecked.html.erb
139
+ - spec/fixture/app/views/check_box_specs/boolean.html.erb
140
+ - spec/fixture/app/views/check_box_specs/label.html.erb
141
+ - spec/fixture/app/views/check_box_specs/simple.html.erb
142
+ - spec/fixture/app/views/check_box_specs/to_string.html.erb
143
+ - spec/fixture/app/views/form_for_specs/basic.html.erb
144
+ - spec/fixture/app/views/form_for_specs/advanced.html.erb
145
+ - spec/fixture/app/views/fieldset_specs/legend.html.erb
144
146
  - spec/fixture/app/views/bound_radio_group_specs/basic.html.erb
145
- - spec/fixture/app/views/bound_radio_group_specs/hashes.html.erb
146
147
  - spec/fixture/app/views/bound_radio_group_specs/mixed.html.erb
148
+ - spec/fixture/app/views/bound_radio_group_specs/hashes.html.erb
147
149
  - spec/fixture/app/views/bound_radio_group_specs/override_id.html.erb
150
+ - spec/fixture/app/views/bound_text_field_specs/basic.html.erb
151
+ - spec/fixture/app/views/submit_specs/submit_with_values.html.erb
152
+ - spec/fixture/app/views/submit_specs/disabled_submit.html.erb
153
+ - spec/fixture/app/views/submit_specs/submit_with_label.html.erb
154
+ - spec/fixture/app/views/bound_option_tag_specs/nested.html.erb
155
+ - spec/fixture/app/views/bound_option_tag_specs/grouped.html.erb
156
+ - spec/fixture/app/views/bound_option_tag_specs/text_and_value.html.erb
157
+ - spec/fixture/app/views/bound_file_field_specs/with_label.html.erb
158
+ - spec/fixture/app/views/bound_file_field_specs/additional_attributes.html.erb
159
+ - spec/fixture/app/views/bound_file_field_specs/takes_string.html.erb
148
160
  - spec/fixture/app/views/bound_select_specs/basic.html.erb
149
- - spec/fixture/app/views/bound_select_specs/blank.html.erb
150
- - spec/fixture/app/views/bound_select_specs/label.html.erb
151
- - spec/fixture/app/views/bound_select_specs/multiple.html.erb
152
161
  - spec/fixture/app/views/bound_select_specs/prompt.html.erb
153
- - spec/fixture/app/views/bound_select_specs/selected.html.erb
162
+ - spec/fixture/app/views/bound_select_specs/multiple.html.erb
154
163
  - spec/fixture/app/views/bound_select_specs/with_options.html.erb
155
164
  - spec/fixture/app/views/bound_select_specs/with_options_with_blank.html.erb
156
- - spec/fixture/app/views/bound_text_area_specs/basic.html.erb
157
- - spec/fixture/app/views/bound_text_area_specs/label.html.erb
158
- - spec/fixture/app/views/bound_text_field_specs/basic.html.erb
159
- - spec/fixture/app/views/button_specs/button_with_label.html.erb
160
- - spec/fixture/app/views/button_specs/button_with_values.html.erb
161
- - spec/fixture/app/views/button_specs/disabled_button.html.erb
162
- - spec/fixture/app/views/check_box_specs/basic.html.erb
163
- - spec/fixture/app/views/check_box_specs/boolean.html.erb
164
- - spec/fixture/app/views/check_box_specs/disabled.html.erb
165
- - spec/fixture/app/views/check_box_specs/label.html.erb
166
- - spec/fixture/app/views/check_box_specs/on_off_is_boolean.html.erb
167
- - spec/fixture/app/views/check_box_specs/raise_unless_both_on_and_off.html.erb
168
- - spec/fixture/app/views/check_box_specs/raises_error_if_not_boolean.html.erb
169
- - spec/fixture/app/views/check_box_specs/raises_error_if_on_off_and_boolean_false.html.erb
170
- - spec/fixture/app/views/check_box_specs/simple.html.erb
171
- - spec/fixture/app/views/check_box_specs/to_string.html.erb
172
- - spec/fixture/app/views/check_box_specs/unchecked.html.erb
173
- - spec/fixture/app/views/custom_builder_specs/everything.html.erb
174
- - spec/fixture/app/views/delete_button_specs/delete_with_explicit_url.html.erb
175
- - spec/fixture/app/views/delete_button_specs/delete_with_extra_params.html.erb
176
- - spec/fixture/app/views/delete_button_specs/delete_with_label.html.erb
177
- - spec/fixture/app/views/delete_button_specs/simple_delete.html.erb
178
- - spec/fixture/app/views/exeptions/client_error.html.erb
179
- - spec/fixture/app/views/exeptions/internal_server_error.html.erb
180
- - spec/fixture/app/views/exeptions/not_acceptable.html.erb
181
- - spec/fixture/app/views/exeptions/not_found.html.erb
165
+ - spec/fixture/app/views/bound_select_specs/label.html.erb
166
+ - spec/fixture/app/views/bound_select_specs/blank.html.erb
167
+ - spec/fixture/app/views/bound_select_specs/selected.html.erb
168
+ - spec/fixture/app/views/text_field_specs/basic.html.erb
169
+ - spec/fixture/app/views/text_field_specs/class.html.erb
170
+ - spec/fixture/app/views/text_field_specs/disabled.html.erb
171
+ - spec/fixture/app/views/text_field_specs/symbolized_name.html.erb
172
+ - spec/fixture/app/views/text_field_specs/label.html.erb
182
173
  - spec/fixture/app/views/fields_for_specs/basic.html.erb
183
174
  - spec/fixture/app/views/fields_for_specs/midstream.html.erb
184
175
  - spec/fixture/app/views/fields_for_specs/nil.html.erb
185
- - spec/fixture/app/views/fieldset_specs/legend.html.erb
186
- - spec/fixture/app/views/file_field_specs/disabled.html.erb
187
- - spec/fixture/app/views/file_field_specs/makes_multipart.html.erb
188
- - spec/fixture/app/views/file_field_specs/with_label.html.erb
189
- - spec/fixture/app/views/file_field_specs/with_values.html.erb
190
- - spec/fixture/app/views/foo/bar.html.erb
191
- - spec/fixture/app/views/form_for_specs/advanced.html.erb
192
- - spec/fixture/app/views/form_for_specs/basic.html.erb
193
- - spec/fixture/app/views/form_specs/create_a_form.html.erb
194
- - spec/fixture/app/views/form_specs/create_a_multipart_form.html.erb
195
- - spec/fixture/app/views/form_specs/fake_delete_if_set.html.erb
196
176
  - spec/fixture/app/views/form_specs/fake_put_if_set.html.erb
177
+ - spec/fixture/app/views/form_specs/fake_delete_if_set.html.erb
197
178
  - spec/fixture/app/views/form_specs/get_if_set.html.erb
198
- - spec/fixture/app/views/form_specs/post_by_default.html.erb
199
179
  - spec/fixture/app/views/form_specs/resourceful_form.html.erb
200
- - spec/fixture/app/views/hacker/file_field.html.erb
201
- - spec/fixture/app/views/hacker/hidden_field.html.erb
202
- - spec/fixture/app/views/hacker/option_tag.html.erb
203
- - spec/fixture/app/views/hacker/password_field.html.erb
204
- - spec/fixture/app/views/hacker/radio_button.html.erb
205
- - spec/fixture/app/views/hacker/radio_group.html.erb
206
- - spec/fixture/app/views/hacker/text_area.html.erb
207
- - spec/fixture/app/views/hacker/text_field.html.erb
208
- - spec/fixture/app/views/hidden_field_specs/basic.html.erb
209
- - spec/fixture/app/views/hidden_field_specs/disabled.html.erb
210
- - spec/fixture/app/views/hidden_field_specs/label.html.erb
211
- - spec/fixture/app/views/label_specs/basic.html.erb
212
- - spec/fixture/app/views/label_specs/basic_with_attributes.html.erb
213
- - spec/fixture/app/views/label_specs/basic_with_class.html.erb
214
- - spec/fixture/app/views/layout/application.html.erb
215
- - spec/fixture/app/views/numeric_ext_specs/minutes_to_hours.html.erb
216
- - spec/fixture/app/views/numeric_ext_specs/to_concurrency_default.html.erb
217
- - spec/fixture/app/views/numeric_ext_specs/two_digits.html.erb
218
- - spec/fixture/app/views/option_tag_specs/array.html.erb
180
+ - spec/fixture/app/views/form_specs/post_by_default.html.erb
181
+ - spec/fixture/app/views/form_specs/create_a_form.html.erb
182
+ - spec/fixture/app/views/form_specs/create_a_multipart_form.html.erb
183
+ - spec/fixture/app/views/relative_date_span_specs/date_span_on_same_day_on_different_year.html.erb
184
+ - spec/fixture/app/views/relative_date_span_specs/date_span_on_same_day.html.erb
185
+ - spec/fixture/app/views/bound_password_field_specs/basic.html.erb
186
+ - spec/fixture/app/views/bound_password_field_specs/attributes.html.erb
187
+ - spec/fixture/app/views/bound_password_field_specs/label.html.erb
188
+ - spec/fixture/app/views/delete_button_specs/delete_with_label.html.erb
189
+ - spec/fixture/app/views/delete_button_specs/delete_with_extra_params.html.erb
190
+ - spec/fixture/app/views/delete_button_specs/delete_with_explicit_url.html.erb
191
+ - spec/fixture/app/views/delete_button_specs/simple_delete.html.erb
192
+ - spec/fixture/app/views/text_area_specs/basic.html.erb
193
+ - spec/fixture/app/views/text_area_specs/disabled.html.erb
194
+ - spec/fixture/app/views/text_area_specs/label.html.erb
195
+ - spec/fixture/app/views/text_area_specs/nil.html.erb
196
+ - spec/fixture/app/views/bound_radio_button_specs/basic.html.erb
197
+ - spec/fixture/app/views/file_field_specs/with_label.html.erb
198
+ - spec/fixture/app/views/file_field_specs/disabled.html.erb
199
+ - spec/fixture/app/views/file_field_specs/makes_multipart.html.erb
200
+ - spec/fixture/app/views/file_field_specs/with_values.html.erb
201
+ - spec/fixture/app/views/option_tag_specs/with_blank.html.erb
202
+ - spec/fixture/app/views/option_tag_specs/with_prompt.html.erb
219
203
  - spec/fixture/app/views/option_tag_specs/clean.html.erb
220
- - spec/fixture/app/views/option_tag_specs/collection.html.erb
221
- - spec/fixture/app/views/option_tag_specs/multiple_selects.html.erb
204
+ - spec/fixture/app/views/option_tag_specs/array.html.erb
222
205
  - spec/fixture/app/views/option_tag_specs/no_extra_attributes.html.erb
206
+ - spec/fixture/app/views/option_tag_specs/multiple_selects.html.erb
207
+ - spec/fixture/app/views/option_tag_specs/collection.html.erb
223
208
  - spec/fixture/app/views/option_tag_specs/optgroups.html.erb
224
209
  - spec/fixture/app/views/option_tag_specs/selected.html.erb
225
- - spec/fixture/app/views/option_tag_specs/with_blank.html.erb
226
- - spec/fixture/app/views/option_tag_specs/with_prompt.html.erb
227
- - spec/fixture/app/views/password_field_specs/basic.html.erb
228
- - spec/fixture/app/views/password_field_specs/disabled.html.erb
229
- - spec/fixture/app/views/radio_button_specs/basic.html.erb
230
- - spec/fixture/app/views/radio_button_specs/checked.html.erb
231
- - spec/fixture/app/views/radio_button_specs/disabled.html.erb
232
- - spec/fixture/app/views/radio_button_specs/label.html.erb
233
- - spec/fixture/app/views/radio_button_specs/unchecked.html.erb
234
- - spec/fixture/app/views/radio_group_specs/attributes.html.erb
235
- - spec/fixture/app/views/radio_group_specs/basic.html.erb
236
- - spec/fixture/app/views/radio_group_specs/checked.html.erb
237
- - spec/fixture/app/views/radio_group_specs/hash.html.erb
238
- - spec/fixture/app/views/radio_group_specs/specific_attributes.html.erb
239
- - spec/fixture/app/views/relative_date_span_specs/date_span_on_same_day.html.erb
240
- - spec/fixture/app/views/relative_date_span_specs/date_span_on_same_day_on_different_year.html.erb
241
- - spec/fixture/app/views/relative_date_specs/relative_date_with_year.html.erb
242
- - spec/fixture/app/views/relative_date_specs/relative_date_without_year.html.erb
243
- - spec/fixture/app/views/relative_date_specs/relative_today.html.erb
210
+ - spec/fixture/app/views/label_specs/basic.html.erb
211
+ - spec/fixture/app/views/label_specs/basic_with_attributes.html.erb
212
+ - spec/fixture/app/views/label_specs/basic_with_class.html.erb
244
213
  - spec/fixture/app/views/relative_date_specs/relative_tomorrow.html.erb
214
+ - spec/fixture/app/views/relative_date_specs/relative_date_with_year.html.erb
245
215
  - spec/fixture/app/views/relative_date_specs/relative_yesterday.html.erb
216
+ - spec/fixture/app/views/relative_date_specs/relative_today.html.erb
217
+ - spec/fixture/app/views/relative_date_specs/relative_date_without_year.html.erb
246
218
  - spec/fixture/app/views/select_specs/basic.html.erb
247
- - spec/fixture/app/views/select_specs/blank.html.erb
248
- - spec/fixture/app/views/select_specs/label.html.erb
249
219
  - spec/fixture/app/views/select_specs/multiple.html.erb
220
+ - spec/fixture/app/views/select_specs/label.html.erb
221
+ - spec/fixture/app/views/select_specs/blank.html.erb
250
222
  - spec/fixture/app/views/select_specs/selected.html.erb
251
- - spec/fixture/app/views/submit_specs/disabled_submit.html.erb
252
- - spec/fixture/app/views/submit_specs/submit_with_label.html.erb
253
- - spec/fixture/app/views/submit_specs/submit_with_values.html.erb
254
- - spec/fixture/app/views/tag_helper/nested_tags.html.erb
255
- - spec/fixture/app/views/tag_helper/tag_with_attributes.html.erb
256
- - spec/fixture/app/views/tag_helper/tag_with_content.html.erb
257
- - spec/fixture/app/views/tag_helper/tag_with_content_in_the_block.html.erb
258
- - spec/fixture/app/views/text_area_specs/basic.html.erb
259
- - spec/fixture/app/views/text_area_specs/disabled.html.erb
260
- - spec/fixture/app/views/text_area_specs/label.html.erb
261
- - spec/fixture/app/views/text_area_specs/nil.html.erb
262
- - spec/fixture/app/views/text_field_specs/basic.html.erb
263
- - spec/fixture/app/views/text_field_specs/class.html.erb
264
- - spec/fixture/app/views/text_field_specs/disabled.html.erb
265
- - spec/fixture/app/views/text_field_specs/label.html.erb
266
- - spec/fixture/app/views/text_field_specs/symbolized_name.html.erb
267
- - spec/fixture/config/environments/development.rb
268
- - spec/fixture/config/environments/production.rb
269
- - spec/fixture/config/environments/test.rb
270
- - spec/fixture/config/init.rb
271
- - spec/fixture/config/rack.rb
272
- - spec/fixture/config/router.rb
223
+ - spec/fixture/app/views/custom_builder_specs/everything.html.erb
224
+ - spec/fixture/app/views/numeric_ext_specs/two_digits.html.erb
225
+ - spec/fixture/app/views/numeric_ext_specs/to_concurrency_default.html.erb
226
+ - spec/fixture/app/views/numeric_ext_specs/minutes_to_hours.html.erb
227
+ - spec/fixture/app/views/layout/application.html.erb
228
+ - spec/fixture/app/views/radio_button_specs/basic.html.erb
229
+ - spec/fixture/app/views/radio_button_specs/disabled.html.erb
230
+ - spec/fixture/app/views/radio_button_specs/unchecked.html.erb
231
+ - spec/fixture/app/views/radio_button_specs/label.html.erb
232
+ - spec/fixture/app/views/radio_button_specs/checked.html.erb
233
+ - spec/fixture/app/views/foo/bar.html.erb
234
+ - spec/fixture/app/views/bound_text_area_specs/basic.html.erb
235
+ - spec/fixture/app/views/bound_text_area_specs/label.html.erb
236
+ - spec/fixture/app/views/button_specs/button_with_values.html.erb
237
+ - spec/fixture/app/views/button_specs/disabled_button.html.erb
238
+ - spec/fixture/app/views/button_specs/button_with_label.html.erb
239
+ - spec/fixture/app/controllers/radio_button.rb
240
+ - spec/fixture/app/controllers/form.rb
241
+ - spec/fixture/app/controllers/label.rb
242
+ - spec/fixture/app/controllers/submit.rb
243
+ - spec/fixture/app/controllers/text_area.rb
244
+ - spec/fixture/app/controllers/bound_radio_group.rb
245
+ - spec/fixture/app/controllers/bound_option_tag.rb
246
+ - spec/fixture/app/controllers/file_field.rb
247
+ - spec/fixture/app/controllers/relative_date_span.rb
248
+ - spec/fixture/app/controllers/password_field.rb
249
+ - spec/fixture/app/controllers/form_for.rb
250
+ - spec/fixture/app/controllers/application.rb
251
+ - spec/fixture/app/controllers/text_field.rb
252
+ - spec/fixture/app/controllers/bound_check_box.rb
253
+ - spec/fixture/app/controllers/bound_hidden_field.rb
254
+ - spec/fixture/app/controllers/exceptions.rb
255
+ - spec/fixture/app/controllers/hacker.rb
256
+ - spec/fixture/app/controllers/foo.rb
257
+ - spec/fixture/app/controllers/bound_password_field.rb
258
+ - spec/fixture/app/controllers/hidden_field.rb
259
+ - spec/fixture/app/controllers/check_box.rb
260
+ - spec/fixture/app/controllers/bound_radio_button.rb
261
+ - spec/fixture/app/controllers/button.rb
262
+ - spec/fixture/app/controllers/numeric_ext.rb
263
+ - spec/fixture/app/controllers/select.rb
264
+ - spec/fixture/app/controllers/radio_group.rb
265
+ - spec/fixture/app/controllers/field_set.rb
266
+ - spec/fixture/app/controllers/fields_for.rb
267
+ - spec/fixture/app/controllers/bound_select.rb
268
+ - spec/fixture/app/controllers/bound_text_field.rb
269
+ - spec/fixture/app/controllers/bound_text_area.rb
270
+ - spec/fixture/app/controllers/tag_helper.rb
271
+ - spec/fixture/app/controllers/specs_controller.rb
272
+ - spec/fixture/app/controllers/bound_file_field.rb
273
+ - spec/fixture/app/controllers/relative_date.rb
274
+ - spec/fixture/app/controllers/custom_builder.rb
275
+ - spec/fixture/app/controllers/delete_button.rb
276
+ - spec/fixture/app/controllers/option_tag.rb
273
277
  - spec/fixture/public/images/merb.jpg
274
278
  - spec/fixture/public/merb.fcgi
275
279
  - spec/fixture/public/stylesheets/master.css
280
+ - spec/time_dsl_spec.rb
276
281
  - spec/merb_helpers_date_time_spec.rb
277
- - spec/merb_helpers_form_spec.rb
278
282
  - spec/merb_helpers_tag_helper_spec.rb
279
- - spec/merb_helpers_text_spec.rb
283
+ - spec/merb_helpers_form_spec.rb
280
284
  - spec/numeric_extlib_spec.rb
281
- - spec/ordinalize_spec.rb
282
- - spec/spec.opts
283
- - spec/spec_helper.rb
284
- - spec/time_dsl_spec.rb
285
285
  - README
286
286
  - LICENSE
287
287
  - TODO