X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c53db246f606e0233a524e8f3c6390ea74e96890..428f379eefd0d530ea79a892e6dc13751c274302:/config/environments/development.rb 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