From: Tom Hughes Date: Sun, 14 Dec 2014 00:27:48 +0000 (+0000) Subject: Make development mode work when the database is offline X-Git-Tag: live~4255 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2b823b7b075cb1526dcbf514695e7719521b90b4 Make development mode work when the database is offline --- diff --git a/config/environments/development.rb b/config/environments/development.rb index a414d1490..103b920f5 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -20,7 +20,9 @@ OpenStreetMap::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 + end # Debug mode disables concatenation and preprocessing of assets. # This option may cause significant delays in view rendering with a large