Subscribe

New plugins

Date September 26, 2008

I’ve just pushed two plugins to github. The first is an improvement on the standard Defensio plugin that only checks the validity of your API key when posting articles or comments. This is better than checking each time a model that uses the plugin is instantiated as it doesn’t require contact with the [...]

How to scale your web app

Date May 6, 2008

Back in Feburary 2007 myself and Andy went to BarcampLondon2 on an exploratory trip to bash around a few ideas for what would later become idlasso. I presented on scaling web applications, the presentation for which can be seen at slideshare or below:

Rails 1.1 vs Rails 1.2 vs Rails 2.0

Date May 6, 2008

I’m really into rails performance (and now merb but that wasn’t around when this post was written) so decided to look at a comparison between the standard rails versions – 1.1, 1.2 and 2.0. In these tests the excellent railsbench was used to drive the tests – I favor this over the standard rails [...]