Posts tagged sinatra

Oct06

Improving the load time of your application

performance loadtime ruby sinatra monk | comments

Step 0: Benchmark!

(Disclaimer: the code that follows is in no way a prescription on how to write good benchmarking code but was simply written in a minute :-)

Continue reading »

May26

Logging in Sinatra

logging sinatra | comments

This is more of a note to self. I spent a few mins figuring this out properly so best not to waste a few mins again next time.