jit-rails
This gem provides the JavaScript InfoVis Toolkit for your rails application. Add it to your Gemfile:
gem "jit-rails"
And then inside app/assets/javascripts/application.js
add the following:
//= require jit
Compact version does not work at the moment: philogb/jit#171 Compact version:
// Dont do this
//= require jit-yc
More info at the JavaScript InfoVis Toolkit website For source: [https://github.com/philogb/jit](github jit)