Sha256: adea4ec1dceb4a39c6bf2e6292317857406ec920cb2a962839d9c5a6e280d804

Contents?: true

Size: 968 Bytes

Versions: 31

Compression:

Stored size: 968 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
config.action_view.cache_template_loading            = true

# Use a different cache store in production
# config.cache_store = :mem_cache_store

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

# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false

# Uncomment to activate MT-safe Rails
# config.threadsafe!

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
warbler-1.4.10 spec/sample_war/config/environments/production.rb
warbler-2.0.2 spec/sample_war/config/environments/production.rb
warbler-2.0.1 spec/sample_war/config/environments/production.rb
warbler-2.0.0 spec/sample_war/config/environments/production.rb
warbler-2.0.0.rc3 spec/sample_war/config/environments/production.rb
warbler-2.0.0.rc2 spec/sample_war/config/environments/production.rb
warbler-2.0.0.rc1 spec/sample_war/config/environments/production.rb
warbler-2.0.0.pre3 spec/sample_war/config/environments/production.rb
warbler-2.0.0.pre2 spec/sample_war/config/environments/production.rb
warbler-1.4.9 spec/sample_war/config/environments/production.rb
warbler-1.4.8 spec/sample_war/config/environments/production.rb
warbler-2.0.0.pre1 spec/sample_war/config/environments/production.rb
warbler-1.4.7 spec/sample_war/config/environments/production.rb
warbler-1.4.6 spec/sample_war/config/environments/production.rb
warbler-1.4.5 spec/sample_war/config/environments/production.rb
warbler-1.4.4 spec/sample_war/config/environments/production.rb
warbler-1.4.3 spec/sample_war/config/environments/production.rb
warbler-1.4.2 spec/sample_war/config/environments/production.rb
warbler-1.4.1 spec/sample_war/config/environments/production.rb
warbler-1.4.0 spec/sample_war/config/environments/production.rb