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

This commit is contained in:
José Valim 2011-05-10 00:48:31 +02:00
parent 73ff6797ef
commit 0e1dcae185
1 changed files with 0 additions and 5 deletions

View File

@ -56,11 +56,6 @@ module <%= app_const_base %>
# 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