Aug
13th
Wed
13th
If you are having any issues using tumblr with webkit, make sure you are running the latest nightly and everything should work fine.
Now I can go back to using webkit full-time :)
The concept of combining routes and controllers makes alot of sense:
get '/user/:id/bio' do
User.find(params[:id]).bio
end