redmine_issue_checklist
redmine_issue_checklist copied to clipboard
Make checklist plugin compatible to Redmine 4.0.4
This pull request will make the Checklist Plugin compatible with Redmine 4.0/Rails 5.x.
Tested with Redmine 4.0.4 and Ruby 2.5.5p157 (Debian).
This pull request might also resolve/help with issue #33
The TravisCI build failures do not seem to be related to the changes at all. So the Travis setup should be fixed too.
Yes, it is compatible with Redmine 4.1 too. Using it already. Merging would be nice.
Redmine 4.0.6 migration error.
Is there a solution?
rake aborted! StandardError: An error has occurred, all later migrations canceled:
Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
class CreateIssueChecklists < ActiveRecord::Migration[4.2]
@YongHwan-Jeong it's related the rails version, you could use my PR.