elight / acts_as_commentable_with_threading

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

Pagination? #29

Open juandazapata opened 12 years ago

juandazapata commented 12 years ago

Hi, first of all thank you for your amazing work on this! Is there any way to retrieve comments using pagination so I can load a paginated conversation?

elight commented 10 years ago

Good question! I suspect aacwt would fail to work with existing pagination libraries, e.g., kaminari. Pull request? :D