Giter VIP home page Giter VIP logo

ged-viz's People

Contributors

dependabot[bot] avatar gunnarbartsch avatar klausbrinkmannbst avatar molily avatar

Stargazers

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

Watchers

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

ged-viz's Issues

Bundle install error for byebug

When running bundle install with Ruby version less than 2.0.0 the install for byebug fails with the following message:

Installing byebug 6.0.2 with native extensions

Gem::InstallError: byebug requires Ruby version >= 2.0.0.

May want to either tag a specific version of byebug in the Gemfile or change the documentation to indicate that Ruby 2 or higher is required.

Thanks for this resource, I'm excited to try it out!

componentize the UI chart?

Hi. I was wondering whether it'd be hard to pull out the UI component that drew the diagram on the home page?

http://viz.ged-project.de/?lang=en

I noticed that this chart is like a Chord diagram, but more readable and uses less like. I originally had a Chord diagram in my UI, but I like this diagram better. So that's why I'm interested in this.

Mysql Adapter issue

Hello!

I got the following error while trying to run the rails server

rails server
=> Booting Thin
=> Rails 3.2.22.5 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/var/lib/gems/2.3.0/gems/activerecord-3.2.22.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:133:in establish_connection': database configuration specifies nonexistent mysql adapter (ActiveRecord::AdapterNotFound) from /var/lib/gems/2.3.0/gems/activerecord-3.2.22.5/lib/active_record/railtie.rb:88:in block (2 levels) in class:Railtie'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:36:in instance_eval' from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:36:in execute_hook'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:43:in block in run_load_hooks' from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:42:in each'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:42:in run_load_hooks' from /var/lib/gems/2.3.0/gems/activerecord-3.2.22.5/lib/active_record/base.rb:720:in <top (required)>'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/dependencies.rb:251:in require' from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/dependencies.rb:251:in block in require'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/dependencies.rb:236:in load_dependency' from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/dependencies.rb:251:in require'
from /home/victor/git/GED-VIZ/config/application.rb:90:in block in <class:Application>' from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:34:in execute_hook'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:43:in block in run_load_hooks' from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:42:in each'
from /var/lib/gems/2.3.0/gems/activesupport-3.2.22.5/lib/active_support/lazy_load_hooks.rb:42:in run_load_hooks' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/application/finisher.rb:59:in block in module:Finisher'
from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/initializable.rb:30:in instance_exec' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/initializable.rb:30:in run'
from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/initializable.rb:55:in block in run_initializers' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/initializable.rb:54:in each'
from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/initializable.rb:54:in run_initializers' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/application.rb:136:in initialize!'
from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/railtie/configurable.rb:30:in method_missing' from /home/victor/git/GED-VIZ/config/environment.rb:5:in <top (required)>'
from /home/victor/git/GED-VIZ/config.ru:3:in require' from /home/victor/git/GED-VIZ/config.ru:3:in block in

'
from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/builder.rb:51:in instance_eval' from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/builder.rb:51:in initialize'
from /home/victor/git/GED-VIZ/config.ru:in new' from /home/victor/git/GED-VIZ/config.ru:in '
from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/builder.rb:40:in eval' from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/builder.rb:40:in parse_file'
from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/server.rb:200:in app' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/commands/server.rb:46:in app'
from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/server.rb:304:in wrapped_app' from /var/lib/gems/2.3.0/gems/rack-1.4.7/lib/rack/server.rb:254:in start'
from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/commands/server.rb:70:in start' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/commands.rb:55:in block in <top (required)>'
from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/commands.rb:50:in tap' from /var/lib/gems/2.3.0/gems/railties-3.2.22.5/lib/rails/commands.rb:50:in <top (required)>'
from script/rails:6:in require' from script/rails:6:in '

Any idea?

Regards

problem with install json1.8.3

Hi,
I am trying to get ged-viz running on a centos 7 distro and I encounter various problem during install.
I have managed to go trough the install process adding gem manually but when I try to install the json package I have a compilation error

gem install json -v '1.8.3'

Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.

current directory: /pascal_romain.rvm/gems/ruby-2.4.1/gems/json-1.8.3/ext/json/ext/generator

/pascal_romain.rvm/rubies/ruby-2.4.1/bin/ruby -r ./siteconf20180326-16611-1iz8efb.rb extconf.rb
creating Makefile

current directory: /pascal_romain.rvm/gems/ruby-2.4.1/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR=" clean

current directory: /pascal_romain.rvm/gems/ruby-2.4.1/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR="
compiling generator.c
generator.c: In function ‘generate_json’:
generator.c:861:25: erreur: ‘rb_cFixnum’ undeclared (first use in this function)
} else if (klass == rb_cFixnum) {
^
generator.c:861:25: note: each undeclared identifier is reported only once for each function it appears in
generator.c:863:25: erreur: ‘rb_cBignum’ undeclared (first use in this function)
} else if (klass == rb_cBignum) {
^
generator.c: Hors de toute fonction :
cc1: attention : option "-Wno-self-assign" de la ligne de commande non reconnue [enabled by default]
cc1: attention : option "-Wno-constant-logical-operand" de la ligne de commande non reconnue [enabled by default]
cc1: attention : option "-Wno-parentheses-equality" de la ligne de commande non reconnue [enabled by default]
cc1: attention : option "-Wno-tautological-compare" de la ligne de commande non reconnue [enabled by default]
make: *** [generator.o] Erreur 1

make failed, exit code 2

Gem files will remain installed in /pascal_romain.rvm/gems/ruby-2.4.1/gems/json-1.8.3 for inspection.
Results logged to /pascal_romain.rvm/gems/ruby-2.4.1/extensions/x86_64-linux/2.4.0/json-1.8.3/gem_make.out

trying to upgrade the json version to 1.8.5 doesn't resolve the problem and bundle install doesn't work.

Any hint ?

Thanks in advance

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.