 
<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using Ruby Blocks to make custom helpers in Rails</title>
	<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>
	<pubDate>Fri, 21 Nov 2008 05:41:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</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-6608</link>
		<pubDate>Wed, 30 Jan 2008 17:47:59 +0000</pubDate>
		<guid>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-2434</link>
		<pubDate>Thu, 05 Jul 2007 14:58:27 +0000</pubDate>
		<guid>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's just that the block's binding is the one that'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-2431</link>
		<pubDate>Thu, 05 Jul 2007 14:23:37 +0000</pubDate>
		<guid>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-2397</link>
		<pubDate>Wed, 04 Jul 2007 19:34:02 +0000</pubDate>
		<guid>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-2393</link>
		<pubDate>Wed, 04 Jul 2007 18:06:26 +0000</pubDate>
		<guid>http://www.napcsweb.com/blog/2007/07/02/using-ruby-blocks-to-make-custom-helpers-in-rails/#comment-2393</guid>
					<description>I'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>
