|
@ -46,13 +46,10 @@ BikeBike::Application.configure do |
|
|
# Set to :debug to see everything in the log. |
|
|
# Set to :debug to see everything in the log. |
|
|
config.log_level = :info |
|
|
config.log_level = :info |
|
|
|
|
|
|
|
|
#config.cache_classes = true |
|
|
config.assets.compile = false |
|
|
#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 ] |
|
|
|
|
|
|
|
|
# Use a different logger for distributed setups. |
|
|
# Use a different logger for distributed setups. |
|
|
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) |
|
|
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) |
|
@ -64,11 +61,7 @@ BikeBike::Application.configure do |
|
|
# config.action_controller.asset_host = "http://assets.example.com" |
|
|
# config.action_controller.asset_host = "http://assets.example.com" |
|
|
|
|
|
|
|
|
# Precompile additional assets. |
|
|
# Precompile additional assets. |
|
|
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. |
|
|
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif *.json *.ttf *.otf *.woff *.woff2 *.svg *.json) |
|
|
# config.assets.precompile += %w( search.js ) |
|
|
|
|
|
#config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif) |
|
|
|
|
|
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif *.svg) |
|
|
|
|
|
#config.action_controller.asset_host = "https://cdn.bikebike.org" |
|
|
|
|
|
|
|
|
|
|
|
# Ignore bad email addresses and do not raise email delivery errors. |
|
|
# Ignore bad email addresses and do not raise email delivery errors. |
|
|
# Set this to true and configure the email server for immediate delivery to raise delivery errors. |
|
|
# Set this to true and configure the email server for immediate delivery to raise delivery errors. |
|
|