~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/environments/production.rb

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
5
config.cache_classes = true
 
6
 
 
7
# Full error reports are disabled and caching is turned on
 
8
config.action_controller.consider_all_requests_local = false
 
9
config.action_controller.perform_caching             = true
 
10
config.action_view.cache_template_loading            = true
 
11
 
 
12
# See everything in the log (default is :info)
 
13
# config.log_level = :debug
 
14
 
 
15
# Use a different logger for distributed setups
 
16
# config.logger = SyslogLogger.new
 
17
 
 
18
# Use a different cache store in production
 
19
# config.cache_store = :mem_cache_store
 
20
 
 
21
# Enable serving of images, stylesheets, and javascripts from an asset server
 
22
# config.action_controller.asset_host = "http://assets.example.com"
 
23
 
 
24
# Disable delivery errors, bad email addresses will be ignored
 
25
# config.action_mailer.raise_delivery_errors = false
 
26
 
 
27
# Enable threaded mode
 
28
# config.threadsafe!
 
 
b'\\ No newline at end of file'