Sha256: 3698ae8e886e7cda6b495be604026f3bec05221b98f8bc4f5d5c7ede3956a0f2

Contents?: true

Size: 759 Bytes

Versions: 30

Compression:

Stored size: 759 Bytes

Contents

# 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

Migrator.offer_migration_when_available            = true

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
typo-5.5 config/environments/production.rb
typo-5.4.4 config/environments/production.rb
typo-5.4.3 config/environments/production.rb
typo-5.4.2 config/environments/production.rb
typo-5.4.1 config/environments/production.rb
typo-5.4 config/environments/production.rb
typo-3.99.0 config/environments/production.rb
typo-3.99.2 config/environments/production.rb
typo-3.99.3 config/environments/production.rb
typo-3.99.1 config/environments/production.rb
typo-4.0.2 config/environments/production.rb
typo-4.0.1 config/environments/production.rb
typo-4.0.0 config/environments/production.rb
typo-3.99.4 config/environments/production.rb
typo-4.0.3 config/environments/production.rb
typo-4.1.1 config/environments/production.rb
typo-5.0.1 config/environments/production.rb
typo-4.1 config/environments/production.rb
typo-5.0.2 config/environments/production.rb
typo-5.0.3.98.1 config/environments/production.rb