How do I install “acts_as_nested_set” in my Rails 3 app?
I want to be able to add acts_as_nested_set to my model
I also want to be able to use ROOT, like this…
article.comments.roots.order
Ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may want to take a look at Awesome Nested Set (at least some of its forks) and Nested Set on github. They provide acts_as_nested_set replacement for Rails 3.