Tracks and Ruby on Rails

After sitting in my del.icio.us inbox for a couple of weeks, I finally found the time to start playing about with Ruby on Rails. I’ve heard a lot of good things about Rails-based applications, and I’ve started using them heavily (notable del.icio.us and 43 things). However, the real reason I wanted to check out Rails was so I could understand But She’s A Girl’s Tracks.

I first gave Tracks a go a couple of weeks ago, but found that it was missing too many things that I rely on from a task-list planner, such as an ability to view completed tasks on a day-to-day basis (essential for my morning meetings) and the ability to output the task list as an iCal feed (I use iCal to sync with my phone, which doubles as my PDA). I took a look at the source for Tracks, but having absolutely no knowledge of Ruby whatsoever, I couldn’t really understand it (Where on earth is this being called from? Are all these files really necessary?), so immediately set about re-implementing it in PHP, the language I’m more familiar with. I got bored with that project after a couple of hours.

After reading the excellent O’Reilly article (and David Allen’s superb “Getting Things Done”, whose methods Tracks seeks to enhance), I decided it was time to revisit the source of Tracks. Now it makes much more sense, and I’ve already hacked together the “report view” that I needed, and I’m working on the iCal exporter as we speak.