amco / dolly

Not an ORM for CouchDB in rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement PATCH request

javierg opened this issue · comments

We can achive this thorugh Update Handlers It will require some convention on how to create the handler functions... as doing them dynamically is too costly, they will need to be created ahead. Here is were a generater might work.