Update to rails 4.2.0
This commit is contained in:
parent
0ebbccdcef
commit
e65e41a694
13 changed files with 115 additions and 114 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue