开发者

Does RoR offer pagination?

开发者 https://www.devze.com 2023-01-26 01:13 出处:网络
Does Ruby on Rails offer pagin开发者_运维问答ation methods/helpers as a part of frame works?It used to offer but it has been discontinued from rails 2.0. Why do you need it when you have an awesome pl

Does Ruby on Rails offer pagin开发者_运维问答ation methods/helpers as a part of frame works?


It used to offer but it has been discontinued from rails 2.0. Why do you need it when you have an awesome plugin called Will Paginate? If you still want to go the ancient way, here is a plugin called Classic Pagination. Extracted from rails 1.x. But doesn't look like it is being maintained post rails 2.3.4.


There's a new pagination library called Kaminari. There's a Railscast on it.

0

精彩评论

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