Don't reload routes until plugins have been loaded so they have a chance to extend the routing capabilities [DHH]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2967 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-11-10 10:45:39 +00:00
parent df7a087c76
commit bc223236a6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
*SVN*
* Don't reload routes until plugins have been loaded so they have a chance to extend the routing capabilities [DHH]
* Don't detach or fork for script/server tailing [Nicholas Seckar]
* Added automatic browser launching on OS X when starting script/server [DHH]

View File

@@ -82,7 +82,6 @@ module Rails
initialize_logger
initialize_framework_logging
initialize_framework_views
initialize_routing
initialize_dependency_mechanism
initialize_breakpoints
initialize_whiny_nils
@@ -97,6 +96,9 @@ module Rails
load_framework_info
load_plugins
# Routing must be initialized after plugins to allow the former to extend the routes
initialize_routing
end
# Set the <tt>$LOAD_PATH</tt> based on the value of