rails--rails/actionview/lib
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
..
action_view .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
action_view.rb Move renderers in to their own files 2020-02-27 12:55:04 -08:00