Hi all,
This is not specific to Ruby on Rails but a generic question regarding RESTful implementation. I learned that RR guys are best to seek help from.

There are couple of conceptual questions regarding how to implement web-service interfaces the RESTful way.

Suppose I create a RESTful service to expose books as entity. Then

1. When displaying the index of books, how to implement filtering? The...