summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-29 10:37:08 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-29 10:37:08 +0000
commitcae547a7ea519aa2519053e366aecba378e787c6 (patch)
tree8ca01dea0bdd70620afcb7ac4ec77a769d0aa0d9 /config
parentf2a5304d648f865bb6d46c51b6c46f451d9cf994 (diff)
downloadredmine-cae547a7ea519aa2519053e366aecba378e787c6.tar.gz
redmine-cae547a7ea519aa2519053e366aecba378e787c6.zip
Redmine acts_as_* plugins moved to vendor/plugins.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@774 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 315f3e4b4..c7e0e47a9 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -15,8 +15,6 @@ Rails::Initializer.run do |config|
# Add additional load paths for sweepers
config.load_paths += %W( #{RAILS_ROOT}/app/sweepers )
-
- config.plugin_paths = ['lib/plugins', 'vendor/plugins']
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)
@@ -61,9 +59,6 @@ Rails::Initializer.run do |config|
#config.action_mailer.delivery_method = :test
config.action_mailer.delivery_method = :smtp
- # Uncomment this line if the engines plugin is installed.
- # This will ensure that engines is loaded first.
- # config.plugins = ["engines", "*"]
end
ActiveRecord::Errors.default_error_messages = {