summaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-02-21 11:02:18 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-02-21 11:02:18 +0000
commitca3b503478e4b60436062e1b4766b009ce4fa579 (patch)
tree488fc8662f7c186a2f8017af36f65e346d813c61 /config/environment.rb
parentc35a79ab443ceeb9c5cad9178c9c68c47b19d2cb (diff)
downloadredmine-ca3b503478e4b60436062e1b4766b009ce4fa579.tar.gz
redmine-ca3b503478e4b60436062e1b4766b009ce4fa579.zip
Updgraded Rails to 2.3.11 (#6887).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4904 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 199665572..91dfaa42c 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
@@ -24,7 +24,7 @@ Rails::Initializer.run do |config|
# config.frameworks -= [ :action_web_service, :action_mailer ]
# Add additional load paths for sweepers
- config.load_paths += %W( #{RAILS_ROOT}/app/sweepers )
+ config.autoload_paths += %W( #{RAILS_ROOT}/app/sweepers )
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)