actionview 6.0.3.4 → 6.1.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actionview might be problematic. Click here for more details.

Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +152 -232
  3. data/MIT-LICENSE +1 -1
  4. data/lib/action_view.rb +4 -1
  5. data/lib/action_view/base.rb +21 -52
  6. data/lib/action_view/cache_expiry.rb +1 -2
  7. data/lib/action_view/context.rb +0 -1
  8. data/lib/action_view/dependency_tracker.rb +10 -4
  9. data/lib/action_view/digestor.rb +3 -2
  10. data/lib/action_view/gem_version.rb +3 -3
  11. data/lib/action_view/helpers/asset_tag_helper.rb +40 -15
  12. data/lib/action_view/helpers/asset_url_helper.rb +6 -4
  13. data/lib/action_view/helpers/atom_feed_helper.rb +2 -1
  14. data/lib/action_view/helpers/cache_helper.rb +10 -16
  15. data/lib/action_view/helpers/date_helper.rb +4 -4
  16. data/lib/action_view/helpers/form_helper.rb +59 -17
  17. data/lib/action_view/helpers/form_options_helper.rb +7 -16
  18. data/lib/action_view/helpers/form_tag_helper.rb +2 -1
  19. data/lib/action_view/helpers/javascript_helper.rb +3 -3
  20. data/lib/action_view/helpers/number_helper.rb +6 -6
  21. data/lib/action_view/helpers/rendering_helper.rb +11 -3
  22. data/lib/action_view/helpers/tag_helper.rb +92 -17
  23. data/lib/action_view/helpers/tags/base.rb +9 -5
  24. data/lib/action_view/helpers/tags/date_field.rb +1 -1
  25. data/lib/action_view/helpers/tags/date_select.rb +2 -2
  26. data/lib/action_view/helpers/tags/datetime_local_field.rb +1 -1
  27. data/lib/action_view/helpers/tags/label.rb +4 -0
  28. data/lib/action_view/helpers/tags/month_field.rb +1 -1
  29. data/lib/action_view/helpers/tags/select.rb +1 -1
  30. data/lib/action_view/helpers/tags/time_field.rb +1 -1
  31. data/lib/action_view/helpers/tags/week_field.rb +1 -1
  32. data/lib/action_view/helpers/text_helper.rb +1 -1
  33. data/lib/action_view/helpers/translation_helper.rb +88 -53
  34. data/lib/action_view/helpers/url_helper.rb +107 -13
  35. data/lib/action_view/layouts.rb +3 -2
  36. data/lib/action_view/log_subscriber.rb +26 -10
  37. data/lib/action_view/lookup_context.rb +3 -18
  38. data/lib/action_view/path_set.rb +0 -3
  39. data/lib/action_view/railtie.rb +35 -46
  40. data/lib/action_view/renderer/abstract_renderer.rb +93 -14
  41. data/lib/action_view/renderer/collection_renderer.rb +192 -0
  42. data/lib/action_view/renderer/object_renderer.rb +34 -0
  43. data/lib/action_view/renderer/partial_renderer.rb +20 -282
  44. data/lib/action_view/renderer/partial_renderer/collection_caching.rb +25 -26
  45. data/lib/action_view/renderer/renderer.rb +44 -1
  46. data/lib/action_view/renderer/streaming_template_renderer.rb +5 -1
  47. data/lib/action_view/renderer/template_renderer.rb +15 -12
  48. data/lib/action_view/rendering.rb +3 -1
  49. data/lib/action_view/routing_url_for.rb +1 -1
  50. data/lib/action_view/template.rb +9 -49
  51. data/lib/action_view/template/handlers.rb +0 -26
  52. data/lib/action_view/template/handlers/erb.rb +10 -14
  53. data/lib/action_view/template/handlers/erb/erubi.rb +9 -7
  54. data/lib/action_view/template/html.rb +1 -11
  55. data/lib/action_view/template/raw_file.rb +0 -3
  56. data/lib/action_view/template/renderable.rb +24 -0
  57. data/lib/action_view/template/resolver.rb +82 -40
  58. data/lib/action_view/template/text.rb +0 -3
  59. data/lib/action_view/test_case.rb +18 -25
  60. data/lib/action_view/testing/resolvers.rb +10 -31
  61. data/lib/action_view/unbound_template.rb +3 -3
  62. data/lib/action_view/view_paths.rb +34 -36
  63. metadata +19 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6282f389eee279f6440f9f50afaf82451b879cc361b88a8d9ef6b87c1e0b8be
