Development
Security Through Obesity
Jeremy Spilman recently proposed changes to how user's hashes are stored in website's and companies databases. This post was originally going to look at some of …
Adding a Table Prefix to DataMapper Tables
So I recently encountered a situation where I needed to define a prefix on the tables used by the "data_mapper" gem. When I went searching I found …
Ruby's XMLRPC::Client and SSL
For the past few days I've been working on a Ruby project that needed to interact with a remote XMLRPC API. This isn't particularly unusual but it was the first …