Git Product home page Git Product logo

Comments (4)

ixti avatar ixti commented on September 27, 2024

Thank you for your report.

The problem lies in the way redmine_contacts implement taggings - they use their own implementation while redmine_tags uses acts_as_taggable_on. I'll contact developers of redmine_contacts in order to fix this problem ASAP.

from redmine_tags.

ixti avatar ixti commented on September 27, 2024

Thank you once again. I have discussed with Kirill (author of redmine_contacts) the problem and he upgraded his plugin to use same ruby gem as redmine_tags. Unfortunately there's still one problem left because of migrations which we are going to solve very soon. Right now you can install redmine_tags, and then redmine_contacts in order to avoid any problems and they will work both as a charm.

from redmine_tags.

cforce avatar cforce commented on September 27, 2024

Hmm i can't change the intsall order, because i already have redmine_contacts installed.
Whejn i migrate i get the error

Migrating redmine_tags...
== ActsAsTaggableOnMigration: migrating ======================================
-- create_table(:tags)
-> 0.0583s
-- create_table(:taggings)
rake aborted!
An error has occurred, all later migrations canceled:

Mysql::Error: Table 'taggings' already exists: CREATE TABLE taggings (id int(11) DEFAULT NULL auto_increment PRIMARY KEY, tag_id int(11), taggable_id int(11), tagger_id int(11), tagger_type varchar(255), taggable_type varchar(255), context varchar(255), created_at datetime) ENGINE=InnoDB

(See full trace by running task with --trace)

from redmine_tags.

ixti avatar ixti commented on September 27, 2024

Yes, I know, I had no time to write a new instructions. You need to remove migration from redmine_tags (it will be removed in the next release). To do so, simple remove following directory: redmine_tags/db/

from redmine_tags.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.