philwilson.org

1 post tagged with "rack"

See all tags and the latest posts

Sinatra from scratch

16 January, 2009 - 155 words
I wrote a small Ruby app the other day which was chucking out JSON which was being parsed by some PHP. So I thought I’d convert it to all-Ruby using Sinatra (my first real attempt at a Ruby web framework that’s not Hello World). Installation was harder than expected on my clean Ubuntu box, but for reference:

read more