aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-09-07 16:53:58 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-09-07 16:53:58 +0000
commite3c2151f7f0b996e0a024baed9e4da3f3b7338f4 (patch)
tree4e19f1d71ab5caff03efc37cb0a34e31faa1988c /railties/CHANGELOG
parenta5df861852db69c8449b1d9a9a15a56a7b09abcb (diff)
downloadrails-e3c2151f7f0b996e0a024baed9e4da3f3b7338f4.tar.gz
rails-e3c2151f7f0b996e0a024baed9e4da3f3b7338f4.tar.bz2
rails-e3c2151f7f0b996e0a024baed9e4da3f3b7338f4.zip
Remove the uncanny default of adding all app/models/*/ directories to the load path. References #6031.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5064 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index c53b26deb5..4403e58474 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,12 @@
*SVN*
+* Remove the uncanny default of adding all app/models/*/ directories to the load path. This change will break application which expect the current behavior. As
+documented in initializer.rb, the workaround is:
+
+ config.autoload_paths += Dir[RAILS_ROOT + '/app/models/*/']
+
+References #6031. [Nicholas Seckar].
+
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]
* Update to Prototype 1.5.0_rc1 [sam]