Development

Security Through Obesity

5 min read

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

3 min read

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

4 min read

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 …