如何使用 act_as_api Rails 3 进行分页?
您好,我正在使用 act_as_api 渲染我的 xml 和 json,一切都很好,直到我想将 will_paginate 字段添加到我的输出中。
有人成功过吗?
Hi I'm using act_as_api to render my xml and json, all is well until i want to add the will_paginate fields into my outputs.
Has anyone been successful?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在acts_as_api gem 的功能请求之一中找到了解决方案
所以你已经有了它,有了元支持,你可以添加任何你想要的东西,在这种情况下我想要我的分页数据在那里。
元数据支持 - 添加分页字段
Found the solution in one of the feature requests for acts_as_api gem
So there you have it, with meta support, you can add whatever you want, in this case I wanted my pagination data in there.
Metadata support - Add pagination fields
截至今天,github 上有一个关于此主题的 wiki 条目:
https://github.com/fabrik42/acts_as_api/wiki/Add-meta-data-%28like-pagination-info%29-to-your-response
as of today, there is a wiki entry about this topic on github:
https://github.com/fabrik42/acts_as_api/wiki/Add-meta-data-%28like-pagination-info%29-to-your-response