Cardboardrocket_header Holes

Net::HTTP: Ignoring SSL errors on self signed certificates

Posted on June 03, 2008 at 09:47 AM by Alex Wolfe

require 'net/https'
http = Net::HTTP.new('yourhost.com', '443')
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
http.get('/path').body

The action_mailer_layouts plugin

Posted on January 14, 2007 at 01:22 AM by Alex Wolfe

I've put together a plugin that makes it easy to use layouts in your ActionMailer templates. I found myself writing very un-DRY (wet?) email templates recently and decided it was time to fix that.

If you're curious:

script/plugin install http://svn.cardboardrocket.com/action_mailer_layouts

A fresh start

Posted on December 02, 2006 at 06:13 PM by Alex Wolfe

I’ve moved to SimpleLog on a Rimuhosting VPS. No more WordPress. No more Dreamhost. My old blog posts were discarded during the transition. They were all related to my paginating_find plugin, and I’ve condensed that content down into a static page for easier consumption.


All content ©2006-2008 Alex Wolfe, all rights reserved, back to top ↩