<?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: Writing a Custom FormBuilder in Rails</title>
	<atom:link href="http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/</link>
	<description>Handcrafting the Web by John Ford</description>
	<lastBuildDate>Wed, 03 Mar 2010 01:06:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: John Ford</title>
		<link>http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/comment-page-1/#comment-8</link>
		<dc:creator>John Ford</dc:creator>
		<pubDate>Wed, 20 Sep 2006 16:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/#comment-8</guid>
		<description>Coin, also, my view is a bit more complex than this example. Each field is unique and it isn&#039;t actually a spreadsheet application.</description>
		<content:encoded><![CDATA[<p>Coin, also, my view is a bit more complex than this example. Each field is unique and it isn&#8217;t actually a spreadsheet application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ford</title>
		<link>http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/comment-page-1/#comment-7</link>
		<dc:creator>John Ford</dc:creator>
		<pubDate>Wed, 20 Sep 2006 16:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/#comment-7</guid>
		<description>Coin, you&#039;re right - if that&#039;s all I needed to do there are other ways.  I actually have quite a few lines of code that do other various things inside of my FormBuilder and text_field method. This was more of an example how to get started creating a FormBuilder.</description>
		<content:encoded><![CDATA[<p>Coin, you&#8217;re right &#8211; if that&#8217;s all I needed to do there are other ways.  I actually have quite a few lines of code that do other various things inside of my FormBuilder and text_field method. This was more of an example how to get started creating a FormBuilder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coin</title>
		<link>http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/comment-page-1/#comment-6</link>
		<dc:creator>Coin</dc:creator>
		<pubDate>Wed, 20 Sep 2006 16:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/#comment-6</guid>
		<description>in html maybe ?
&lt;%= 1.upto(a_number) { &#124;i&#124; f.text_field :&quot;field#{i}&quot; } %&gt;</description>
		<content:encoded><![CDATA[<p>in html maybe ?<br />
&lt;%= 1.upto(a_number) { |i| f.text_field :&#8221;field#{i}&#8221; } %&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coin</title>
		<link>http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/comment-page-1/#comment-5</link>
		<dc:creator>Coin</dc:creator>
		<pubDate>Wed, 20 Sep 2006 16:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/#comment-5</guid>
		<description>problems with blog parser ?

My last comment with a less &quot;scary&quot; typo

Why not generating symbol automatically ? and so having something like this

</description>
		<content:encoded><![CDATA[<p>problems with blog parser ?</p>
<p>My last comment with a less &#8220;scary&#8221; typo</p>
<p>Why not generating symbol automatically ? and so having something like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coin</title>
		<link>http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/comment-page-1/#comment-4</link>
		<dc:creator>Coin</dc:creator>
		<pubDate>Wed, 20 Sep 2006 16:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2006/09/19/writing-a-custom-formbuilder-in-rails/#comment-4</guid>
		<description>Why not generating symbol automatically ? and so having something like this (without all the helper overload mess)

 &#039;return isNumberKey(event);&#039;, :maxlength =&gt; 3 } %&gt;</description>
		<content:encoded><![CDATA[<p>Why not generating symbol automatically ? and so having something like this (without all the helper overload mess)</p>
<p> &#8216;return isNumberKey(event);&#8217;, :maxlength =&gt; 3 } %&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
