<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Autocomplete in rails 2.0</title>
	<atom:link href="http://www.retina.net/tech/autocomplete-in-rails-20.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.retina.net/tech/autocomplete-in-rails-20.html</link>
	<description>John Adams' views on emerging technologies, software engineering, and various hacks</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:58:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Club Penguin Cheats</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-500</link>
		<dc:creator>Club Penguin Cheats</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-500</guid>
		<description>Would you give an example of the partial that you&#039;re using?</description>
		<content:encoded><![CDATA[<p>Would you give an example of the partial that you&#39;re using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance web designer</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-262</link>
		<dc:creator>Freelance web designer</dc:creator>
		<pubDate>Fri, 15 May 2009 17:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-262</guid>
		<description>auto-complete plugin can really save your work sometimes, it is already turned on in my blog</description>
		<content:encoded><![CDATA[<p>auto-complete plugin can really save your work sometimes, it is already turned on in my blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-204</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 04 Mar 2009 13:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-204</guid>
		<description>Thanx a milion.&lt;br&gt;I was going nuts trying to find the CSS formatting the autocompletion drop box. Found it here.&lt;br&gt;&lt;br&gt;/Mark</description>
		<content:encoded><![CDATA[<p>Thanx a milion.<br />I was going nuts trying to find the CSS formatting the autocompletion drop box. Found it here.</p>
<p>/Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah A.</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-197</link>
		<dc:creator>Sarah A.</dc:creator>
		<pubDate>Thu, 19 Feb 2009 15:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-197</guid>
		<description>This still doesn&#039;t work for me :( here&#039;s what i am trying to do: I am searching for a name and then I want to edit one the properties of that person. Right now my autocomplete is working well but when I put it in the form and submit, I get an error that &quot;Couldn&#039;t find User without an ID&quot; which means it fails to pass the name or id that my autocomplete selected. Any idea? I am really stock.. if I pass the id in the form_tag still doesn&#039;t work and if i specify the id in the textbox then my autocomplete doesn&#039;t work sigh..</description>
		<content:encoded><![CDATA[<p>This still doesn&#39;t work for me <img src='http://www.retina.net/tech/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  here&#39;s what i am trying to do: I am searching for a name and then I want to edit one the properties of that person. Right now my autocomplete is working well but when I put it in the form and submit, I get an error that &#8220;Couldn&#39;t find User without an ID&#8221; which means it fails to pass the name or id that my autocomplete selected. Any idea? I am really stock.. if I pass the id in the form_tag still doesn&#39;t work and if i specify the id in the textbox then my autocomplete doesn&#39;t work sigh..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-133</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Mon, 22 Sep 2008 09:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-133</guid>
		<description>i am using auto-complete plugin for rails.its woking fine,but results are displaying behind the parent css in IE&lt;br&gt;mozilla its displaying nice&lt;br&gt;&lt;br&gt;any help on this?</description>
		<content:encoded><![CDATA[<p>i am using auto-complete plugin for rails.its woking fine,but results are displaying behind the parent css in IE<br />mozilla its displaying nice</p>
<p>any help on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Adams</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-31</link>
		<dc:creator>John Adams</dc:creator>
		<pubDate>Fri, 04 Apr 2008 00:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-31</guid>
		<description>Sure. The partial is very small, and looks like:

&lt;ul class=&quot;autocomplete_list&quot;&gt;
&lt;% @affiliates.each { &#124;r&#124; %&gt;
&lt;li class=&quot;autocomplete_item&quot;&gt;&lt;%= r %&gt;&lt;/li&gt;
&lt;% } %&gt;
&lt;/ul&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sure. The partial is very small, and looks like:</p>
<p>&lt;ul class=&#8221;autocomplete_list&#8221;&gt;<br />
&lt;% @affiliates.each { |r| %&gt;<br />
&lt;li class=&#8221;autocomplete_item&#8221;&gt;&lt;%= r %&gt;&lt;/li&gt;<br />
&lt;% } %&gt;<br />
&lt;/ul&gt;&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Adams</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-102</link>
		<dc:creator>John Adams</dc:creator>
		<pubDate>Thu, 03 Apr 2008 22:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-102</guid>
		<description>Sure. The partial is very small, and looks like:&lt;br&gt;&lt;br&gt;&lt;ul class=&quot;autocomplete_list&quot;&gt;&lt;br&gt;&lt;% @affiliates.each { &#124;r&#124; %&gt;&lt;br&gt;&lt;li class=&quot;autocomplete_item&quot;&gt;&lt;%= r %&gt;&lt;/li&gt;&lt;br&gt;&lt;% } %&gt;&lt;br&gt;&lt;/ul&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sure. The partial is very small, and looks like:</p>
<p>&lt;ul class=&#8221;autocomplete_list&#8221;&gt;<br />&lt;% @affiliates.each { |r| %&gt;<br />&lt;li class=&#8221;autocomplete_item&#8221;&gt;&lt;%= r %&gt;&lt;/li&gt;<br />&lt;% } %&gt;<br />&lt;/ul&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Harmon</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-32</link>
		<dc:creator>Neal Harmon</dc:creator>
		<pubDate>Mon, 31 Mar 2008 22:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-32</guid>
		<description>This was very helpful. Would you give an example of the partial that you&#039;re using?</description>
		<content:encoded><![CDATA[<p>This was very helpful. Would you give an example of the partial that you&#8217;re using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Harmon</title>
		<link>http://www.retina.net/tech/autocomplete-in-rails-20.html/comment-page-1#comment-101</link>
		<dc:creator>Neal Harmon</dc:creator>
		<pubDate>Mon, 31 Mar 2008 20:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.retina.net/tech/autocomplete-in-rails-20.html#comment-101</guid>
		<description>This was very helpful. Would you give an example of the partial that you&#039;re using?</description>
		<content:encoded><![CDATA[<p>This was very helpful. Would you give an example of the partial that you&#8217;re using?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
