1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/template
Adam Hess f80038ae7d Improve did_you_mean partial name correction
Before this change did_you_mean shows partial paths like `animals/_partial`,
but adding that to your render call in a view like `<%= render 'animals/_partial' %>`
 will still be missing as rails will search for the template `animals/__partial`.
We can provide the user a easier copy/paste correction if we don't tell them about the underscore.

This also reduces the candidates to only return partials if you are
looking for a partial and only look for non-templates when you are not
looking for a template.
2021-04-19 15:01:00 -07:00
..
erb Allow Erubi bufvar to be configured 2020-05-21 15:22:51 -05:00
form_helper Stop checking if ruby2_keywords is defined 2021-04-11 13:42:02 +02:00
testing Fix spelling in FixtureResolverTest 2021-04-13 10:46:09 -04:00
active_model_helper_test.rb
asset_tag_helper_test.rb Ensure modules are preloaded correctly using rel=modulepreload. 2021-03-19 13:22:22 -04:00
atom_feed_helper_test.rb feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
capture_helper_test.rb
compiled_templates_test.rb Remove FallbackFileSystemResolver 2021-04-06 14:20:48 -07:00
controller_helper_test.rb
csp_helper_test.rb
csrf_helper_test.rb
date_helper_i18n_test.rb
date_helper_test.rb Add label attribute to <option> from include_blank 2020-07-24 15:45:18 -05:00
dependency_tracker_test.rb Ignore interpolated strings in DependencyTracker 2020-04-27 10:10:45 -07:00
digestor_test.rb
erb_util_test.rb
file_system_resolver_test.rb
form_collections_helper_test.rb
form_helper_test.rb Translate FormBuilder#button calls with formmethod: 2021-01-08 18:21:02 -05:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb [v6.1.0.rc1] Fix regression for select tag helper with array (#40522) 2020-11-03 13:27:51 -05:00
form_tag_helper_test.rb Merge pull request #40168 from igor04/disable_with_and_automatically_disable_submit_tag 2020-12-09 13:38:44 -05:00
html_test.rb
javascript_helper_test.rb Fix possible XSS vector in JS escape helper 2020-03-19 09:48:08 -07: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 Add DidYouMean suggestions for missing templates 2021-04-07 09:18:12 -07:00
number_helper_test.rb
output_safety_helper_test.rb chore: fix grammar and spelling 2021-04-15 16:57:01 +10:00
partial_iteration_test.rb fix require 2020-02-27 14:12:09 -08:00
record_identifier_test.rb
render_test.rb Improve did_you_mean partial name correction 2021-04-19 15:01:00 -07:00
resolver_cache_test.rb Resolve wildcards depends using all_template_paths 2021-04-13 15:04:17 -07:00
resolver_shared_tests.rb Remove support for templates with "." 2021-04-14 11:27:11 -07:00
sanitize_helper_test.rb chore: fix grammar and spelling 2021-04-15 16:57:01 +10: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 Escape HTML attributes for ERB interpolation (#40657) 2020-11-28 11:01:15 +01:00
template_error_test.rb
template_test.rb Revert "Remove redundant @virtual_path variable" 2020-12-30 14:07:09 +01:00
test_case_test.rb Use unique controller per ActionView::TestCase 2020-09-02 15:55:01 -07:00
test_test.rb
text_helper_test.rb
text_test.rb
translation_helper_test.rb Remove FallbackFileSystemResolver 2021-04-06 14:20:48 -07:00
url_helper_test.rb Revert "Passing in a Hash instance as non-kwargs parameters has to be curly braced now" 2021-03-22 11:21:33 +09:00