miyachi3000
4/8/2014 - 9:55 AM

ruby >padrino

require 'sinatra'
get '/:name' do
 "hello,#params[:name]"
end

//too simple
//padrino