<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - gmericksen</title>
<link>http://snipplr.com/users/gmericksen</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 16:33:40 GMT</pubDate>
<item>
<title>(Rails) Previous and Next Links</title>
<link>http://snipplr.com/view/47129/previous-and-next-links/</link>
<description><![CDATA[ <p>If each title is unique and you need alphabetical, try this in your Post model. You can change title to any unique attribute (created_at, id, etc.) if you need a different sort order.</p> ]]></description>
<pubDate>Fri, 14 Jan 2011 15:39:33 GMT</pubDate>
<guid>http://snipplr.com/view/47129/previous-and-next-links/</guid>
</item>
<item>
<title>(Rails) Authlogic Timeout</title>
<link>http://snipplr.com/view/45813/authlogic-timeout/</link>
<description><![CDATA[ <p>This will require a user to log back in if they are inactive for more than 10 minutes. In order for this feature to be used you must have a last_request_at datetime column in your table for whatever model you are authenticating with.</p> ]]></description>
<pubDate>Thu, 16 Dec 2010 18:21:58 GMT</pubDate>
<guid>http://snipplr.com/view/45813/authlogic-timeout/</guid>
</item>
<item>
<title>(Rails) Rails IPN Sample</title>
<link>http://snipplr.com/view/36598/rails-ipn-sample/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 02 Jul 2010 09:23:56 GMT</pubDate>
<guid>http://snipplr.com/view/36598/rails-ipn-sample/</guid>
</item>
<item>
<title>(Rails) Google ActionMailer Fix</title>
<link>http://snipplr.com/view/34555/google-actionmailer-fix/</link>
<description><![CDATA[ <p>Anatol Pomozov has written a small library using net/smtp and OpenSSL that changes some of net/smtp's methods to allow it to directly talk to secure SMTP servers such as GMail's. He also presents an example of what to do in your Rails application that looks like this:

http://blog.pomozov.info/posts/how-to-send-actionmailer-mails-to-gmailcom.html</p> ]]></description>
<pubDate>Sat, 15 May 2010 14:04:45 GMT</pubDate>
<guid>http://snipplr.com/view/34555/google-actionmailer-fix/</guid>
</item>
</channel>
</rss>