redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

specify the rails release the migration was written for

Open sunleaf2002 opened this issue 8 years ago • 0 comments

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

sunleaf2002 avatar Nov 18 '17 08:11 sunleaf2002