mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
Cause ApplicationController to be reloaded
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4741 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -99,7 +99,7 @@ class Dispatcher
|
||||
end
|
||||
|
||||
prepare_breakpoint
|
||||
require_dependency('application.rb') unless Object.const_defined?(:ApplicationController)
|
||||
Dependencies.require_or_load('application.rb', "ApplicationController") unless Object.const_defined?(:ApplicationController)
|
||||
ActiveRecord::Base.verify_active_connections! if defined?(ActiveRecord)
|
||||
run_preparation_callbacks
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user