提交 0e1dcae1 编写于 作者: J José Valim

Disable identity map by default. Detailed documentation will be pushed later.

上级 73ff6797
......@@ -56,11 +56,6 @@ class Application < Rails::Application
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
<% unless options[:skip_active_record] -%>
# Enable IdentityMap for Active Record, to disable set to false or remove the line below.
config.active_record.identity_map = true
<% end -%>
# Enable the asset pipeline
config.assets.enabled = true
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册