Skip to content
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

redmine 4.0.0 support #30

Open
tverbeke opened this issue Dec 14, 2018 · 3 comments
Open

redmine 4.0.0 support #30

tverbeke opened this issue Dec 14, 2018 · 3 comments

Comments

@tverbeke
Copy link

redmine 4.0.0 moved to rails5; the render_parent plugin used, though, uses rails3 related code, see

http://www.redmine.org/issues/30209

@bviktor
Copy link
Contributor

bviktor commented Jan 22, 2019

+1 this is quite a blocker for us :(

@bviktor
Copy link
Contributor

bviktor commented Jan 29, 2019

To me, simply commenting out the gem requirement in the Gemfile eliminated this error.

But I can't say for sure if it works, because I have another plugin that prevents the Redmine 4 upgrade...

@adi-david
Copy link

Removing the "gem 'render_parent', '>= 0.0.4'" from plugin's Gemfile seem to fix it for me.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants