update rails default files

This commit is contained in:
r888888888
2015-08-18 17:50:27 -07:00
parent 341b29ce41
commit c8f38350c3
11 changed files with 71 additions and 29 deletions

View File

@@ -27,6 +27,10 @@ Rails.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.