I just pushed a new feature to Camping: Simple controllers.
module App::Controllers
get '/(.*)' do |name|
"Hello #{name}"
end
endWhat do you think? Useful? Or should I revert it? It currently costs us 87 bytes. // Magnus Holm _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

