paginagmbh / redmine_emojibutton

Adds emoji capabilities to Redmine
MIT License
24 stars 11 forks source link

Support Redmine version 4.x which runs on Rails 5.x #21

Closed jr180180 closed 5 years ago

jr180180 commented 5 years ago

Redmine v 4.x now runs on Rails 5. Since Rails 5 drops support for alias_chain_method we need a bit of a work around. We could eventually move to prepend but to continue supporting older versions, I figured this work around would be fine for now.

tofi86 commented 5 years ago

Thanks for your contribution, I tested in Redmine 3.4 and 4.0 (trunk). Works well! 👍