From 47b2e79b3385a58ed0dbf240504e6494dc16cfc8 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Sun, 28 Sep 2014 22:01:26 -0300 Subject: [PATCH] rails4.1: remove configuration not supported --- config/environments/development.rb | 4 ---- config/environments/production.rb | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 4e8316d..a0f2915 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -23,10 +23,6 @@ Noosfero::Application.configure do # Raise exception on mass assignment protection for Active Record models config.active_record.mass_assignment_sanitizer = :strict - # Log the query plan for queries taking more than this (works - # with SQLite, MySQL, and PostgreSQL) - config.active_record.auto_explain_threshold_in_seconds = 0.5 - # Do not compress assets config.assets.compress = false diff --git a/config/environments/production.rb b/config/environments/production.rb index 0609da9..ba3cc9f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -63,9 +63,5 @@ Noosfero::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - - # Log the query plan for queries taking more than this (works - # with SQLite, MySQL, and PostgreSQL) - # config.active_record.auto_explain_threshold_in_seconds = 0.5 end -- libgit2 0.21.2