<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Cardboard Rocket</title>
    <link>http://cardboardrocket.com</link>
    <language>en</language>
    <webMaster>alexkwolfe@gmail.com (Alex Wolfe)</webMaster>
    <copyright>Copyright 2006-2008</copyright>
    <ttl>60</ttl>
    <pubDate>Tue, 03 Jun 2008 09:49:00 GMT</pubDate>
    <description></description>
    <item>
      <title>Net::HTTP: Ignoring SSL errors on self signed certificates</title>
      <link>http://cardboardrocket.com/archives/2008/6/3/nethttp_ignoring_ssl_errors_on/</link>
      <pubDate>Tue, 03 Jun 2008 09:47:00 GMT</pubDate>
      <guid>http://cardboardrocket.com/archives/2008/6/3/nethttp_ignoring_ssl_errors_on/</guid>
      <author>alexkwolfe@gmail.com (Alex Wolfe)</author>
      <description>&lt;pre style="font-size:smaller;"&gt;
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
&lt;/pre&gt;

</description>
    </item>
    <item>
      <title>The action_mailer_layouts plugin</title>
      <link>http://cardboardrocket.com/archives/2007/1/14/the_action_mailer_layouts_plugin/</link>
      <pubDate>Sun, 14 Jan 2007 01:22:00 GMT</pubDate>
      <guid>http://cardboardrocket.com/archives/2007/1/14/the_action_mailer_layouts_plugin/</guid>
      <author>alexkwolfe@gmail.com (Alex Wolfe)</author>
      <description>&lt;p&gt;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.&lt;br/&gt;&lt;br/&gt;If you're curious:&lt;br/&gt;&lt;pre style="font-size:smaller;"&gt;script/plugin install http://svn.cardboardrocket.com/action_mailer_layouts&lt;/pre&gt;&lt;br/&gt;&lt;/p&gt;</description>
      <category domain="http://cardboardrocket.com/archives/tags/actionmailerlayouts">actionmailerlayouts</category>
      <category domain="http://cardboardrocket.com/archives/tags/rails">rails</category>
    </item>
    <item>
      <title>A fresh start</title>
      <link>http://cardboardrocket.com/archives/2006/12/2/a_fresh_start/</link>
      <pubDate>Sat, 02 Dec 2006 18:13:00 GMT</pubDate>
      <guid>http://cardboardrocket.com/archives/2006/12/2/a_fresh_start/</guid>
      <author>alexkwolfe@gmail.com (Alex Wolfe)</author>
      <description>&lt;p&gt;I&amp;#8217;ve moved to &lt;a href="http://simplelog.net"&gt;SimpleLog&lt;/a&gt; on a &lt;a href="http://www.rimuhosting.com"&gt;Rimuhosting&lt;/a&gt; VPS.  No more WordPress.  No more Dreamhost.  My old blog posts were discarded during the transition.  They were all related to my &lt;a href="http://svn.cardboardrocket.com/paginating_find"&gt;paginating_find&lt;/a&gt; plugin, and I&amp;#8217;ve condensed that content down into a &lt;a href="/pages/paginating_find"&gt;static page&lt;/a&gt; for easier consumption.&lt;/p&gt;</description>
      <category domain="http://cardboardrocket.com/archives/tags/hosting">hosting</category>
      <category domain="http://cardboardrocket.com/archives/tags/paginatingfind">paginatingfind</category>
      <category domain="http://cardboardrocket.com/archives/tags/rails">rails</category>
      <category domain="http://cardboardrocket.com/archives/tags/simplelog">simplelog</category>
    </item>
  </channel>
</rss>
