|
Revision 1, 0.8 kB
(checked in by falcon, 18 years ago)
|
|
Version one -> initial work from the laptop.
|
| 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 |
|---|
| 5 | config.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 |
|---|
| 11 | config.action_controller.consider_all_requests_local = false |
|---|
| 12 | config.action_controller.perform_caching = true |
|---|
| 13 | config.action_view.cache_template_loading = true |
|---|
| 14 | |
|---|
| 15 | # Enable serving of images, stylesheets, and javascripts from an asset server |
|---|
| 16 | # config.action_controller.asset_host = "http://assets.example.com" |
|---|
| 17 | |
|---|
| 18 | # Disable delivery errors, bad email addresses will be ignored |
|---|
| 19 | # config.action_mailer.raise_delivery_errors = false |
|---|