Pagination and sorting in a Rails RESTful application

前端 未结 2 420
孤独总比滥情好
孤独总比滥情好 2021-01-03 15:40

Any tips on how to implement sorting and pagination on a resource in a Rails application and still keeping it RESTful?

How do I map the parameters for page number a

2条回答
  •  情话喂你
    2021-01-03 16:33

    Have you tried will_paginate? Is there some reason it doesn't meet your specific needs? (http://github.com/mislav/will_paginate/tree/master)

提交回复
热议问题