Sha256: 4361ed01b475a8265a9267db0f9b876de5fb69319d62ecfe2220ccff918c49f6
Contents?: true
Size: 1.16 KB
Versions: 4
Compression:
Stored size: 1.16 KB
Contents
# Settings specified here will take precedence over those in config/environment.rb config.log_level = :info # 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 turned on config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true # Do not change this setting or zafu won't work and EagerPath loader # will glob *ALL* content in sites directory and try to use it as a template !!! config.action_view.cache_template_loading = false # FIXME: these 2 settings do nothing. Do we need them ? Cache.perform_caching = true CachedPage.perform_caching = true # Enable serving of images, stylesheets, and javascripts from an asset server # config.action_controller.asset_host = "http://assets.example.com" # Disable delivery errors if you bad email addresses should just be ignored # config.action_mailer.raise_delivery_errors = false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
zena-1.2.3 | config/environments/production.rb |
zena-1.2.2 | config/environments/production.rb |
zena-1.2.1 | config/environments/production.rb |
zena-1.2.0 | config/environments/production.rb |