We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在这种情况下,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.
我不想听起来像个混蛋,但是 源代码实际上是这个小宝石的最佳文档。
I don't want to sound like a jerk but the source code is actually the best doc for this little gem.