<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...

JavaScript RESTful jQuery PUT/DELETE l...

by Aupajo, May 27, 2009 00:49, 10 refactorings, tagged with http, jquery, rest, put, delete, request

I'm putting together PUT/DE...

Ca3dc3f93730afb41d6753d8bf010a38 Talk
get '/:id' do
  @vent = Vent.get(params[:id])
  erb :show
...

Ruby Trying to condence 2 method...

by Jason Calleiro, December 10, 2008 21:53, 7 refactorings, tagged with rails, ruby, xml, sinatra, rest

Currently using sinatra fra...

A4e2fea57f511d697f1de55198996f23 Talk