Tag Archives: ruby

I Like Python

I’ve been working with Python more and more at work and in personal experiments.  It’s nice!  I’d toyed with it in the past while exploring Django, but never really dug into it.  Being a Ruby fan, I do miss block support - but, the namespace features and excellent readability certainly make it attractive enough.
I […]

Using Ruby’s ActiveRecord for Quick Cleanup Tasks

Since this blog has gone through so many iterations, I have posts in raw html, textile, and markdown formats. I need to get everything in raw html so I don’t have to worry about the proper filters being in place in my WordPress installation.
I hacked up a simple Ruby script to handle this for me. […]