.. |
erb
|
Avoid calling to_s at end of ERB
|
2022-08-03 16:24:12 -07:00 |
form_helper
|
Deprecate passing nil as model arg instead of raising ArgumentError (#50931)
|
2024-02-01 13:23:03 -08:00 |
testing
|
Fix spelling in FixtureResolverTest
|
2021-04-13 10:46:09 -04:00 |
active_model_helper_test.rb
|
Revert typography change in user facing errors
|
2023-09-26 21:45:03 +00:00 |
asset_tag_helper_test.rb
|
Add the nonce: true option for stylesheet_link_tag helper
|
2024-01-05 13:02:51 +05:30 |
atom_feed_helper_test.rb
|
feat(rubocop): Add Style/RedundantRegexpEscape
|
2020-12-08 18:57:09 +00:00 |
capture_helper_test.rb
|
Fix `capture` view helper for HAML and Slim
|
2023-10-13 08:27:09 +02:00 |
compiled_templates_test.rb
|
Remove deprecated support to instance variables as locals to partials
|
2023-03-03 00:38:39 +00:00 |
controller_helper_test.rb
|
Merge pull request #29897 from kirs/frozen-actionview
|
2017-07-24 15:54:08 -04:00 |
csp_helper_test.rb
|
Allow to pass options to `csp_meta_tag`
|
2019-02-16 09:36:37 +09:00 |
csrf_helper_test.rb
|
form_authenticity_token takes keyword arguments
|
2019-09-15 03:05:52 +09:00 |
date_helper_i18n_test.rb
|
Fixes Date Helper with locale
|
2022-08-02 18:32:13 +09:00 |
date_helper_test.rb
|
Get rid of the `jruby_skip` test helper
|
2023-10-02 13:01:44 +02:00 |
dependency_tracker_test.rb
|
Use ActiveSupport::TestCase for Tracker tests
|
2024-02-01 15:45:00 -05:00 |
digestor_test.rb
|
Replace map + compact with filter_map
|
2021-04-22 22:08:34 -03:00 |
erb_util_test.rb
|
Improve performance of JSON HTML entity escaping
|
2023-07-05 12:45:31 -07:00 |
file_system_resolver_test.rb
|
Add tests against resolver
|
2019-04-11 17:09:00 -07:00 |
form_collections_helper_test.rb
|
Fix word case. `html` -> `HTML`
|
2022-09-18 04:21:22 +10:00 |
form_helper_test.rb
|
Revert typography change in user facing errors
|
2023-09-26 21:45:03 +00:00 |
form_options_helper_i18n_test.rb
|
Fix tests for minitest 5.16
|
2022-06-23 08:32:11 -04:00 |
form_options_helper_test.rb
|
Allow `f.select` to be called with a single hash containing options and HTML options
|
2022-12-13 11:44:34 -06:00 |
form_tag_helper_test.rb
|
Alias `field_set_tag` helper to `fieldset_tag`
|
2023-12-02 01:09:42 -05:00 |
html_test.rb
|
Raise exception when building invalid mime type
|
2019-03-14 11:33:48 -07:00 |
javascript_helper_test.rb
|
Add spell checking with codespell as a GitHub Action
|
2021-05-04 14:46:21 +10:00 |
log_subscriber_test.rb
|
Make the arguments of ActionView::Base#initialize required
|
2020-10-30 00:25:24 +00:00 |
lookup_context_test.rb
|
Avoid splats in LookupContext and PathSet
|
2021-07-13 17:49:15 -07:00 |
number_helper_test.rb
|
Fix rubocop issue of single- vs double- quotes (+1 squashed commit)
|
2021-12-13 16:48:53 +00:00 |
output_safety_helper_test.rb
|
Fix word case. `html` -> `HTML`
|
2022-09-18 04:21:22 +10:00 |
partial_iteration_test.rb
|
[Tests only] Enable `Minitest/AssertPredicate` rule
|
2023-10-13 19:26:47 +00:00 |
record_identifier_test.rb
|
Fix form_for id generation for new CPK models
|
2023-08-28 15:56:25 -05:00 |
render_test.rb
|
Do not mask NoMethodError for render_in in render_in
|
2024-01-10 17:26:27 -06:00 |
resolver_shared_tests.rb
|
Reuse strict locals templates for any locals
|
2022-08-18 16:32:11 -07:00 |
sanitize_helper_test.rb
|
Add support for HTML5 sanitizers
|
2023-05-28 14:00:35 -04:00 |
streaming_render_test.rb
|
Remove deprecated support to passing relative paths to `render file:`
|
2020-10-30 00:25:14 +00:00 |
tag_helper_test.rb
|
Optimize TagBuilder tag generation
|
2024-01-16 17:51:21 -05:00 |
template_error_test.rb
|
Empty array instead of nil for source_extract
|
2019-07-14 15:04:25 -04:00 |
template_path_test.rb
|
[Tests only] Enable `Minitest/AssertPredicate` rule
|
2023-10-13 19:26:47 +00:00 |
template_test.rb
|
Mention Strict Locals in more documentation
|
2024-01-25 10:14:44 -05:00 |
test_case_test.rb
|
Parse `ActionView::TestCase#rendered` as DocumentFragment
|
2024-01-04 14:49:51 -05:00 |
test_test.rb
|
Replace ableist language
|
2021-10-05 22:27:09 -04:00 |
text_helper_test.rb
|
Fix word_wrap with empty string
|
2023-11-15 16:22:02 -06:00 |
text_test.rb
|
[ci skip] Renamed formats -> format in test after #35406
|
2019-02-26 08:35:15 +05:30 |
translation_helper_test.rb
|
Remove old `raise_on_missing_translations` behaviour
|
2023-09-09 19:59:49 +00:00 |
url_helper_test.rb
|
Fix to_param parameter generation for partial composite keys
|
2023-08-29 14:04:03 -05:00 |