安装插件redmineup_tags时错误丢失辅助文件helpers / tags_helper.rb

问题描述 投票:0回答:1

尝试安装Redmine插件redmineup_tags时收到此错误

我安装此插件的步骤:

  • 取消存档文件夹redmine / plugins的插件
  • 转到Redmine root文件夹
  • 运行bundle install
  • 运行bundle exec rake redmine:plugins NAME=redmineup_tags RAILS_ENV=production

出现错误:

rake aborted!
AbstractController::Helpers::MissingHelperError: Missing helper file helpers/tags_helper.rb
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:144:in `map!'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/action_controller/metal/helpers.rb:94:in `modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:108:in `helper'
.....

[请帮助我解决此问题。非常感谢!

ruby-on-rails ruby rubygems redmine
1个回答
0
投票

我已经解决了。文件夹名称错误。

© www.soinside.com 2019 - 2024. All rights reserved.