get '/:id.?:format?' do @vent = Vent.get(params[:id]) case params[:format] ...
Ruby On Trying to condence 2 method...
by Jason Calleiro,
December 11, 2008 16:52
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...
Ruby On Trying to parse XML and pas...
by Jason Calleiro,
May 31, 2008 13:03
Ok, trying to take all this...
<!-- THE XML IM TRYING TO PARSE --> ...
Ruby Trying to parse XML and pas...
I am completely new to ruby...
Thanks! the code below was ...