Given that I am developing a rails 2.3.5 site,
When it comes to storing threaded comments in a blog or forum,
Then which plugin/gem should be considered “State of the Art”?
I’m starting with these URLs:
I’m looking for opinionated people with opinions about my question.
Given that I am developing a rails 2.3.5 site,
When it comes to storing threaded comments in a blog or forum,
Then which plugin/gem should be considered “State of the Art”?
I’m looking for opinionated people with opinions about my question.
Given a choice of nested sets, I’d use “awesome_nested_set”. But
“acts_as_commentable_with_threading” seems to say exactly what you
want to do; so I’d look into that in a bit more detail.