test/dummy/config/environments/production.rb in kinney-0.0.3 vs test/dummy/config/environments/production.rb in kinney-0.1.0

- old
+ new

@@ -1,8 +1,8 @@ Dummy::Application.configure do # Settings specified here will take precedence over those in config/application.rb - + config.eager_load = true # Code is not reloaded between requests config.cache_classes = true # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false @@ -58,10 +58,6 @@ # the I18n.default_locale when a translation can not be found) config.i18n.fallbacks = true # 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