<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Easy and flexible breadcrumbs for Rails</title>
	<atom:link href="http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/</link>
	<description>The blog with the bug.</description>
	<lastBuildDate>Mon, 26 Oct 2009 20:00:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fnl</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-1056</link>
		<dc:creator>fnl</dc:creator>
		<pubDate>Mon, 26 Oct 2009 20:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-1056</guid>
		<description>This is by far the cleanest and leanest implementation I have come accross so far (ok, eval is seen by many as &quot;chaeting&quot;, but... who cares, this is a relatively safe way of using it, especially if you make the regex sufficiently strict!). Kudos &amp; thanx!</description>
		<content:encoded><![CDATA[<p>This is by far the cleanest and leanest implementation I have come accross so far (ok, eval is seen by many as &#8220;chaeting&#8221;, but&#8230; who cares, this is a relatively safe way of using it, especially if you make the regex sufficiently strict!). Kudos &amp; thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-1046</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Sat, 08 Aug 2009 07:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-1046</guid>
		<description>this is sweet! thanks a lot!</description>
		<content:encoded><![CDATA[<p>this is sweet! thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-1042</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-1042</guid>
		<description>Thanks! Really useful!</description>
		<content:encoded><![CDATA[<p>Thanks! Really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szeryf</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-1033</link>
		<dc:creator>szeryf</dc:creator>
		<pubDate>Thu, 04 Jun 2009 06:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-1033</guid>
		<description>QAS: without looking at your code I can only speculate. You probably call &lt;code&gt;add_breadcrumb &#039;Home&#039;, &#039;/&#039;&lt;/code&gt; twice. Please check your code for that.</description>
		<content:encoded><![CDATA[<p>QAS: without looking at your code I can only speculate. You probably call <code>add_breadcrumb 'Home', '/'</code> twice. Please check your code for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QAS</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-1032</link>
		<dc:creator>QAS</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-1032</guid>
		<description>for some reason i get two home crumbs and then the current crumb. 

ex: Home &gt; Home &gt; Model &gt; 2003

Any idea why this could be happening?</description>
		<content:encoded><![CDATA[<p>for some reason i get two home crumbs and then the current crumb. </p>
<p>ex: Home &gt; Home &gt; Model &gt; 2003</p>
<p>Any idea why this could be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-1026</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 06 May 2009 19:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-1026</guid>
		<description>Thanks for this good stuff! I added the eval business to the name param also just so I could throw the names of individual dynamic elements at the end of the crumb strings works great!</description>
		<content:encoded><![CDATA[<p>Thanks for this good stuff! I added the eval business to the name param also just so I could throw the names of individual dynamic elements at the end of the crumb strings works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-931</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 25 Dec 2008 09:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-931</guid>
		<description>Thanks, I just needed this functionality and this post did!</description>
		<content:encoded><![CDATA[<p>Thanks, I just needed this functionality and this post did!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szeryf</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-812</link>
		<dc:creator>szeryf</dc:creator>
		<pubDate>Sat, 08 Nov 2008 08:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-812</guid>
		<description>Martijn: I think you take the &quot;skinny controllers&quot; rule too far. In my understanding, the breadcrumb is essentially a function of where you are and where you come from. And that&#039;s what controllers deal with, that&#039;s their responsibility. 

Secondly, I don&#039;t see how you could get the whole functionality proposed above using only helper functions. 

Another things is that controllers are more easily testable than helpers and this is important to me.</description>
		<content:encoded><![CDATA[<p>Martijn: I think you take the &#8220;skinny controllers&#8221; rule too far. In my understanding, the breadcrumb is essentially a function of where you are and where you come from. And that&#8217;s what controllers deal with, that&#8217;s their responsibility. </p>
<p>Secondly, I don&#8217;t see how you could get the whole functionality proposed above using only helper functions. </p>
<p>Another things is that controllers are more easily testable than helpers and this is important to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn Lafeber</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-811</link>
		<dc:creator>Martijn Lafeber</dc:creator>
		<pubDate>Fri, 07 Nov 2008 14:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-811</guid>
		<description>To keep your controllers skinny, the breadcrumb ideally is in a helper function. So, although this is a nice solution in many ways, I prefer a breadcrumb function in my application helper. Thanks for the insights though.</description>
		<content:encoded><![CDATA[<p>To keep your controllers skinny, the breadcrumb ideally is in a helper function. So, although this is a nice solution in many ways, I prefer a breadcrumb function in my application helper. Thanks for the insights though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-684</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Tue, 23 Sep 2008 11:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-684</guid>
		<description>Thank you... now it is working fine.</description>
		<content:encoded><![CDATA[<p>Thank you&#8230; now it is working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szeryf</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-681</link>
		<dc:creator>szeryf</dc:creator>
		<pubDate>Fri, 19 Sep 2008 11:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-681</guid>
		<description>vinay: it&#039;s hard to say why do you get 500 error. Could you take a look into your log file and see if there&#039;s any exception? 

I suspect that you use the method add_breadcrumb before you define it. If that&#039;s the case make sure that &quot;add_breadcrumb &#039;Home&#039;, &#039;/&#039;&quot; line is under the definitions of those methods. I&#039;m going to update the article to mention this.</description>
		<content:encoded><![CDATA[<p>vinay: it&#8217;s hard to say why do you get 500 error. Could you take a look into your log file and see if there&#8217;s any exception? </p>
<p>I suspect that you use the method add_breadcrumb before you define it. If that&#8217;s the case make sure that &#8220;add_breadcrumb &#8216;Home&#8217;, &#8216;/&#8217;&#8221; line is under the definitions of those methods. I&#8217;m going to update the article to mention this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-680</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-680</guid>
		<description>Hi,

I am rails beginner. I followed same step you explained above. But  
it is giving &quot;HTTP 500 error&quot;  and it is working fine  when i remove (without home link in breadcrumb) 
&quot;  add_breadcrumb &#039;Home&#039;, &#039;/&#039; &quot; from application controller. Can i know what is  wrong in my case.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am rails beginner. I followed same step you explained above. But<br />
it is giving &#8220;HTTP 500 error&#8221;  and it is working fine  when i remove (without home link in breadcrumb)<br />
&#8221;  add_breadcrumb &#8216;Home&#8217;, &#8216;/&#8217; &#8221; from application controller. Can i know what is  wrong in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fornetti</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-652</link>
		<dc:creator>fornetti</dc:creator>
		<pubDate>Sun, 31 Aug 2008 05:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-652</guid>
		<description>I do not believe this</description>
		<content:encoded><![CDATA[<p>I do not believe this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Crazy Agile Web Programmer&#8217;s Blog &#187; Rails &#38; Breadcrumbs</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-639</link>
		<dc:creator>A Crazy Agile Web Programmer&#8217;s Blog &#187; Rails &#38; Breadcrumbs</dc:creator>
		<pubDate>Sat, 09 Aug 2008 15:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-639</guid>
		<description>[...] Y vaya que si lo encontre: http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Y vaya que si lo encontre: <a href="http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/" rel="nofollow">http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: owens</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-635</link>
		<dc:creator>owens</dc:creator>
		<pubDate>Fri, 25 Jul 2008 09:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-635</guid>
		<description>WELL THANKS I AM A NEW USER I REALLY WANT TO KNOW WHAT
IS ALL ABOUT BECAUSE AM INTERESTED</description>
		<content:encoded><![CDATA[<p>WELL THANKS I AM A NEW USER I REALLY WANT TO KNOW WHAT<br />
IS ALL ABOUT BECAUSE AM INTERESTED</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FuzzLinks.com &#187; Easy and flexible breadcrumbs for Rails « require ‘brain’</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-634</link>
		<dc:creator>FuzzLinks.com &#187; Easy and flexible breadcrumbs for Rails « require ‘brain’</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-634</guid>
		<description>[...] http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/" rel="nofollow">http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breadcrumbs II: the Internationalization &#171; require &#8216;brain&#8217;</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-627</link>
		<dc:creator>Breadcrumbs II: the Internationalization &#171; require &#8216;brain&#8217;</dc:creator>
		<pubDate>Wed, 23 Jul 2008 13:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-627</guid>
		<description>[...] II: the&#160;Internationalization  This is a quick followup to my breadcrumb solution. If your application is internationalized, I think you might be interested in the code presented [...]</description>
		<content:encoded><![CDATA[<p>[...] II: the&nbsp;Internationalization  This is a quick followup to my breadcrumb solution. If your application is internationalized, I think you might be interested in the code presented [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szeryf</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-615</link>
		<dc:creator>szeryf</dc:creator>
		<pubDate>Wed, 09 Jul 2008 07:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-615</guid>
		<description>And here&#039;s another implementation of the above idea: &lt;a href=&quot;http://github.com/fesplugas/simplified_breadcrumbs/tree/master&quot; rel=&quot;nofollow&quot;&gt;http://github.com/fesplugas/simplified_breadcrumbs/tree/master&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>And here&#8217;s another implementation of the above idea: <a href="http://github.com/fesplugas/simplified_breadcrumbs/tree/master" rel="nofollow">http://github.com/fesplugas/simplified_breadcrumbs/tree/master</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szeryf</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-610</link>
		<dc:creator>szeryf</dc:creator>
		<pubDate>Fri, 27 Jun 2008 08:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-610</guid>
		<description>Well it looks that &lt;a href=&quot;http://github.com/zachinglis&quot; rel=&quot;nofollow&quot;&gt;zachinglis&lt;/a&gt; went and created a &lt;a href=&quot;http://github.com/zachinglis/crummy/tree/master&quot; rel=&quot;nofollow&quot;&gt;plugin&lt;/a&gt; based on (or maybe only inspired by) my findings. I haven&#039;t tried it yet but it looks promising and has more features. &lt;a href=&quot;http://github.com/zachinglis/crummy/tree/master&quot; rel=&quot;nofollow&quot;&gt;Be sure to check it out&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Well it looks that <a href="http://github.com/zachinglis" rel="nofollow">zachinglis</a> went and created a <a href="http://github.com/zachinglis/crummy/tree/master" rel="nofollow">plugin</a> based on (or maybe only inspired by) my findings. I haven&#8217;t tried it yet but it looks promising and has more features. <a href="http://github.com/zachinglis/crummy/tree/master" rel="nofollow">Be sure to check it out</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Bailey</title>
		<link>http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/#comment-597</link>
		<dc:creator>Chris Bailey</dc:creator>
		<pubDate>Wed, 18 Jun 2008 06:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://szeryf.wordpress.com/?p=45#comment-597</guid>
		<description>This is outstanding, thanks much!  I&#039;ve implemented it in the latest site I&#039;m working on, and it&#039;s working like a charm.  The dynamic breadcrumb creation is particularly cool and useful.</description>
		<content:encoded><![CDATA[<p>This is outstanding, thanks much!  I&#8217;ve implemented it in the latest site I&#8217;m working on, and it&#8217;s working like a charm.  The dynamic breadcrumb creation is particularly cool and useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
