projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281dc29
)
Make development mode work when the database is offline
author
Tom Hughes
<tom@compton.nu>
Sun, 14 Dec 2014 00:27:48 +0000
(
00:27
+0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 14 Dec 2014 00:27:48 +0000
(
00:27
+0000)
config/environments/development.rb
patch
|
blob
|
history
diff --git
a/config/environments/development.rb
b/config/environments/development.rb
index a414d1490655db23aa4a00bb688b5a57664c2313..103b920f5cfe88b7a7bc8018f9c2781be743d4a3 100644
(file)
--- 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