So, you'd like to leverage the "acts_as_tree" mechanism provided by Rails to provide a tree-like menu for a web site. Of course, that tree mechanism will require some JavaScript if you want it to work smoothly on the client side.
What? You'd rather not write all of that pesky JavaScript yourself?
Well, thanks to my brother, Steve Keener, you don't have to.
His short presentation, Quick Start: Rails LiveTree provides a simple solution that integrates the LiveTree JavaScript library with the Rails "acts_as_tree" mechanism.
In just 15 minutes, you can have a database-driven, tree-like menu for your web site.
|