<?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"
	>
<channel>
	<title>Comments on: Introducing Crummy</title>
	<atom:link href="http://zachinglis.com/2008/coding/rails/introducing-crummy/feed/" rel="self" type="application/rss+xml" />
	<link>http://zachinglis.com/2008/coding/rails-coding/introducing-crummy/</link>
	<description>Blog of the designer/developer Zach Inglis.</description>
	<pubDate>Mon, 01 Dec 2008 19:52:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Zach Inglis</title>
		<link>http://zachinglis.com/2008/coding/rails-coding/introducing-crummy/#comment-4826</link>
		<dc:creator>Zach Inglis</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=145#comment-4826</guid>
		<description>Ed,

You should be able to do that.

However, I think it would probably work like this:
&lt;code&gt;add_crumb(’My Crumb’, :except =&#62; “faqs”) {&#124;c&#124; c.send :home_path}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ed,</p>
<p>You should be able to do that.</p>
<p>However, I think it would probably work like this:<br />
<code>add_crumb(’My Crumb’, :except =&gt; “faqs”) {|c| c.send :home_path}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed P</title>
		<link>http://zachinglis.com/2008/coding/rails-coding/introducing-crummy/#comment-4825</link>
		<dc:creator>Ed P</dc:creator>
		<pubDate>Fri, 27 Jun 2008 05:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=145#comment-4825</guid>
		<description>Hi Zach, great plug in!  The docs make it sound like you can do something like this:

--
add_crumb('My Crumb') {&#124;c&#124; c.send :home_path}, :except =&#62; "faqs"
--

But Rails (2.1) gives me this error:

--
SyntaxError (/vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking': /app/controllers/my_controller.rb:5: syntax error, unexpected ',', expecting kEND
  add_crumb('My Crumb') {&#124;c&#124; c.send :home_path}, :except =&#62; "faqs"
                                               ^):
    /vendor/gems/mack_ruby_core_extensions-0.1.28/lib/extensions/string.rb:26:in `constantize'
--

Do you know what the problem is?</description>
		<content:encoded><![CDATA[<p>Hi Zach, great plug in!  The docs make it sound like you can do something like this:</p>
<p>&#8211;<br />
add_crumb(&#8217;My Crumb&#8217;) {|c| c.send :home_path}, :except =&gt; &#8220;faqs&#8221;<br />
&#8211;</p>
<p>But Rails (2.1) gives me this error:</p>
<p>&#8211;<br />
SyntaxError (/vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking&#8217;: /app/controllers/my_controller.rb:5: syntax error, unexpected &#8216;,&#8217;, expecting kEND<br />
  add_crumb(&#8217;My Crumb&#8217;) {|c| c.send :home_path}, :except =&gt; &#8220;faqs&#8221;<br />
                                               ^):<br />
    /vendor/gems/mack_ruby_core_extensions-0.1.28/lib/extensions/string.rb:26:in `constantize&#8217;<br />
&#8211;</p>
<p>Do you know what the problem is?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
