Skip to content

Commit

Permalink
more metric views
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Jan 22, 2019
1 parent cbcffec commit c97604d
Show file tree
Hide file tree
Showing 14 changed files with 454 additions and 391 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'material_icons'
gem 'materialize-sass', '~> 1.0.0'
gem 'd3-rails'
gem 'd3-cloud-rails'
gem 'nouislider-rails'

# NLP
gem 'birch', github: 'billthompson/birch', branch: 'birch-ruby22'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ GEM
nio4r (2.3.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nouislider-rails (8.2.1)
railties (>= 3.1)
oauth (0.5.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
Expand Down Expand Up @@ -326,6 +328,7 @@ DEPENDENCIES
medium-editor-rails
mini_racer
nokogiri
nouislider-rails
omniauth
omniauth-facebook
omniauth-google
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
//
//= require jquery
//= require materialize
//= require nouislider
//= require_tree .
Loading

0 comments on commit c97604d

Please sign in to comment.