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

Thanks! the code below was ...

A4e2fea57f511d697f1de55198996f23 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
<?php

...

PHP Moving my xml parsing into ...

by Jason Calleiro, June 01, 2008 20:18, 4 refactorings, tagged with xml, php, parse, function

I have a list of pages, wit...

A4e2fea57f511d697f1de55198996f23 Talk

Ruby On Trying to parse XML and pas...

by Jason Calleiro, May 31, 2008 13:03

Ok, trying to take all this...

A4e2fea57f511d697f1de55198996f23 Talk
<!-- THE XML IM TRYING TO PARSE -->
...

Ruby Trying to parse XML and pas...

by Jason Calleiro, May 30, 2008 20:09, 5 refactorings, tagged with rails, ruby, xml, parse, hpricot

I am completely new to ruby...

A4e2fea57f511d697f1de55198996f23 Talk