elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
671 stars 168 forks source link

Good transition strategy for an application already having a comment model. #64

Closed niuage closed 10 years ago

niuage commented 10 years ago

If you had to use this gem in an application that was already using a comment model, I'd appreciate any pointers on how to transition gracefully.

niuage commented 10 years ago

Actually I'm just going to update my comment model to work with the gem, should be fine.

elight commented 10 years ago

Awesome