Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Acts-as-tree in Rails3?

I need to use Acts As Tree in my Rails3 project (ruby 1.9.2). But, there are lot of forks on github, so I don't know which should I choose, and which is used by other developers? On Railsplugins.org there are http://www.railsplugins.org/plugins/376-acts-as-tree, but last commit was from March...

like image 977
swistak35 Avatar asked Jan 02 '11 21:01

swistak35


2 Answers

I'm using http://rubygems.org/gems/acts_as_tree_rails3. Works great.

like image 167
manafire Avatar answered Oct 18 '22 16:10

manafire


I've gone with https://github.com/skyeagle/nested_set on my Rails3 projects. It's hard to say at this point where adoption will take things.

like image 30
Michael Hellein Avatar answered Oct 18 '22 15:10

Michael Hellein