arbor-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