Mike Herrera bio photo

Mike Herrera

Web engineer, cyclist. More metal than your momma's kettle.

Twitter LinkedIn Github Stackoverflow

Recent Posts

Yes, Ruby 1.9 can support TLSv1.2!

Did you receive an email indicating that a critical service is deprecating support for TLSv1.0 or TLSv1.1? Even worse, is your app running ruby 1.9?

TDD your ruby gem a migration generator

I maintain a ruby gem that was without a database migration generator for far too long. This is a walkthrough on how I TDD‘d a generator to create its databa...