Update to rails 4.2.0

This commit is contained in:
Tom Hughes 2014-12-20 15:08:16 +00:00
parent 0ebbccdcef
commit e65e41a694
13 changed files with 115 additions and 114 deletions

View file

@ -29,6 +29,10 @@ OpenStreetMap::Application.configure do
# number of complex assets.
config.assets.debug = true
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
# yet still be able to expire them through the digest params.
config.assets.digest = true
# Adds additional error checking when serving assets at runtime.
# Checks for improperly declared sprockets dependencies.
# Raises helpful error messages.