Project

jit-rails

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem provides the JavaScript InfoVis Toolkit for your Rails 3 application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

< 5.0, >= 3.1.0
 Project Readme

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)