Archive for July, 2011
Storing hierarchical (tree) data in SQL using Ruby on Rails
by specialj on Jul.06, 2011, under Development
I have a Ruby On Rails project with a fair amount of hierarchical data. I have already tried a few different techniques of managing this data. Nested sets and materialized paths sound good in theory but in practice they didn’t work out so well. Here are some thoughts thus far.