<?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: Rails auto complete with form_for and fields_for support</title>
	<atom:link href="http://warrenseen.com/blog/2009/01/16/rails-auto-complete-with-form_for-and-fields_for-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://warrenseen.com/blog/2009/01/16/rails-auto-complete-with-form_for-and-fields_for-support/</link>
	<description>freelance software developer</description>
	<lastBuildDate>Thu, 04 Mar 2010 03:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas VOD and visioconference</title>
		<link>http://warrenseen.com/blog/2009/01/16/rails-auto-complete-with-form_for-and-fields_for-support/comment-page-1/#comment-23307</link>
		<dc:creator>Thomas VOD and visioconference</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://warrenseen.com/blog/?p=81#comment-23307</guid>
		<description>I am having strange problems about routing. I already have an auto_complete field that works, but adding a new one will make Rails fail to recognize the route. Any idea?</description>
		<content:encoded><![CDATA[<p>I am having strange problems about routing. I already have an auto_complete field that works, but adding a new one will make Rails fail to recognize the route. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warren</title>
		<link>http://warrenseen.com/blog/2009/01/16/rails-auto-complete-with-form_for-and-fields_for-support/comment-page-1/#comment-16891</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Sat, 31 Jan 2009 07:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://warrenseen.com/blog/?p=81#comment-16891</guid>
		<description>Pat,

I haven&#039;t had a chance to really work it out and see if there are any further bugs.

Carl, 

Like this one. Thanks for the heads up, I&#039;d not come across that in my limited testing (ie it works for me).

I&#039;ll take a look and post an update soon.</description>
		<content:encoded><![CDATA[<p>Pat,</p>
<p>I haven&#8217;t had a chance to really work it out and see if there are any further bugs.</p>
<p>Carl, </p>
<p>Like this one. Thanks for the heads up, I&#8217;d not come across that in my limited testing (ie it works for me).</p>
<p>I&#8217;ll take a look and post an update soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://warrenseen.com/blog/2009/01/16/rails-auto-complete-with-form_for-and-fields_for-support/comment-page-1/#comment-16890</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sat, 31 Jan 2009 06:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://warrenseen.com/blog/?p=81#comment-16890</guid>
		<description>Wow. I love the internet. Two solutions to my problem. Unfortunately neither worked. Yours came the closest. Primarily because your api matches up with the way Rails does things better.

The problem yours has is in auto_complete_macros_helper.rb when auto_index is null (when there isn&#039;t a value) it calls tag_id which doesn&#039;t match the id being generated. I removed that last if statement in #tag_id_for and everything worked like a champ.

Mine is working but more than likely I am doing it wrong, so could you publish some example code using the plugin? 

Thanks!!</description>
		<content:encoded><![CDATA[<p>Wow. I love the internet. Two solutions to my problem. Unfortunately neither worked. Yours came the closest. Primarily because your api matches up with the way Rails does things better.</p>
<p>The problem yours has is in auto_complete_macros_helper.rb when auto_index is null (when there isn&#8217;t a value) it calls tag_id which doesn&#8217;t match the id being generated. I removed that last if statement in #tag_id_for and everything worked like a champ.</p>
<p>Mine is working but more than likely I am doing it wrong, so could you publish some example code using the plugin? </p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://warrenseen.com/blog/2009/01/16/rails-auto-complete-with-form_for-and-fields_for-support/comment-page-1/#comment-16887</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://warrenseen.com/blog/?p=81#comment-16887</guid>
		<description>Hi Warren,

I just noticed this week that we both forked the auto_complete plugin recently to do this; you can read about my take on it here: 

http://patshaughnessy.net/repeated_auto_complete

This seems like an obvious missing feature or bug with auto_complete; have you tried submitting a patch to the original rails/auto_complete version?</description>
		<content:encoded><![CDATA[<p>Hi Warren,</p>
<p>I just noticed this week that we both forked the auto_complete plugin recently to do this; you can read about my take on it here: </p>
<p><a href="http://patshaughnessy.net/repeated_auto_complete" rel="nofollow">http://patshaughnessy.net/repeated_auto_complete</a></p>
<p>This seems like an obvious missing feature or bug with auto_complete; have you tried submitting a patch to the original rails/auto_complete version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
