We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to install in Redmine 5.0. bundle install worked, but when I ran the rake command it failed:
bundle install
bundle exec rake --trace redmine:plugins:migrate RAILS_ENV=production
** Invoke redmine:plugins:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! LoadError: cannot load such file -- redmine_more_code /home/finddx-rm/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' /home/finddx-rm/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' /home/finddx-rm/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/zeitwerk-2.5.4/lib/zeitwerk/kernel.rb:35:in `require' /home/finddx-rm/redmine-5.0.0/plugins/redmine_more_code/init.rb:36:in `<top (required)>' /home/finddx-rm/redmine-5.0.0/lib/redmine/plugin_loader.rb:31:in `load' /home/finddx-rm/redmine-5.0.0/lib/redmine/plugin_loader.rb:31:in `run_initializer' /home/finddx-rm/redmine-5.0.0/lib/redmine/plugin_loader.rb:108:in `each' /home/finddx-rm/redmine-5.0.0/lib/redmine/plugin_loader.rb:108:in `block in load' ........
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to install in Redmine 5.0.
bundle install
worked, but when I ran the rake command it failed:
bundle exec rake --trace redmine:plugins:migrate RAILS_ENV=production
The text was updated successfully, but these errors were encountered: