Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 528 Bytes

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)