Sinatra from scratch
16 January, 2009 - 140 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: