Sha256: a76a50121f6834d115922e6a1f549a93075d48c831820ac51f26a62f600730b1

Contents?: true

Size: 879 Bytes

Versions: 3

Compression:

Stored size: 879 Bytes

Contents

# 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.action_controller.consider_all_requests_local = false
config.action_controller.perform_caching             = true
ResponseCache.defaults[: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

require RADIANT_ROOT + '/app/models/page'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiant-0.5.0 config/environments/production.rb
radiant-0.5.1 config/environments/production.rb
radiant-0.5.2 config/environments/production.rb