4
- data.tar.gz: 520b6458a6d53f4624567f56b5ded7ee33fe4cec7baa2b203ff1d43935d947d9
3
+ metadata.gz: c6501d14d3ded1b369986260419c6aee627f1b7799b3c3c4218873bfe8d4b479
4
+ data.tar.gz: 989267ee82dfffffb28da4b86b9eb462dd4e0bd3d379763b6b1e263ff29739b1
5
5
  SHA512:
6
- metadata.gz: fb5f8f4244443405de3555039f1a57766eecc9d6c682ffd7103871251c897a81a59d816824de7046eca0ae3479060baebd2921299465f41caaef20614d18bac6
7
- data.tar.gz: ab3d33e56c39c3f196f8f2fdd0b8d20a6eeda87d7364e448a7e3a8fc01c0668a31c9368a9ce248ac384851c4b2d0fb9f5d93ecfec8520dcd2c479cbdba78d6a8
6
+ metadata.gz: 0604fd5bb813f716bff94d3ac476ad3a466b8ea6e02e022b4ee29cf5f3a0389ec70f50fc532e37a857307b2180e69d0db2c0c42abcf603677789df8b44acad0f
7
+ data.tar.gz: 54f5d17012d6817bd687d80dff5bd36ffff2ea6fc8461ac2e81fde65a73dea829a076351ff812516f80869ae0dbda5eda4d8181b731bfd31ae92b56cca03ab53
@@ -1,340 +1,260 @@
1
- ## Rails 6.0.3.4 (October 07, 2020) ##
1
+ ## Rails 6.1.0.rc1 (November 02, 2020) ##
2
2
 
3
- * No changes.
3
+ * Yield translated strings to calls of `ActionView::FormBuilder#button`
4
+ when a block is given.
4
5
 
6
+ *Sean Doyle*
5
7
 
6
- ## Rails 6.0.3.3 (September 09, 2020) ##
8
+ * Alias `ActionView::Helpers::Tags::Label::LabelBuilder#translation` to
9
+ `#to_s` so that `form.label` calls can yield that value to their blocks.
7
10
 
8
- * [CVE-2020-8185] Fix potential XSS vulnerability in the `translate`/`t` helper.
11
+ *Sean Doyle*
9
12
 
10
- *Jonathan Hefner*
13
+ * Rename the new `TagHelper#class_names` method to `TagHelper#token_list`,
14
+ and make the original available as an alias.
11
15
 
16
+ token_list("foo", "foo bar")
17
+ # => "foo bar"
12
18
 
13
- ## Rails 6.0.3.2 (June 17, 2020) ##
19
+ *Sean Doyle*
14
20
 
15
- * No changes.
21
+ * ARIA Array and Hash attributes are treated as space separated `DOMTokenList`
22
+ values. This is useful when declaring lists of label text identifiers in
23
+ `aria-labelledby` or `aria-describedby`.
16
24
 
25
+ tag.input type: 'checkbox', name: 'published', aria: {
26
+ invalid: @post.errors[:published].any?,
27
+ labelledby: ['published_context', 'published_label'],
28
+ describedby: { published_errors: @post.errors[:published].any? }
29
+ }
30
+ #=> <input
31
+ type="checkbox" name="published" aria-invalid="true"
32
+ aria-labelledby="published_context published_label"
33
+ aria-describedby="published_errors"
34
+ >
17
35
 
