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

Fix for ruby 1.9.3 #79

Closed samuelportela closed 13 years ago

samuelportela commented 13 years ago

Ruby 1.9.3 already implements a Net::HTTP::Patch class

qmx commented 13 years ago

This looks good, my main concern is about supporting other rubies, like 1.9.2 / rbx / jruby

maybe a version guard?

guilhermesilveira commented 13 years ago

Hi guys both are fine with me. what do you prefer?