rails/actionview/test/template
Earlopain d9adf17fbe
Add an explicit dependency on the logger gem
This is getting the same treatment as `base64`, `mutex_m`, etc.
In Ruby 3.4 it will start to warn: d7e558e3c4

Remoce require from two files that don't seem to need it
2024-06-05 13:53:33 +02:00
..
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 Lower case the link header 2024-05-31 21:00:22 +00:00
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 Remove usage of OpenStruct 2024-04-09 21:35:08 +03: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 Fix tests without assertions in the framework 2024-04-30 23:29:30 +00: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 Remove usage of OpenStruct 2024-04-09 21:35:08 +03: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 Replace allocations count by GC time in request logs 2024-05-08 23:02:35 +02: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 Remove usage of OpenStruct 2024-04-09 21:35:08 +03:00
render_test.rb [FIX] Remove warning: literal string will be frozen in the future from render_test 2024-05-04 20:25:23 +05:30
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 Add an explicit dependency on the logger gem 2024-06-05 13:53:33 +02:00
test_case_test.rb Action View Test Case rendered memoization 2024-02-14 20:37:47 -05:00
test_test.rb Replace ableist language 2021-10-05 22:27:09 -04:00
text_helper_test.rb Fix tests without assertions in the framework 2024-04-30 23:29:30 +00: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