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

specs for cacheable responder #44

Closed caike closed 13 years ago

caike commented 13 years ago

initial specs for cacheable which can also help on #179

guilhermesilveira commented 13 years ago

way better! extracting methods and creating tests. thanks caike

guilhermesilveira commented 13 years ago

pulled