我在哪里可以找到一些关于“acts_as_list”的好文档?宝石?

发布于 2024-12-12 05:08:38 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

难理解 2024-12-19 05:08:38

在这种情况下,RDOC 似乎是最好的文档来源: http://rubydoc.info/gems/acts_as_list /frames

一般来说,源代码非常可读,因此您也可以直接查看:https://github.com/swanandp/acts_as_list

如果您想进行比较,这里还有一些其他选项:https://www.ruby-toolbox.com/categories/Active_Record_Sortables

我用过acts_as_list 和 sortable,都非常好。

In this case the RDOC seems to be the best source of docs: http://rubydoc.info/gems/acts_as_list/frames

Generally the source code is pretty readable so you can look directly at that as well: https://github.com/swanandp/acts_as_list

Here are some other options for what you want to do if you want to compare: https://www.ruby-toolbox.com/categories/Active_Record_Sortables

I've used acts_as_list and sortable, both are very good.

你的背包 2024-12-19 05:08:38

我不想听起来像个混蛋,但是 源代码实际上是这个小宝石的最佳文档。

I don't want to sound like a jerk but the source code is actually the best doc for this little gem.

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