What's the best way to implement pagination in a REST API so that an ActiveResource client can easily navigate paginated results? There have been some proposals, for example here and here, but being new to ActiveResource I'm wondering if there's a better way.
|
|
|
|
|
|
|
I haven't had a chance to dig into this for a project yet, but this fork of Will_Paginate may be of use to you. It adds support for the |
||
|
|
