<?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: Using Ruby Blocks to make custom helpers in Rails</title>
	<atom:link href="http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/</link>
	<description>professional web development and consulting</description>
	<lastBuildDate>Mon, 22 Aug 2011 18:56:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike W</title>
		<link>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/comment-page-1/#comment-6608</link>
		<dc:creator>Mike W</dc:creator>
		<pubDate>Wed, 30 Jan 2008 17:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/#comment-6608</guid>
		<description>Thanks Brian!  The section on yield helped me to clean up my helpers.  I was able to go from three separate helpers to just one.</description>
		<content:encoded><![CDATA[<p>Thanks Brian!  The section on yield helped me to clean up my helpers.  I was able to go from three separate helpers to just one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadowfiend</title>
		<link>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/comment-page-1/#comment-2434</link>
		<dc:creator>Shadowfiend</dc:creator>
		<pubDate>Thu, 05 Jul 2007 14:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/#comment-2434</guid>
		<description>Just a mild correction -- you said that concat takes a proc or block as its second parameter, rather than a Binding object. The Binding object can come from anywhere, it&#039;s just that the block&#039;s binding is the one that&#039;s very useful in these circumstances.</description>
		<content:encoded><![CDATA[<p>Just a mild correction &#8212; you said that concat takes a proc or block as its second parameter, rather than a Binding object. The Binding object can come from anywhere, it&#8217;s just that the block&#8217;s binding is the one that&#8217;s very useful in these circumstances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navjeet</title>
		<link>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/comment-page-1/#comment-2431</link>
		<dc:creator>Navjeet</dc:creator>
		<pubDate>Thu, 05 Jul 2007 14:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/#comment-2431</guid>
		<description>This is real good and very useful stuff. :smile:</description>
		<content:encoded><![CDATA[<p>This is real good and very useful stuff. :smile:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Adam Christensen</title>
		<link>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/comment-page-1/#comment-2397</link>
		<dc:creator>K. Adam Christensen</dc:creator>
		<pubDate>Wed, 04 Jul 2007 19:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/#comment-2397</guid>
		<description>I love the way code looks by using these types of helpers.  I have used blocks in the past to also use it to house some complex, nasty HTML, like for having a rounded corner piece.  I have done a write up on it at http://shifteleven.com/articles/2007/01/22/blocks-and-helpers-a-lovely-combination

Good read</description>
		<content:encoded><![CDATA[<p>I love the way code looks by using these types of helpers.  I have used blocks in the past to also use it to house some complex, nasty HTML, like for having a rounded corner piece.  I have done a write up on it at <a href="http://shifteleven.com/articles/2007/01/22/blocks-and-helpers-a-lovely-combination" rel="nofollow">http://shifteleven.com/articles/2007/01/22/blocks-and-helpers-a-lovely-combination</a></p>
<p>Good read</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/comment-page-1/#comment-2393</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 Jul 2007 18:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/#comment-2393</guid>
		<description>I&#039;m impressed. This provides a nice way for me to hack out  good chunk of repetitive generic code from my views. Thanks for this Brian!</description>
		<content:encoded><![CDATA[<p>I&#8217;m impressed. This provides a nice way for me to hack out  good chunk of repetitive generic code from my views. Thanks for this Brian!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.511 seconds -->

