public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Revert "config.load_paths should be frozen [#728 state:resolved]"

This reverts commit 2dcdcf1552748f331bf6f6194ffddabd837bcac9.
josh (author)
Thu Oct 30 14:28:23 -0700 2008
commit  fc215de52fe1967bb00b5500c3d0dd2ad55880ac
tree    d5cfe4da672f684a7239fd1bfdfb6e9f63ddfd5e
parent  4df5e1ae8fe3f5f2cf90c91ae4fb6324daf80082
...
243
244
245
246
247
248
249
...
243
244
245
 
246
247
248
0
@@ -243,7 +243,6 @@ module Rails
0
       end
0
 
0
       # Freeze the arrays so future modifications will fail rather than do nothing mysteriously
0
-      configuration.load_paths.freeze
0
       configuration.load_once_paths.freeze
0
     end
0
 

Comments