<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Authlogic: after the initial hype</title>
	<atom:link href="http://www.tatvartha.com/2009/09/authlogic-after-the-initial-hype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tatvartha.com/2009/09/authlogic-after-the-initial-hype/</link>
	<description>meaning of &#34;it&#34;</description>
	<lastBuildDate>Mon, 01 Aug 2011 08:32:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sharad</title>
		<link>http://www.tatvartha.com/2009/09/authlogic-after-the-initial-hype/comment-page-1/#comment-376</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Sat, 25 Sep 2010 05:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=368#comment-376</guid>
		<description>Agreed: thin controller, fat model.</description>
		<content:encoded><![CDATA[<p>Agreed: thin controller, fat model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.tatvartha.com/2009/09/authlogic-after-the-initial-hype/comment-page-1/#comment-373</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 23 Sep 2010 14:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=368#comment-373</guid>
		<description>Actually may as well make it a one liner... 

before_validation_on_create :reset_perishable_token!</description>
		<content:encoded><![CDATA[<p>Actually may as well make it a one liner&#8230; </p>
<p>before_validation_on_create :reset_perishable_token!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.tatvartha.com/2009/09/authlogic-after-the-initial-hype/comment-page-1/#comment-372</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 23 Sep 2010 14:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=368#comment-372</guid>
		<description>Thanks for the writeup on this. Helped me out a treat.

I would prefer, however, to set the initial perishable token in the model. That way I know it will always be set and it keep the controller code cleaner...

before_validation_on_create :set_perishable_token
  
def set_perishable_token
  reset_perishable_token!
end</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup on this. Helped me out a treat.</p>
<p>I would prefer, however, to set the initial perishable token in the model. That way I know it will always be set and it keep the controller code cleaner&#8230;</p>
<p>before_validation_on_create :set_perishable_token</p>
<p>def set_perishable_token<br />
  reset_perishable_token!<br />
end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

