Ruby

Getting set up with Jekyll in 2025

After several years, two children, and a marriage(!). I’ve taken to picking up writing on my blog again. In the past I rolled my own blogging application, based on rails, and using dropbox for storage, called Cloudpress crucially though, all the historic posts were in markdown. Making porting them to...

The Rails renderer pattern

Rails has always had a neglected sibling through it’s entire life, while everything else has been blessed with changes and upgrades. The view layer is still relatively unchanged since rails first release in 2004. There have been numerous attempts to try to update the view layer to de-couple the rendering...

Software Ruby Tfl Tube London Gem

Hello service_disruption gem

Well over the past few weeks I’ve been working on a little gem that makes it easy to get notifications when the Tube status changes. As a byproduct it also gives easy access to the tube data as ruby objects too :)