Welcome to Better Nested Set for Ruby on Rails This is a plugin to replace acts_as_nested_set and ehance it. What is nested set ? It's a great and smart way to represent ordered trees into a table. Joe Celko explained this solution in a famous article in 1996. What is it useful for ? Categories, or menus, are often organized as ordered trees. Rails provides the good acts_as_tree, but it cannot han