Closed mangelozzi closed 4 years ago
Michel, I think you are misplacing the Judgment proves so : class IndicatorCustomFields < ActiveRecord::Migration[5.2] don't leave space between, migration and the version.
You are right! Without a space it works! In Issue 3 (the fix I followed it incorrectly shows a space): https://github.com/fraoustin/redmine_indicator/issues/3#issuecomment-586459244
Hi do you know a solution for this problem of compatibility between version? I searched but id don't found
Sorry I don't know ruby or rails, I normally code in python.
as me ...
I find a solution version 0.2.11
Using Redmine 4.1 (Rails 5.2)
1. Following Installation Instructions:
2. Add RAILS_ENV=production
3. Trying Fix from Issue #3
Change line to:
Then tried again:
Also tried:
But get the same
NoMethodError: undefined method
Migration' for ActiveRecord:Module` error as before.