1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test
Joel Hawksley a59e1de26a .annotate_template_file_names annotates HTML output with template file names
As a developer, when looking at a page in my web browser, it's sometimes
difficult to figure out which template(s) are being used to render the page.

config.action_view.annotate_template_file_names adds HTML comments to the
rendered output indicating where each template begins and ends.

Co-authored-by: Aaron Patterson <tenderlove@github.com>
2020-03-30 14:50:01 -06:00
..
dummy .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
fixtures/files Import Action Text 2019-01-04 22:22:49 -05:00
system Correct test name 2019-05-20 13:59:06 -04:00
template form_with takes keyword arguments 2019-09-24 13:48:14 +09:00
unit Merge pull request #37951 from t0yohei/add-missing-action-to-action-text 2020-03-19 16:26:52 -04:00
application_system_test_case.rb Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
test_helper.rb Always create ActiveStorage::Blob before uploading to service 2019-09-24 07:32:59 -04:00