X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e0abb299d01097a5469a7e72b2e63194e0cc6003..35e0f58683a7e85feb9e807194487bd010170a8e:/config/environments/development.rb diff --git a/config/environments/development.rb b/config/environments/development.rb index b7e60eb4f..9a3976f76 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -39,10 +39,10 @@ Rails.application.configure do config.active_support.deprecation = :log # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load unless STATUS == :database_offline + config.active_record.migration_error = :page_load unless Settings.status == "database_offline" # Highlight code that triggered database queries in logs. - config.active_record.verbose_query_logs = true + config.active_record.verbose_query_logs = true unless Settings.status == "database_offline" # Debug mode disables concatenation and preprocessing of assets. # This option may cause significant delays in view rendering with a large