rails/actionview/test/template
Rafael Mendonça França 4544b0d15b
Merge pull request #49943 from cjilbert504/handle-nil-form-model-object
Handle nil form_with model argument
2024-01-03 22:02:41 -05:00
..
erb Avoid calling to_s at end of ERB 2022-08-03 16:24:12 -07:00
form_helper change model arg default to false; raise if model arg is nil 2023-12-08 05:48:12 -06: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 Allow opting in/out of Link preload headers when calling stylesheet_link_tag or javascript_include_tag 2023-06-22 12:15:22 +10: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 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 Prism for parsing renders when available 2023-09-29 20:57:54 -04: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 Enable Minitest/LiteralAsActualArgument 2023-09-13 10:09:32 +09: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 Deprecate content for void elements in TagBuilder 2023-11-24 11:42:57 -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 ActionView::Template fix computation of strict locals 2023-11-14 13:14:59 +01:00
test_case_test.rb Point rubocop to ruby 3.1 2024-01-03 19:02:32 +00: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