comparison config/.svn/text-base/environment.rb.svn-base @ 245:051f544170fe

* Update to SVN trunk revision 4993
author Chris Cannam
date Thu, 03 Mar 2011 11:42:28 +0000
parents 0579821a129a
children cbce1fd3b1b7
comparison
equal deleted inserted replaced
244:8972b600f4fb 245:051f544170fe
3 # Uncomment below to force Rails into production mode when 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 4 # you don't control web/app server and can't set it the proper way
5 # ENV['RAILS_ENV'] ||= 'production' 5 # ENV['RAILS_ENV'] ||= 'production'
6 6
7 # Specifies gem version of Rails to use when vendor/rails is not present 7 # Specifies gem version of Rails to use when vendor/rails is not present
8 RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION 8 RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
9 9
10 # Bootstrap the Rails environment, frameworks, and default configuration 10 # Bootstrap the Rails environment, frameworks, and default configuration
11 require File.join(File.dirname(__FILE__), 'boot') 11 require File.join(File.dirname(__FILE__), 'boot')
12 12
13 # Load Engine plugin if available 13 # Load Engine plugin if available
22 22
23 # Skip frameworks you're not going to use 23 # Skip frameworks you're not going to use
24 # config.frameworks -= [ :action_web_service, :action_mailer ] 24 # config.frameworks -= [ :action_web_service, :action_mailer ]
25 25
26 # Add additional load paths for sweepers 26 # Add additional load paths for sweepers
27 config.load_paths += %W( #{RAILS_ROOT}/app/sweepers ) 27 config.autoload_paths += %W( #{RAILS_ROOT}/app/sweepers )
28 28
29 # Force all environments to use the same logger level 29 # Force all environments to use the same logger level
30 # (by default production uses :info, the others :debug) 30 # (by default production uses :info, the others :debug)
31 # config.log_level = :debug 31 # config.log_level = :debug
32 32