|
Revision 1600, 0.7 kB
(checked in by jm3, 5 months ago)
|
switched to production mode with fastCGI, and cleaned up contributions text.
|
| Line | |
|---|
| 1 |
# Be sure to restart your web server when you modify this file. |
|---|
| 2 |
|
|---|
| 3 |
# Uncomment below to force Rails into production mode when |
|---|
| 4 |
# you don't control web/app server and can't set it the proper way |
|---|
| 5 |
ENV['RAILS_ENV'] ||= 'production' |
|---|
| 6 |
|
|---|
| 7 |
# Specifies gem version of Rails to use when vendor/rails is not present |
|---|
| 8 |
RAILS_GEM_VERSION = '1.2.3' unless defined? RAILS_GEM_VERSION |
|---|
| 9 |
|
|---|
| 10 |
# Bootstrap the Rails environment, frameworks, and default configuration |
|---|
| 11 |
require File.join(File.dirname(__FILE__), 'boot') |
|---|
| 12 |
|
|---|
| 13 |
Rails::Initializer.run do |config| |
|---|
| 14 |
# Settings in config/environments/* take precedence over those specified here |
|---|
| 15 |
|
|---|
| 16 |
# Force all environments to use the same logger level |
|---|
| 17 |
# (by default production uses :info, the others :debug) |
|---|
| 18 |
# config.log_level = :debug |
|---|
| 19 |
end |
|---|