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?
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?
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...