-
Notifications
You must be signed in to change notification settings - Fork 119
Install fails on Rails 5 #220
Comments
I am running on the same Rails version as you and never encountered this error.
|
No, I think latest 5.2 stable removed alias_method_chain I finally installed using alias_method at api_template_handler_patch.rb
But now I'm gettins issues with /projects.json API endpoint when other plugins installed (Tested with redmine_canned_respneses)
|
i run into the same problem with Rails version 5.2.2 and intstalled alias_method, too which works fine. Now, i got a 500 too:
My Problem is solved here: #208. greets |
As mentioned by @lmorillas
Can confirm, this solves the problems when you have no previous version of |
Install raises a
NoMethodError: undefined method
alias_method_chain' for #Class:Redmine::Views::ApiTemplateHandler` because of Rails 5How to bypass that alias_method_chain ?
The text was updated successfully, but these errors were encountered: