vote up 0 vote down star

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.

flag

73% accept rate

1 Answer

vote up 0 vote down

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 paginate method to ActiveResource.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.