]> git.openstreetmap.org Git - rails.git/commit
Move status into the settings object
authorTom Hughes <tom@compton.nu>
Sat, 16 Mar 2019 16:29:12 +0000 (16:29 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 17 Mar 2019 11:15:34 +0000 (11:15 +0000)
commit141df02e671d7c559f6d813bde1d792a159f1875
treea1112ceb6bdd4c7270d2dc999c968ad90b8e2962
parent6600221fe3a72f4c5ead056b829b666ed00841a0
Move status into the settings object

Only the very early boot code needs to look at the value
from the environment directly.
14 files changed:
app/assets/javascripts/osm.js.erb
app/controllers/api/traces_controller.rb
app/controllers/application_controller.rb
app/controllers/site_controller.rb
app/controllers/traces_controller.rb
app/views/site/edit.html.erb
app/views/site/offline.html.erb
app/views/traces/_trace.html.erb
app/views/traces/show.html.erb
config/application.rb
config/environments/development.rb
config/environments/production.rb
config/initializers/config.rb
config/settings.yml