require 'dispatcher'

来源:互联网 发布:lol数据分析平台 编辑:程序博客网 时间:2024/05/16 15:49

RE: Plugins for redmine 2.0.1 - Error no such file to load --dispatcher -由 Etienne Massip  超过一年 之前添加

According to the discussion in #11035, you shouldtry to change the plugin init.rb codefrom:

require 'dispatcher'Dispatcher.to_prepare do   end

to something like:

ActionDispatch::Callbacks.to_prepare do   end