]> git.openstreetmap.org Git - rails.git/commit
Add support for putting the site in an offline mode where it operates
authorTom Hughes <tom@compton.nu>
Sun, 22 Jun 2008 12:10:32 +0000 (12:10 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Jun 2008 12:10:32 +0000 (12:10 +0000)
commit2cf15b549e985f090648b449ca660b6d6e264f50
tree5d45588600346aa614c531179858cc535e2c75a5
parentb527d27674f0ad4ad66075def914bde695d4d88e
Add support for putting the site in an offline mode where it operates
without a database but with most features disabled.
app/controllers/application.rb
app/controllers/diary_entry_controller.rb
app/controllers/trace_controller.rb
app/controllers/user_controller.rb
app/views/layouts/site.rhtml
app/views/site/edit.rhtml
app/views/site/offline.rhtml [new file with mode: 0644]
config/environment.rb
config/routes.rb