Project

General

Profile

Feature #38216 » 0001-Add-template-filenames-as-comments-to-HTML-output-de.patch

Takashi Kato, 2023-01-28 08:03

View differences:

config/environments/development.rb
59 59

  
60 60
  # Uncomment if you wish to allow Action Cable access from any origin.
61 61
  # config.action_cable.disable_request_forgery_protection = true
62

  
63
  # Annotate rendered view with file names.
64
  config.action_view.annotate_rendered_view_with_filenames = true
62 65
end
config/environments/test.rb
71 71
  # config.action_view.annotate_rendered_view_with_filenames = true
72 72

  
73 73
  config.secret_key_base = 'a secret token for running the tests'
74

  
75
  # Annotate rendered view with file names.
76
  config.action_view.annotate_rendered_view_with_filenames = true
74 77
end
(2-2/2)