ActsAsTree extends ActiveRecord to add simple support for organizing items into parent–children relationships.
Now with Formtastic I have plain select: = f.input :category, :as => :select, :include_blank => false, :collection => subcategories …
ruby-on-rails grouping formtastic acts-as-tree optgroupI'm wondering if someone has already built a system for threaded comments (for lack of a better term) in Rails …
ruby-on-rails reddit threaded-comments acts-as-tree