You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My environment's info :
$ ruby -v
ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-linux]
$ rails -v
Rails 5.2.2
$ bundle version
Bundler version 2.0.1 (2019-01-04 commit d7ad2192f)
$ gem -v
3.0.1
$ mysql
Server version: 5.7.25 MySQL Community Server (GPL)
mysql >
$ bundle exec rake convert_textile_to_markdown RAILS_ENV=production
(in /usr/local/redmine-4.0.1)
rake aborted!
NoMethodError: undefined method alias_method_chain' for ApplicationHelper:Module Did you mean? alias_method /usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:10:in block in included'
/usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:8:in class_eval' /usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:8:in included'
/usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:34:in include' /usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:34:in <top (required)>'
/usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/init.rb:1:in <top (required)>' /usr/local/redmine-4.0.1/lib/redmine/plugin.rb:173:in block in load'
/usr/local/redmine-4.0.1/lib/redmine/plugin.rb:164:in each' /usr/local/redmine-4.0.1/lib/redmine/plugin.rb:164:in load'
/usr/local/redmine-4.0.1/config/initializers/30-redmine.rb:21:in <top (required)>' /usr/local/redmine-4.0.1/config/environment.rb:14:in <top (required)>'
/usr/local/bin/bundle:23:in load' /usr/local/bin/bundle:23:in
'
Tasks: TOP => convert_textile_to_markdown => environment
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
My environment's info :
$ ruby -v
ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-linux]
$ rails -v
Rails 5.2.2
$ bundle version
Bundler version 2.0.1 (2019-01-04 commit d7ad2192f)
$ gem -v
3.0.1
$ mysql
Server version: 5.7.25 MySQL Community Server (GPL)
mysql >
$ bundle exec rake convert_textile_to_markdown RAILS_ENV=production
'(in /usr/local/redmine-4.0.1)
rake aborted!
NoMethodError: undefined method
alias_method_chain' for ApplicationHelper:Module Did you mean? alias_method /usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:10:in
block in included'/usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:8:in
class_eval' /usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:8:in
included'/usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:34:in
include' /usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/lib/bestest_markdown_editor/patches/application_helper_patch.rb:34:in
<top (required)>'/usr/local/redmine-4.0.1/plugins/bestest_markdown_editor/init.rb:1:in
<top (required)>' /usr/local/redmine-4.0.1/lib/redmine/plugin.rb:173:in
block in load'/usr/local/redmine-4.0.1/lib/redmine/plugin.rb:164:in
each' /usr/local/redmine-4.0.1/lib/redmine/plugin.rb:164:in
load'/usr/local/redmine-4.0.1/config/initializers/30-redmine.rb:21:in
<top (required)>' /usr/local/redmine-4.0.1/config/environment.rb:14:in
<top (required)>'/usr/local/bin/bundle:23:in
load' /usr/local/bin/bundle:23:in
Tasks: TOP => convert_textile_to_markdown => environment
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered: