lk | update rails version, fix logging in specs, and remove turbolinks

This commit is contained in:
Louis Knapp
2015-09-18 17:50:37 -05:00
parent 2c98232f46
commit ac9921a879
6 changed files with 143 additions and 96 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Bikedb::Application.configure do
config.eager_load = false
# Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true
config.serve_static_files = true
config.static_cache_control = "public, max-age=3600"
# Show full error reports and disable caching.