Skip to content

Instantly share code, notes, and snippets.

@jetrubyshared
Created March 24, 2015 11:49
Show Gist options
  • Save jetrubyshared/ad8afd87381f5ac55d3c to your computer and use it in GitHub Desktop.
Save jetrubyshared/ad8afd87381f5ac55d3c to your computer and use it in GitHub Desktop.
Rails.application.configure do
# Your Google tracker code
GA.tracker = "Your Tracker Code"
# Other settings
config.cache_classes = true
config.eager_load = true
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.serve_static_assets = false
config.assets.compile = false
config.assets.digest = true
config.log_level = :info
config.i18n.fallbacks = true
config.active_support.deprecation = :notify
config.log_formatter = ::Logger::Formatter.new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment