Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PUT PATCH REST Rails

PUT PATCH REST Rails

I presented regarding recent addition of PATCH HTTP verb in Rails at New Delhi Ruby Meetup. www.meetup.com/delhi-ruby/

Waseem Ahmad

March 19, 2012
Tweet

More Decks by Waseem Ahmad

Other Decks in Programming

Transcript

  1. /invoices GET index POST create /invoices/:id GET show PUT, PATCH*

    update DELETE destroy * Will change in future. PUT might route to 'replace' action.