Restfulie

A RESTful app
Download

Restfulie Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Guilherme Silveira
  • Publisher web site:

Restfulie Tags


Restfulie Description

A RESTful app 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 this gem allows you to do it really fast.Why would I use restfulie?1. Easy —> writing hypermedia aware resource based clients2. Easy —> hypermedia aware resource based services3. Small → it’s not a bloated solution with a huge list of APIs4. HATEOAS —> clients you are unaware of will not bother if you change your URIs5. HATEOAS —> services that you consume will not affect your software whenever they change part of their flow or URIsInstallingJust add in your environment.rb the following line:config.gem "restfulie", :source => "http://gemcutter.org"And then execute:rake gems:installor, if you prefer to install it as a plugin:script/plugin install git://github.com/caelum/restfulie.git What's New in This Release: · implemented support to can_*** methods · post data through http POST body


Restfulie Related Software