Sha256: cce913b6118995b0bc578bd96da5e913151beee7c4d5bf64686f0fa5993c88c6

Contents?: true

Size: 1.17 KB

Versions: 5

Compression:

Stored size: 1.17 KB

Contents

# Settings specified here will take precedence over those in config/environment.rb
# config.log_level = :debug

# 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

5 entries across 5 versions & 1 rubygems

Version Path
zena-1.2.8 config/environments/production.rb
zena-1.2.7 config/environments/production.rb
zena-1.2.6 config/environments/production.rb
zena-1.2.5 config/environments/production.rb
zena-1.2.4 config/environments/production.rb