-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Does this support redmine version 4.0.1-1 #50
Comments
Probably the same solution as this one: |
Hi! Thnaks! redmine@Redmine:/var/www/redmine-4.1.0/plugins/redmine_meeting_room_calendar$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production (in /var/www/redmine-4.1.0) rake aborted! NoMethodError: undefined method `to_prepare' for ActionDispatch::Callbacks:Class Did you mean? to_param /var/www/redmine-4.1.0/plugins/redmine_meeting_room_calendar/init.rb:34:in `' /var/www/redmine-4.1.0/lib/redmine/plugin.rb:181:in `block in load' /var/www/redmine-4.1.0/lib/redmine/plugin.rb:172:in `each' /var/www/redmine-4.1.0/lib/redmine/plugin.rb:172:in `load' /var/www/redmine-4.1.0/config/initializers/30-redmine.rb:20:in `' /var/www/redmine-4.1.0/config/environment.rb:16:in `' /home/redmine/.rvm/gems/ruby-2.6.3/bin/ruby_executable_hooks:24:in `eval' /home/redmine/.rvm/gems/ruby-2.6.3/bin/ruby_executable_hooks:24:in `' Tasks: TOP => redmine:plugins:migrate => environment (See full trace by running task with --trace) |
@dro123, can you, please, update this plugin to support Redmine 4.x (4.0, 4.1, future 4.2)? |
I merged this: |
Getting a below error when running rake in the remine version 4.0+.
Any thoughts?
The text was updated successfully, but these errors were encountered: