<?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: Passing extra data with an auto_complete</title>
	<atom:link href="http://www.sciwerks.com/blog/2006/11/21/passing-extra-data-with-an-auto_complete/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sciwerks.com/blog/2006/11/21/passing-extra-data-with-an-auto_complete/</link>
	<description>Software for scientists, by scientists</description>
	<lastBuildDate>Thu, 19 Aug 2010 22:43:31 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Ultimation</title>
		<link>http://www.sciwerks.com/blog/2006/11/21/passing-extra-data-with-an-auto_complete/comment-page-1/#comment-17700</link>
		<dc:creator>The Ultimation</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sciwerks.com/blog/2006/11/21/passing-extra-data-with-an-auto_complete/#comment-17700</guid>
		<description>Thanks man, I just spent a whole day trying to do this and finally the url thing worked. Good deal.</description>
		<content:encoded><![CDATA[<p>Thanks man, I just spent a whole day trying to do this and finally the url thing worked. Good deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cole</title>
		<link>http://www.sciwerks.com/blog/2006/11/21/passing-extra-data-with-an-auto_complete/comment-page-1/#comment-14711</link>
		<dc:creator>David Cole</dc:creator>
		<pubDate>Sat, 29 Nov 2008 14:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sciwerks.com/blog/2006/11/21/passing-extra-data-with-an-auto_complete/#comment-14711</guid>
		<description>Hey, thanks so much for this. It really helped me out. As another example, here&#039;s my line of code:

 &#039;off&#039;, :style =&gt; &#039;font-weight:bold;&#039;, :value =&gt; &#039;&#039; }, { :url =&gt; { :action =&gt; :auto_complete_for_person_name, :person_id =&gt; @person.id } } %&gt;

Then, in the Controller, I can access params[:person_id] to exclude that person&#039;s name.</description>
		<content:encoded><![CDATA[<p>Hey, thanks so much for this. It really helped me out. As another example, here&#8217;s my line of code:</p>
<p> &#8216;off&#8217;, :style =&gt; &#8216;font-weight:bold;&#8217;, :value =&gt; &#8221; }, { :url =&gt; { :action =&gt; :auto_complete_for_person_name, :person_id =&gt; @person.id } } %&gt;</p>
<p>Then, in the Controller, I can access params[:person_id] to exclude that person&#8217;s name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
