Sync boilerplate with Rails 4.1.4

This commit is contained in:
Dan Rice 2014-07-07 21:25:24 -04:00
parent 4125faf109
commit 9125355313
14 changed files with 186 additions and 74 deletions

View file

@ -14,7 +14,7 @@ Rails.application.configure do
# Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600"
config.static_cache_control = 'public, max-age=3600'
# Show full error reports and disable caching.
config.consider_all_requests_local = true
@ -41,4 +41,7 @@ Rails.application.configure do
SITE_CONFIG['salt'] ||= 'change-me'
config.time_zone = 'UTC'
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
end