caelum / restfulie

CRUD through HTTP is a good step forward to using resources and becoming RESTful. Another step further into it is to make use of hypermedia-based services and the Restfulie gem allows you to do it very quickly.
Other
393 stars 43 forks source link

Fixed Patch inheritance to make restfulie work also with ruby 1.9.3 #80

Closed samuelportela closed 12 years ago

samuelportela commented 12 years ago

It looks like the Patch class inheritance was not defined correctly. With this fix, the restfulie gem should now work with ruby 1.8, 1.9.1, 1.9.2 and 1.9.3.