arbor-rails

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

ruby gem "arbor-rails"

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

js //= require arbor

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

js //= require arbor-tween

More info at the Arbor.js website