No commit activity in last 3 years
No release in over 3 years
Integrates jquery UI Nested Sortable Tree plugin into rails apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.9.2

Runtime

>= 3.2.8
>= 3.2.2
>= 2.1.1
 Project Readme

Rails 3.2/4.0 Integration for Jquery UI NestedSortableTree Plugin

The nestedsortabletree-rails gem integrates the Jquery UI Nested Sortable Tree plugin with the Rails 3.2 and 4.0 asset pipeline.

Instructions

1. Add nestedsortabletree-rails to your Gemfile

gem 'nestedsortabletree-rails'

2. Run bundle install.

3. Using

Add to your application.js: JQuery and JqueryUI is only needed if you haven't included them already

//= require jquery 
//= require jquery.ui.all
//= require jquery.ui.nestedSortableTree

I recommend using jquery-rails and jquery-ui-rails

Other jquery implementations should do fine as well.

See http://leifcr.github.com/nestedSortableTree for usage.

Credits

Didier Laffourgue for the aloha-rails plugin as a blueprint. See further credits in the readme on aloha-rails plugin.

Contact

Feel free to contact me at @leifcr (twitter).

Copyright (c) 2012-2013 Leif Ringstad