Sha256: 6e52a3625d717d9c7a3e0654091f7e0602a560e85a56442345f3df2139bb8f44

Contents?: true

Size: 1.54 KB

Versions: 88

Compression:

Stored size: 1.54 KB

Contents

TrustyCms::Application.configure do
  # Settings specified here will take precedence over those in config/environment.rb

  # The production environment is meant for finished, "live" apps.
  # Code is not reloaded between requests
  config.cache_classes = true

  # Use a different logger for distributed setups
  # config.logger        = SyslogLogger.new

  # Full error reports are disabled and caching is on
  config.consider_all_requests_local = false
  config.action_controller.perform_caching = true

  # Enable serving of images, stylesheets, and javascripts from an asset server
  # config.action_controller.asset_host                  = "http://assets.example.com"

  # Disable Rails's static asset server (Apache or nginx will already do this)
  config.serve_static_assets = false

  # Compress JavaScripts and CSS
  config.assets.compress = true

  # Don't fallback to assets pipeline if a precompiled asset is missed
  config.assets.compile = false

  # Generate digests for assets URLs
  config.assets.digest = true

  # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
  # config.assets.precompile += %w( search.js )

  # Send deprecation notices to registered listeners
  config.active_support.deprecation = :notify

  # Disable delivery errors if you bad email addresses should just be ignored
  # config.action_mailer.raise_delivery_errors = false

  # Cache your content for a longer time, the default is 5.minutes
  # config.after_initialize do
  #   SiteController.cache_timeout = 12.hours
  # end
end

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
trusty-cms-7.0.18 config/environments/production.rb
trusty-cms-7.0.17 config/environments/production.rb
trusty-cms-7.0.16 config/environments/production.rb
trusty-cms-7.0.14 config/environments/production.rb
trusty-cms-7.0.13 config/environments/production.rb
trusty-cms-7.0.12 config/environments/production.rb
trusty-cms-7.0.15 config/environments/production.rb
trusty-cms-7.0.9.1 config/environments/production.rb
trusty-cms-7.0.11 config/environments/production.rb
trusty-cms-7.0.10 config/environments/production.rb
trusty-cms-7.0.9 config/environments/production.rb
trusty-cms-7.0.8 config/environments/production.rb
trusty-cms-7.0.7 config/environments/production.rb
trusty-cms-7.0.6 config/environments/production.rb
trusty-cms-7.0.5 config/environments/production.rb
trusty-cms-7.0.4 config/environments/production.rb
trusty-cms-7.0.3 config/environments/production.rb
trusty-cms-6.3.1 config/environments/production.rb
trusty-cms-7.0.2 config/environments/production.rb
trusty-cms-7.0.1 config/environments/production.rb