1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Joel Hawksley 3b28486e93 ActionView::Base.annotate_template_file_names only annotates HTML output.
In testing https://github.com/rails/rails/pull/38848 in the
GitHub monolith, we realized that we probably should only
be annotating HTML output with these comments, at least
in their current format. By passing `format` to
`erb_implementation`, we set ourselves up to eventually
support annotations for other formats as well.
2020-04-08 15:22:22 -06:00
..
action_view ActionView::Base.annotate_template_file_names only annotates HTML output. 2020-04-08 15:22:22 -06:00
action_view.rb Move renderers in to their own files 2020-02-27 12:55:04 -08:00