0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem provides Arbor.js 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

arbor-rails

Note: This gem won't work properly in production mode as there are some weird pathing issues in arbor.js. Until it's fixed, might I recommend d3_rails?

This gem provides Arbor.js for your rails application. Add it to your Gemfile:

gem "arbor-rails"

And then inside app/assets/javascripts/application.js add the following:

//= require arbor

If you want to use Arbor tweening, you can also add:

//= require arbor-tween

More info at the Arbor.js website