开发者

how can we use will_paginate in ruby on rails 3.0.3

开发者 https://www.devze.com 2023-02-06 00:05 出处:网络
is their will_paginate开发者_运维知识库 will support to ruby on rails 3.0.3?Yes. In beta - https://github.com/mislav/will_paginate/tree/rails3.Yes, Its still in beta and we have used will paginate suc

is their will_paginate开发者_运维知识库 will support to ruby on rails 3.0.3?


Yes. In beta - https://github.com/mislav/will_paginate/tree/rails3.


Yes, Its still in beta and we have used will paginate successfully in a production rails project.The bug that i have seen so far is the count of items at times is wrong. You can work around it by firing your own count query and populate it.

0

精彩评论

暂无评论...
验证码 换一张
取 消