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 and sort field in a clean way? (I am currently using map.resources :x for every resource in my app)
Any other performace issues involved that I should know about? (eg. caching)
Thanks in advance.
EDIT I reformulated the question into a more generic one, hoping that I will get more answers. I'm going to vote to close this one since it is no longer relevant. Thanks for the answers insane-dreamer and vrish88.