Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 702 Bytes

2011-04-29-heirarchical-comments-in-a-rails-app.md

File metadata and controls

15 lines (12 loc) · 702 Bytes
layout title location time published
post
Hierarchical Comments in a Rails app
San Luis Obispo, CA
42474
false

So I've been teaching myself rails while working on bloomFilter. While exploring rails, I've debated about how I want to do comment nesting. The most common choice seems to be to use a ruby gem to build the functionality into rails. The two I have come across that seem to be most commonly used are ancestry and act_as_tree.