Rails3 中的行为树?

发布于 2024-10-09 21:42:52 字数 275 浏览 2 评论 0原文

我需要在我的 Rails3 项目(ruby 1.9.2)中使用 Acts As Tree。但是,github上有很多fork,所以我不知道我应该选择哪个,哪个被其他开发者使用? 在 Railsplugins.org 上有 http://www.railsplugins.org/plugins/376 -acts-as-tree,但上次提交是从三月份开始的......

I need to use Acts As Tree in my Rails3 project (ruby 1.9.2). But, there are lot of forks on github, so I don't know which should I choose, and which is used by other developers?
On Railsplugins.org there are http://www.railsplugins.org/plugins/376-acts-as-tree, but last commit was from March...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

泪眸﹌ 2024-10-16 21:42:52

我在 Rails3 项目中使用了 https://github.com/skyeagle/nested_set 。目前很难说采用会采取什么行动。

I've gone with https://github.com/skyeagle/nested_set on my Rails3 projects. It's hard to say at this point where adoption will take things.

離人涙 2024-10-16 21:42:52

如果您可以添加新表,我建议使用 https://github.com/mceachen/closure_tree存储层次结构并希望高效的选择和变异性能。

I'd suggest using https://github.com/mceachen/closure_tree if you can add a new table to store the hierarchies and want efficient select and mutate performance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文