提交 c8e80f63 编写于 作者: J José Valim 提交者: Jeremy Kemper

Initializer skips prepare_dispatcher if Action Controller isn't in use. [#721 state:resolved]

上级 a065b764
......@@ -523,6 +523,7 @@ def load_application_initializers
end
def prepare_dispatcher
return unless configuration.frameworks.include?(:action_controller)
require 'dispatcher' unless defined?(::Dispatcher)
Dispatcher.define_dispatcher_callbacks(configuration.cache_classes)
Dispatcher.new(RAILS_DEFAULT_LOGGER).send :run_callbacks, :prepare_dispatch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册