jquery-simpletree-rails
This gem provides the jquery simpleTree plugin found at https://github.com/mauntrelio/jquery-simpletree/ for the Rails asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'jquery-simpletree-rails'
And then execute:
$ bundle install
Add this to 'app/assets/javascripts/application.js':
//= require simpleTree/jquery.simpletree
Add this to 'app/assets/stylesheets/application.css':
//= require simpleTree/simpletree
That's it!