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
Have you tried will_paginate? Is there some reason it doesn't meet your specific needs? (http://github.com/mislav/will_paginate/tree/master)