public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
config.load_paths should be frozen [#728 state:resolved]
josh (author)
Thu Oct 30 13:52:12 -0700 2008
commit  2dcdcf1552748f331bf6f6194ffddabd837bcac9
tree    19f4f706f4b2d7c73890b9c7b0582e214a820555
parent  0c84b6f9eda20c30b66d8fb99fba637edc1bc37a
...
243
244
245
 
246
247
248
...
243
244
245
246
247
248
249
0
@@ -243,6 +243,7 @@ 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