Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何提供嵌套集但也具有权重的宝石或插件。
我希望能够创建一个嵌套集并按其权重对每个子集进行排序。
git hub 上的祖先看起来不错
http://github.com/stefankroes/ancestry
node.subtree.all(:order => :weight)
有没有人做过类似的事情?我很想听听您的解决方案。