<?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: How to write a custom form builder in Rails?</title>
	<atom:link href="http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 13:25:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tomasz Korzeniowski</title>
		<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/comment-page-1/#comment-2308</link>
		<dc:creator>Tomasz Korzeniowski</dc:creator>
		<pubDate>Thu, 24 Sep 2009 07:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.codequest.eu/?p=44#comment-2308</guid>
		<description>It is variable defined in ActionView::Helpers::FormBuilder class we inherit from in our LabeledFormBuilder class.</description>
		<content:encoded><![CDATA[<p>It is variable defined in ActionView::Helpers::FormBuilder class we inherit from in our LabeledFormBuilder class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Lapp</title>
		<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/comment-page-1/#comment-2307</link>
		<dc:creator>Joe Lapp</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.codequest.eu/?p=44#comment-2307</guid>
		<description>Thanks for the helpful article.

Where does the "object" local come from, as in "object.class" and "object.errors"?  I'm just learning Ruby and Rails, but I can't make any sense of how this variable is set.  Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful article.</p>
<p>Where does the &#8220;object&#8221; local come from, as in &#8220;object.class&#8221; and &#8220;object.errors&#8221;?  I&#8217;m just learning Ruby and Rails, but I can&#8217;t make any sense of how this variable is set.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Korzeniowski</title>
		<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/comment-page-1/#comment-954</link>
		<dc:creator>Tomasz Korzeniowski</dc:creator>
		<pubDate>Wed, 31 Dec 2008 10:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.codequest.eu/?p=44#comment-954</guid>
		<description>It is true! CSS ninjas are great friends, interesting and add one more dimension to life matrix ;-)</description>
		<content:encoded><![CDATA[<p>It is true! CSS ninjas are great friends, interesting and add one more dimension to life matrix <img src='http://tomek.codequest.eu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krzysztof Szafranek</title>
		<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/comment-page-1/#comment-952</link>
		<dc:creator>Krzysztof Szafranek</dc:creator>
		<pubDate>Tue, 30 Dec 2008 21:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.codequest.eu/?p=44#comment-952</guid>
		<description>Ah, these CSS ninjas... How much less interesting would the world be without them ;).

Thanks for sharing that, Tomek, that's a really cool solution I didn't know of.</description>
		<content:encoded><![CDATA[<p>Ah, these CSS ninjas&#8230; How much less interesting would the world be without them ;).</p>
<p>Thanks for sharing that, Tomek, that&#8217;s a really cool solution I didn&#8217;t know of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Korzeniowski</title>
		<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/comment-page-1/#comment-951</link>
		<dc:creator>Tomasz Korzeniowski</dc:creator>
		<pubDate>Tue, 30 Dec 2008 14:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.codequest.eu/?p=44#comment-951</guid>
		<description>Rails community is special! There is a lot of things that Scala, Erlang, Python, Java hackers could learn from RoR guys. Love and openness is killer app!</description>
		<content:encoded><![CDATA[<p>Rails community is special! There is a lot of things that Scala, Erlang, Python, Java hackers could learn from RoR guys. Love and openness is killer app!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olle Jonsson</title>
		<link>http://tomek.codequest.eu/2008/12/28/how-to-write-a-custom-form-builder-in-rails/comment-page-1/#comment-950</link>
		<dc:creator>Olle Jonsson</dc:creator>
		<pubDate>Tue, 30 Dec 2008 14:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.codequest.eu/?p=44#comment-950</guid>
		<description>Yeah, bottles of wine. 

Shouldn't this've been documented in the core docs, right next to the original metaprogramming items, though? Like, this is the regular "what you might need" impl, but we know you're special. Etc etc. 

Perhaps the greatest win of the Rails community is their openness to the blogging community to be its explainers, its interpreters, its heroes in the wings.</description>
		<content:encoded><![CDATA[<p>Yeah, bottles of wine. </p>
<p>Shouldn&#8217;t this&#8217;ve been documented in the core docs, right next to the original metaprogramming items, though? Like, this is the regular &#8220;what you might need&#8221; impl, but we know you&#8217;re special. Etc etc. </p>
<p>Perhaps the greatest win of the Rails community is their openness to the blogging community to be its explainers, its interpreters, its heroes in the wings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
