Sha256: 24bdf0c0fd1e25d54c807b0ed2c498e3a61b2e6bd23b48f75a1d12b8c87a638b

Contents?: true

Size: 822 Bytes

Versions: 56

Compression:

Stored size: 822 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 turned on
config.action_controller.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 delivery errors if you bad email addresses should just be ignored
config.action_mailer.raise_delivery_errors = false

ActionMailer::Base.delivery_method = :sendmail

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
backlog-0.0.4 config/environments/production.rb
backlog-0.0.5 config/environments/production.rb
backlog-0.1.0 config/environments/production.rb
backlog-0.1.1 config/environments/production.rb
backlog-0.1.2 config/environments/production.rb
backlog-0.10.0 config/environments/production.rb
backlog-0.10.1 config/environments/production.rb
backlog-0.10.2 config/environments/production.rb
backlog-0.2.0 config/environments/production.rb
backlog-0.2.1 config/environments/production.rb
backlog-0.3.0 config/environments/production.rb
backlog-0.3.3 config/environments/production.rb
backlog-0.3.2 config/environments/production.rb
backlog-0.3.1 config/environments/production.rb
backlog-0.3.4 config/environments/production.rb
backlog-0.3.5 config/environments/production.rb
backlog-0.3.6 config/environments/production.rb
backlog-0.3.8 config/environments/production.rb
backlog-0.3.7 config/environments/production.rb
backlog-0.3.9 config/environments/production.rb