<?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: User profile permalinks with Ruby on Rails (and Authlogic)</title>
	<atom:link href="http://www.simonecarletti.com/blog/2009/08/user-profile-permalinks-with-ruby-on-rails-and-authlogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecarletti.com/blog/2009/08/user-profile-permalinks-with-ruby-on-rails-and-authlogic/</link>
	<description>Simone Carletti&#039;s personal ramblings on programming, syndication, search engines &#38; marketing.</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simone Carletti</title>
		<link>http://www.simonecarletti.com/blog/2009/08/user-profile-permalinks-with-ruby-on-rails-and-authlogic/#comment-6131</link>
		<dc:creator>Simone Carletti</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=437#comment-6131</guid>
		<description>You&#039;re right. This is because I usually define metaclass methods within a &lt;code&gt;class &lt;&lt; self&lt;/code&gt; scope but it&#039;s not visible here.

I fixed the post. Thank you.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right. This is because I usually define metaclass methods within a <code>class < < self</code> scope but it's not visible here.</p>
<p>I fixed the post. Thank you.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ullrich</title>
		<link>http://www.simonecarletti.com/blog/2009/08/user-profile-permalinks-with-ruby-on-rails-and-authlogic/#comment-6128</link>
		<dc:creator>ullrich</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=437#comment-6128</guid>
		<description>just walking through your code and found that the definition of the custom finder
  def find_by_slug!(slug, options = {})
probably should be
  def self.find_by_slug!(slug, options = {})</description>
		<content:encoded><![CDATA[<p>just walking through your code and found that the definition of the custom finder<br />
  def find_by_slug!(slug, options = {})<br />
probably should be<br />
  def self.find_by_slug!(slug, options = {})</p>
]]></content:encoded>
	</item>
</channel>
</rss>

