Skip to content

Fix rails 7 and redmine 6.0.0 compatibility #836

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HighwayStar
Copy link

Basic fixes for redmine 6.0.0 compatibility. Tested only migrations, startup and settings.

@Alwaysin
Copy link

Alwaysin commented Mar 7, 2025

@HighwayStar Thank you very much, I confirm this allowed us to upgrade to redmine 6. May I also suggest to change line 155 of file lib/redmine_git_hosting/patches/repositories_controller_patch.rb from
render :diff, formats: :html, layout: 'base.html.erb' to
render :diff, :formats => :html
to make the diffs work in the UI.

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

Successfully merging this pull request may close these issues.

2 participants