瀏覽代碼

Enable annotate_rendered_view_with_filenames in development mode (#38216).

Contributed by Takashi Kato.


git-svn-id: https://svn.redmine.org/redmine/trunk@22088 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA 1 年之前
父節點
當前提交
409f67d1ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config/environments/development.rb

+ 1
- 1
config/environments/development.rb 查看文件

@@ -51,7 +51,7 @@ Rails.application.configure do
# config.i18n.raise_on_missing_translations = true

# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true
config.action_view.annotate_rendered_view_with_filenames = true

# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.

Loading…
取消
儲存