如何使 will_paginate 与液体一起工作
我设法做了一些小修改,使 will_paginate 能够与液体一起工作: http://gist.github.com/426737
我想知道这是否安全?有想法吗?
I managed to make a little hack to make will_paginate work with liquid:
http://gist.github.com/426737
I wonder if this is safe? Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为如果您尝试这样的操作会更安全: https://gist.github.com/2783697
基本上,它定义了一个使用 WillPaginate 对集合进行分页的 Liquid Block。
I think it'd be safer if you tried something like this: https://gist.github.com/2783697
Basically, that defines a Liquid Block that uses WillPaginate to paginate your collection.