GithubHelp home page GithubHelp logo

ncbi-nlp / eztag Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 6.0 4.71 MB

Web interface that allows users to perform computer-assisted text annotation

Ruby 31.97% JavaScript 41.46% CoffeeScript 0.38% CSS 5.91% HTML 20.27%

eztag's People

Contributors

biotext avatar dongseop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

eztag's Issues

Dependency on mimemagic 0.3.x no longer valid

Your bundle is locked to mimemagic (0.3.4) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of mimemagic (0.3.4) has removed it. You'll need to update your bundle to a version other than mimemagic (0.3.4) that hasn't been removed in order to install.
rails/rails#41750

Upgdading app to supported version

current versions of ruby and rails in the package are no longer supported, is it possible to update the app to the supported versions of ruby /rails?
Thanks!

Migrations problems

Dear,

In an attempt to run rake db:migrate I faced the following errors:

FILE: 20161226030601_add_lexicon_group_id_to_task.rb

class AddLexiconGroupIdToTask < ActiveRecord::Migration[5.0]
  def change
    **remove_reference :tasks, :lexicon, index: true, foreign_key: true**
    add_reference :tasks, :lexicon_group, index: true, foreign_key: true
  end
end

And
FILE: 20161224055432_create_lexicon_groups.rb

class CreateLexiconGroups < ActiveRecord::Migration[5.0]
  def change
    **remove_reference :lexicons, :collection, index: true, foreign_key: true**
    
    **remove_column :collections, :mode_url**

    add_reference :tasks, :lexicon, index: true, foreign_key: true

    remove_column :tasks, :model_url
    remove_column :tasks, :xml_url

    create_table :lexicon_groups do |t|
      t.string :name
      t.references :user, foreign_key: true

      t.timestamps
    end
    add_reference :lexicons, :lexicon_group, index: true, foreign_key: true    
  end
end

The marked lines raise errors as the relations don't exist. I've removed the lines and everything goes well.

Can you confirm that by removing them the problem goes away or is another solution expected?

Thanks.

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.