Revert environment changes for autoload_paths

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5376 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Michael Koziarski 2006-10-31 01:29:34 +00:00
parent fe39ac7e56
commit 92365291b2
2 changed files with 3 additions and 5 deletions

@ -1,5 +1,7 @@
*SVN*
* Revert environment changes for autoload_paths. [Koz]
* Update to latest Prototype, which doesn't serialize disabled form elements, adds clone() to arrays, empty/non-string Element.update() and adds a fixes excessive error reporting in WebKit beta versions [Thomas Fuchs]
* Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]

@ -19,13 +19,9 @@
# Only load the plugins named here, by default all plugins in vendor/plugins are loaded
# config.plugins = %W( exception_notification ssl_requirement )
# Add additional load paths (these are searched when explicitly require something)
# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/extras )
# Add additional autoloading load paths
# (these paths will be subject to auto-loading of constants)
# config.autoload_paths += Dir["#{RAILS_ROOT}/models/*/"]
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)
# config.log_level = :debug