<?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: Quick Tip: has_many :through =&gt; checkboxes</title>
	<atom:link href="http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/</link>
	<description>Musings of a startup junkie and Ruby on Rails nerd.</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:56:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nando</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-774</link>
		<dc:creator>nando</dc:creator>
		<pubDate>Fri, 07 May 2010 02:11:32 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Thanks, it&#039;s been very useful for me too. 
 
I&#039;d like to point something. In the HTML generated we have diferent checkbox elements with the same id. Also the label&#039;s for attribute has the same value for all of them, losing their purpose. </description>
		<content:encoded><![CDATA[<p>Thanks, it&#39;s been very useful for me too. </p>
<p>I&#39;d like to point something. In the HTML generated we have diferent checkbox elements with the same id. Also the label&#39;s for attribute has the same value for all of them, losing their purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fer</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-749</link>
		<dc:creator>Fer</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:46:34 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Excelent! Very Usefull! 
 
greetings from Argentina 
 
 </description>
		<content:encoded><![CDATA[<p>Excelent! Very Usefull! </p>
<p>greetings from Argentina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcrogers</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-728</link>
		<dc:creator>rcrogers</dc:creator>
		<pubDate>Wed, 11 Nov 2009 22:44:03 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Word of warning -- when you use the collection_ids method, Rails fails to call before_destroy and after_destroy on the join model, don&#039;t ask me why.  I wasn&#039;t the only one to notice: &lt;a href=&quot;http://dev.rubyonrails.org/ticket/7743&quot; target=&quot;_blank&quot;&gt;http://dev.rubyonrails.org/ticket/7743&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Word of warning &#8212; when you use the collection_ids method, Rails fails to call before_destroy and after_destroy on the join model, don&#039;t ask me why.  I wasn&#039;t the only one to notice: <a href="http://dev.rubyonrails.org/ticket/7743" target="_blank">http://dev.rubyonrails.org/ticket/7743</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @bpaul</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-531</link>
		<dc:creator>@bpaul</dc:creator>
		<pubDate>Wed, 05 Aug 2009 02:41:34 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Very nice, I love it when you can get Rails to do most of the work! Now if someone updated the check_box_tag to work nicely with arrays it would be even simpler... </description>
		<content:encoded><![CDATA[<p>Very nice, I love it when you can get Rails to do most of the work! Now if someone updated the check_box_tag to work nicely with arrays it would be even simpler&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archie</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-40</link>
		<dc:creator>Archie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;Hi there.
Thanks for the quick tip. As a newbie I have been struggling with above and think your solution to very simple compared to other examples posted elsewhere.  Just one question: Where would you actually place the &#8220;merge(params[:user]&#8221;to make sure the  *_ids= method gets called? I was thinking the update method but I am not sure. Perhaps it would be helpful to put inthis into context.
Much appreciated.
Archie&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi there.<br />
Thanks for the quick tip. As a newbie I have been struggling with above and think your solution to very simple compared to other examples posted elsewhere.  Just one question: Where would you actually place the &#8220;merge(params[:user]&#8221;to make sure the  *_ids= method gets called? I was thinking the update method but I am not sure. Perhaps it would be helpful to put inthis into context.<br />
Much appreciated.<br />
Archie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://millarian.com/programming/ruby-on-rails/quick-tip-has_many-through-checkboxes/comment-page-1/#comment-41</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;Thanks for sharing! You saved my day!
No more messing around with model callbacks to do the job!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! You saved my day!<br />
No more messing around with model callbacks to do the job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
