alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

specify the rails release the migration was written for #347

Open sunleaf2002 opened 6 years ago

sunleaf2002 commented 6 years ago

first exec "bundle install" then exec "rake redmine:plugins:migrate RAILS_ENV=production" I see error" directly inheriting from active_record::migration is not supported. please specify the rails release the migration was written for : Class ActsAsTaggableOnMigration < ActiveRecord::Migration[4.2] .../init.rb:2:in 'top(required)>' " I follow this“ http://www.redmine.org/projects/redmine/repository/revisions/16945/entry/trunk/lib/generators/redmine_plugin_model/templates/migration.rb ” ,update this file, the error is still here。 my rails versioin is 5.1.2