source: de.wigbels.ruby/contact/config/environments/production.rb @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 887 bytes
Line 
1# Settings specified here will take precedence over those in config/environment.rb
2
3# The production environment is meant for finished, "live" apps.
4# Code is not reloaded between requests
5config.cache_classes = true
6
7# Use a different logger for distributed setups
8# config.logger = SyslogLogger.new
9
10# Full error reports are disabled and caching is turned on
11config.action_controller.consider_all_requests_local = false
12config.action_controller.perform_caching             = true
13
14# Enable serving of images, stylesheets, and javascripts from an asset server
15# config.action_controller.asset_host                  = "http://assets.example.com"
16
17# Disable delivery errors, bad email addresses will be ignored
18# config.action_mailer.raise_delivery_errors = false
19
20
21if RUBY_VERSION =~ /1.9/
22  Encoding.default_external = Encoding::UTF_8
23  Encoding.default_internal = Encoding::UTF_8
24end
25
Note: See TracBrowser for help on using the repository browser.