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/dummy/config
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
..
environments .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
initializers Let the generated initializers/backtrace_silencers.rb code use Regexp#match? 2019-07-29 14:21:30 +09:00
locales Updated links from http to https in guides, docs, etc 2019-03-09 16:43:47 +05:30
webpack Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00
application.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
boot.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
cable.yml Import Action Text 2019-01-04 22:22:49 -05:00
database.yml Import Action Text 2019-01-04 22:22:49 -05:00
environment.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
puma.rb remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
routes.rb Updated links from http to https in guides, docs, etc 2019-03-09 16:43:47 +05:30
spring.rb Import Action Text 2019-01-04 22:22:49 -05:00
storage.yml remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
webpacker.yml Update Webpacker in Action Text's test dummy app 2019-05-11 20:27:37 -04:00