18
- ## Rails 6.0.3.1 (May 18, 2020) ##
19
-
20
- * [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs
21
-
22
- ## Rails 6.0.3 (May 06, 2020) ##
23
-
24
- * annotated_source_code returns an empty array so TemplateErrors without a
25
- template in the backtrace are surfaced properly by DebugExceptions.
26
-
27
- *Guilherme Mansur*, *Kasper Timm Hansen*
28
-
29
- * Add autoload for SyntaxErrorInTemplate so syntax errors are correctly raised by DebugExceptions.
30
-
31
- *Guilherme Mansur*, *Gannon McGibbon*
32
-
33
-
34
- ## Rails 6.0.2.2 (March 19, 2020) ##
35
-
36
- * Fix possible XSS vector in escape_javascript helper
37
-
38
- CVE-2020-5267
39
-
40
- *Aaron Patterson*
41
-
42
-
43
- ## Rails 6.0.2.1 (December 18, 2019) ##
44
-
45
- * No changes.
46
-
47
-
48
- ## Rails 6.0.2 (December 13, 2019) ##
49
-
50
- * No changes.
51
-
52
-
53
- ## Rails 6.0.1 (November 5, 2019) ##
54
-
55
- * UJS avoids `Element.closest()` for IE 9 compatibility.
56
-
57
- *George Claghorn*
58
-
59
-
60
- ## Rails 6.0.0 (August 16, 2019) ##
61
-
62
- * ActionView::Helpers::SanitizeHelper: support rails-html-sanitizer 1.1.0.
63
-
64
- *Juanito Fatas*
65
-
66
-
67
- ## Rails 6.0.0.rc2 (July 22, 2019) ##
68
-
69
- * Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.
70
-
71
- *Younes SERRAJ*
72
-
73
-
74
- ## Rails 6.0.0.rc1 (April 24, 2019) ##
75
-
76
- * Fix partial caching skips same item issue
77
-
78
- If we render cached collection partials with repeated items, those repeated items
79
- will get skipped. For example, if you have 5 identical items in your collection, Rails
80
- only renders the first one when `cached` is set to true. But it should render all
81
- 5 items instead.
82
-
83
- Fixes #35114.
84
-
85
- *Stan Lo*
86
-
87
- * Only clear ActionView cache in development on file changes
88
-
89
- To speed up development mode, view caches are only cleared when files in
90
- the view paths have changed. Applications which have implemented custom
91
- `ActionView::Resolver` subclasses may need to add their own cache clearing.
36
+ *Sean Doyle*
92
37
 
93
- *John Hawthorn*
38
+ * Remove deprecated `escape_whitelist` from `ActionView::Template::Handlers::ERB`.
94
39
 
95
- * Fix `ActionView::FixtureResolver` so that it handles template variants correctly.
40
+ *Rafael Mendonça França*
96
41
 
97
- *Edward Rudd*
42
+ * Remove deprecated `find_all_anywhere` from `ActionView::Resolver`.
98
43
 
99
- * `ActionView::TemplateRender.render(file: )` now renders the file directly,
100
- without using any handlers, using the new `Template::RawFile` class.
44
+ *Rafael Mendonça França*
101
45
 
102
- *John Hawthorn*, *Cliff Pruitt*
46
+ * Remove deprecated `formats` from `ActionView::Template::HTML`.
103
47
 
48
+ *Rafael Mendonça França*
104
49
 
105
- ## Rails 6.0.0.beta3 (March 11, 2019) ##
50
+ * Remove deprecated `formats` from `ActionView::Template::RawFile`.
106
51
 
107
- * Only accept formats from registered mime types
52
+ *Rafael Mendonça França*
108
53
 
109
- A lack of filtering on mime types could allow an attacker to read
110
- arbitrary files on the target server or to perform a denial of service
111
- attack.
54
+ * Remove deprecated `formats` from `ActionView::Template::Text`.
112
55
 
113
- Fixes CVE-2019-5418
114
- Fixes CVE-2019-5419
56
+ *Rafael Mendonça França*
115
57
 
116
- *John Hawthorn*, *Eileen M. Uchitelle*, *Aaron Patterson*
58
+ * Remove deprecated `find_file` from `ActionView::PathSet`.
117
59
 
60
+ *Rafael Mendonça França*
118
61
 
119
- ## Rails 6.0.0.beta2 (February 25, 2019) ##
62
+ * Remove deprecated `rendered_format` from `ActionView::LookupContext`.
120
63
 
121
- * `ActionView::Template.finalize_compiled_template_methods` is deprecated with
122
- no replacement.
64
+ *Rafael Mendonça França*
123
65
 
124
- *tenderlove*
66
+ * Remove deprecated `find_file` from `ActionView::ViewPaths`.
125
67
 
126
- * `config.action_view.finalize_compiled_template_methods` is deprecated with
127
- no replacement.
68
+ *Rafael Mendonça França*
128
69
 
129
- *tenderlove*
70
+ * Require that `ActionView::Base` subclasses implement `#compiled_method_container`.
130
71
 
131
- * Ensure unique DOM IDs for collection inputs with float values.
72
+ *Rafael Mendonça França*
132
73
 
133
- Fixes #34974.
74
+ * Remove deprecated support to pass an object that is not a `ActionView::LookupContext` as the first argument
75
+ in `ActionView::Base#initialize`.
134
76
 
135
- *Mark Edmondson*
77
+ *Rafael Mendonça França*
136
78
 
137
- * Single arity template handlers are deprecated. Template handlers must
138
- now accept two parameters, the view object and the source for the view object.
79
+ * Remove deprecated `format` argument `ActionView::Base#initialize`.
139
80
 
140
- *tenderlove*
81
+ *Rafael Mendonça França*
141
82
 
83
+ * Remove deprecated `ActionView::Template#refresh`.
142
84
 
143
- ## Rails 6.0.0.beta1 (January 18, 2019) ##
85
+ *Rafael Mendonça França*
144
86
 
145
- * [Rename npm package](https://github.com/rails/rails/pull/34905) from
146
- [`rails-ujs`](https://www.npmjs.com/package/rails-ujs) to
147
- [`@rails/ujs`](https://www.npmjs.com/package/@rails/ujs).
87
+ * Remove deprecated `ActionView::Template#original_encoding`.
148
88
 
149
- *Javan Makhmali*
89
+ *Rafael Mendonça França*
150
90
 
151
- * Remove deprecated `image_alt` helper.
91
+ * Remove deprecated `ActionView::Template#variants`.
152
92
 
153
93
  *Rafael Mendonça França*
154
94
 
155
- * Fix the need of `#protect_against_forgery?` method defined in
156
- `ActionView::Base` subclasses. This prevents the use of forms and buttons.
95
+ * Remove deprecated `ActionView::Template#formats`.
157
96
 
158
- *Genadi Samokovarov*
97
+ *Rafael Mendonça França*
159
98
 
160
- * Fix UJS permanently showing disabled text in a[data-remote][data-disable-with] elements within forms.
99
+ * Remove deprecated `ActionView::Template#virtual_path=`.
161
100
 
162
- Fixes #33889.
101
+ *Rafael Mendonça França*
163
102
 
164
- *Wolfgang Hobmaier*
103
+ * Remove deprecated `ActionView::Template#updated_at`.
165
104
 
166
- * Prevent non-primary mouse keys from triggering Rails UJS click handlers.
167
- Firefox fires click events even if the click was triggered by non-primary mouse keys such as right- or scroll-wheel-clicks.
168
- For example, right-clicking a link such as the one described below (with an underlying ajax request registered on click) should not cause that request to occur.
105
+ *Rafael Mendonça França*
169
106
 
170
- ```
171
- <%= link_to 'Remote', remote_path, class: 'remote', remote: true, data: { type: :json } %>
172
- ```
107
+ * Remove deprecated `updated_at` argument required on `ActionView::Template#initialize`.
173
108
 
174
- Fixes #34541.
109
+ *Rafael Mendonça França*
175
110
 
176
- *Wolfgang Hobmaier*
111
+ * Make `locals` argument required on `ActionView::Template#initialize`.
177
112
 
178
- * Prevent `ActionView::TextHelper#word_wrap` from unexpectedly stripping white space from the _left_ side of lines.
113
+ *Rafael Mendonça França*
179
114
 
180
- For example, given input like this:
115
+ * Remove deprecated `ActionView::Template.finalize_compiled_template_methods`.
181
116
 
182
- ```
183
- This is a paragraph with an initial indent,
184
- followed by additional lines that are not indented,
185
- and finally terminated with a blockquote:
186
- "A pithy saying"
187
- ```
188
-
189
- Calling `word_wrap` should not trim the indents on the first and last lines.
117
+ *Rafael Mendonça França*
190
118
 
191
- Fixes #34487.
119
+ * Remove deprecated `config.action_view.finalize_compiled_template_methods`
192
120
 
193
- *Lyle Mullican*
121
+ *Rafael Mendonça França*
194
122
 
195
- * Add allocations to template rendering instrumentation.
123
+ * Remove deprecated support to calling `ActionView::ViewPaths#with_fallback` with a block.
196
124
 
197
- Adds the allocations for template and partial rendering to the server output on render.
125
+ *Rafael Mendonça França*
198
126
 
199
- ```
200
- Rendered posts/_form.html.erb (Duration: 7.1ms | Allocations: 6004)
201
- Rendered posts/new.html.erb within layouts/application (Duration: 8.3ms | Allocations: 6654)
202
- Completed 200 OK in 858ms (Views: 848.4ms | ActiveRecord: 0.4ms | Allocations: 1539564)
203
- ```
127
+ * Remove deprecated support to passing absolute paths to `render template:`.
204
128
 
205
- *Eileen M. Uchitelle*, *Aaron Patterson*
129
+ *Rafael Mendonça França*
206
130
 
207
- * Respect the `only_path` option passed to `url_for` when the options are passed in as an array
131
+ * Remove deprecated support to passing relative paths to `render file:`.
208
132
 
209
- Fixes #33237.
133
+ *Rafael Mendonça França*
210
134
 
211
- *Joel Ambass*
135
+ * Remove support to template handlers that don't accept two arguments.
212
136
 
213
- * Deprecate calling private model methods from view helpers.
137
+ *Rafael Mendonça França*
214
138
 
215
- For example, in methods like `options_from_collection_for_select`
216
- and `collection_select` it is possible to call private methods from
217
- the objects used.
139
+ * Remove deprecated pattern argument in `ActionView::Template::PathResolver`.
218
140
 
219
- Fixes #33546.
141
+ *Rafael Mendonça França*
220
142
 
221
- *Ana María Martínez Gómez*
143
+ * Remove deprecated support to call private methods from object in some view helpers.
222
144
 
223
- * Fix issue with `button_to`'s `to_form_params`
145
+ *Rafael Mendonça França*
224
146
 
225
- `button_to` was throwing exception when invoked with `params` hash that
226
- contains symbol and string keys. The reason for the exception was that
227
- `to_form_params` was comparing the given symbol and string keys.
147
+ * `ActionView::Helpers::TranslationHelper#translate` accepts a block, yielding
148
+ the translated text and the fully resolved translation key:
228
149
 
229
- The issue is fixed by turning all keys to strings inside
230
- `to_form_params` before comparing them.
150
+ <%= translate(".relative_key") do |translation, resolved_key| %>
151
+ <span title="<%= resolved_key %>"><%= translation %></span>
152
+ <% end %>
231
153
 
232
- *Georgi Georgiev*
154
+ *Sean Doyle*
233
155
 
234
- * Mark arrays of translations as trusted safe by using the `_html` suffix.
156
+ * Ensure cache fragment digests include all relevant template dependencies when
157
+ fragments are contained in a block passed to the render helper. Remove the
158
+ virtual_path keyword arguments found in CacheHelper as they no longer possess
159
+ any function following 1581cab.
235
160
 
236
- Example:
161
+ Fixes #38984.
237
162
 
238
- en:
239
- foo_html:
240
- - "One"
241
- - "<strong>Two</strong>"
242
- - "Three &#128075; &#128578;"
163
+ *Aaron Lipman*
243
164
 
244
- *Juan Broullon*
165
+ * Deprecate `config.action_view.raise_on_missing_translations` in favor of
166
+ `config.i18n.raise_on_missing_translations`.
245
167
 
246
- * Add `year_format` option to date_select tag. This option makes it possible to customize year
247
- names. Lambda should be passed to use this option.
168
+ New generalized configuration option now determines whether an error should be raised
169
+ for missing translations in controllers and views.
248
170
 
249
- Example:
171
+ *fatkodima*
250
172
 
251
- date_select('user_birthday', '', start_year: 1998, end_year: 2000, year_format: ->year { "Heisei #{year - 1988}" })
173
+ * Instrument layout rendering in `TemplateRenderer#render_with_layout` as `render_layout.action_view`,
174
+ and include (when necessary) the layout's virtual path in notification payloads for collection and partial renders.
252
175
 
253
- The HTML produced:
176
+ *Zach Kemp*
254
177
 
255
- <select id="user_birthday__1i" name="user_birthday[(1i)]">
256
- <option value="1998">Heisei 10</option>
257
- <option value="1999">Heisei 11</option>
258
- <option value="2000">Heisei 12</option>
259
- </select>
260
- /* The rest is omitted */
178
+ * `ActionView::Base.annotate_rendered_view_with_filenames` annotates HTML output with template file names.
261
179
 
262
- *Koki Ryu*
180
+ *Joel Hawksley*, *Aaron Patterson*
263
181
 
264
- * Fix JavaScript views rendering does not work with Firefox when using
265
- Content Security Policy.
182
+ * `ActionView::Helpers::TranslationHelper#translate` returns nil when
183
+ passed `default: nil` without a translation matching `I18n#translate`.
266
184
 
267
- Fixes #32577.
185
+ *Stefan Wrobel*
268
186
 
269
- *Yuji Yaginuma*
187
+ * `OptimizedFileSystemResolver` prefers template details in order of locale,
188
+ formats, variants, handlers.
270
189
 
271
- * Add the `nonce: true` option for `javascript_include_tag` helper to
272
- support automatic nonce generation for Content Security Policy.
273
- Works the same way as `javascript_tag nonce: true` does.
190
+ *Iago Pimenta*
274
191
 
275
- *Yaroslav Markin*
192
+ * Added `class_names` helper to create a CSS class value with conditional classes.
276
193
 
277
- * Remove `ActionView::Helpers::RecordTagHelper`.
194
+ *Joel Hawksley*, *Aaron Patterson*
278
195
 
279
- *Yoshiyuki Hirano*
196
+ * Add support for conditional values to TagBuilder.
280
197
 
281
- * Disable `ActionView::Template` finalizers in test environment.
198
+ *Joel Hawksley*
282
199
 
283
- Template finalization can be expensive in large view test suites.
284
- Add a configuration option,
285
- `action_view.finalize_compiled_template_methods`, and turn it off in
286
- the test environment.
200
+ * `ActionView::Helpers::FormOptionsHelper#select` should mark option for `nil` as selected.
287
201
 
288
- *Simon Coffey*
202
+ ```ruby
203
+ @post = Post.new
204
+ @post.category = nil
289
205
 
290
- * Extract the `confirm` call in its own, overridable method in `rails_ujs`.
206
+ # Before
207
+ select("post", "category", none: nil, programming: 1, economics: 2)
208
+ # =>
209
+ # <select name="post[category]" id="post_category">
210
+ # <option value="">none</option>
211
+ # <option value="1">programming</option>
212
+ # <option value="2">economics</option>
213
+ # </select>
291
214
 
292
- Example:
215
+ # After
216
+ select("post", "category", none: nil, programming: 1, economics: 2)
217
+ # =>
218
+ # <select name="post[category]" id="post_category">
219
+ # <option selected="selected" value="">none</option>
220
+ # <option value="1">programming</option>
221
+ # <option value="2">economics</option>
222
+ # </select>
223
+ ```
293
224
 
294
- Rails.confirm = function(message, element) {
295
- return (my_bootstrap_modal_confirm(message));
296
- }
225
+ *bogdanvlviv*
297
226
 
298
- *Mathieu Mahé*
227
+ * Log lines for partial renders and started template renders are now
228
+ emitted at the `DEBUG` level instead of `INFO`.
299
229
 
300
- * Enable select tag helper to mark `prompt` option as `selected` and/or `disabled` for `required`
301
- field.
230
+ Completed template renders are still logged at the `INFO` level.
302
231
 
303
- Example:
232
+ *DHH*
304
233
 
305
- select :post,
306
- :category,
307
- ["lifestyle", "programming", "spiritual"],
308
- { selected: "", disabled: "", prompt: "Choose one" },
309
- { required: true }
234
+ * ActionView::Helpers::SanitizeHelper: support rails-html-sanitizer 1.1.0.
310
235
 
311
- Placeholder option would be selected and disabled.
236
+ *Juanito Fatas*
312
237
 
313
- The HTML produced:
238
+ * Added `phone_to` helper method to create a link from mobile numbers.
314
239
 
315
- <select required="required" name="post[category]" id="post_category">
316
- <option disabled="disabled" selected="selected" value="">Choose one</option>
317
- <option value="lifestyle">lifestyle</option>
318
- <option value="programming">programming</option>
319
- <option value="spiritual">spiritual</option></select>
240
+ *Pietro Moro*
320
241
 
321
- *Sergey Prikhodko*
242
+ * annotated_source_code returns an empty array so TemplateErrors without a
243
+ template in the backtrace are surfaced properly by DebugExceptions.
322
244
 
323
- * Don't enforce UTF-8 by default.
245
+ *Guilherme Mansur*, *Kasper Timm Hansen*
324
246
 
325
- With the disabling of TLS 1.0 by most major websites, continuing to run
326
- IE8 or lower becomes increasingly difficult so default to not enforcing
327
- UTF-8 encoding as it's not relevant to other browsers.
247
+ * Add autoload for SyntaxErrorInTemplate so syntax errors are correctly raised by DebugExceptions.
328
248
 
329
- *Andrew White*
249
+ *Guilherme Mansur*, *Gannon McGibbon*
330
250
 
331
- * Change translation key of `submit_tag` from `module_name_class_name` to `module_name/class_name`.
251
+ * `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`.
332
252
 
333
- *Rui Onodera*
253
+ *Joel Hawksley*, *Natasha Umer*, *Aaron Patterson*, *Shawn Allen*, *Emily Plummer*, *Diana Mounter*, *John Hawthorn*, *Nathan Herald*, *Zaid Zawaideh*, *Zach Ahn*
334
254
 
335
- * Rails 6 requires Ruby 2.5.0 or newer.
255
+ * Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.
336
256
 
337
- *Jeremy Daer*, *Kasper Timm Hansen*
257
+ *Younes SERRAJ*
338
258
 
339
259
 
340
- Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/actionview/CHANGELOG.md) for previous changes.
260
+ Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actionview/CHANGELOG.md) for previous changes.