|
@ -47,6 +47,11 @@ Starterapp::Application.configure do |
|
|
|
|
|
|
|
|
config.assets.initialize_on_precompile = false |
|
|
config.assets.initialize_on_precompile = false |
|
|
|
|
|
|
|
|
|
|
|
config.cache_classes = true |
|
|
|
|
|
config.serve_static_assets = true |
|
|
|
|
|
config.assets.compile = true |
|
|
|
|
|
config.assets.digest = true |
|
|
|
|
|
|
|
|
# Prepend all log lines with the following tags. |
|
|
# Prepend all log lines with the following tags. |
|
|
# config.log_tags = [ :subdomain, :uuid ] |
|
|
# config.log_tags = [ :subdomain, :uuid ] |
|
|
|
|
|
|
|
|