]> git.openstreetmap.org Git - rails.git/commitdiff
Make development mode work when the database is offline
authorTom Hughes <tom@compton.nu>
Sun, 14 Dec 2014 00:27:48 +0000 (00:27 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 14 Dec 2014 00:27:48 +0000 (00:27 +0000)
config/environments/development.rb

index a414d1490655db23aa4a00bb688b5a57664c2313..103b920f5cfe88b7a7bc8018f9c2781be743d4a3 100644 (file)
@@ -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