<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Raising Protected Attribute Assignment Errors</title>
	<atom:link href="http://trevorturk.wordpress.com/2008/11/27/raising-protected-attribute-assignment-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2008/11/27/raising-protected-attribute-assignment-errors/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Luke Francl</title>
		<link>http://trevorturk.wordpress.com/2008/11/27/raising-protected-attribute-assignment-errors/#comment-721</link>
		<dc:creator><![CDATA[Luke Francl]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 12:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=803#comment-721</guid>
		<description><![CDATA[Thanks for the link! We&#039;ve been using the auto-attr_accessible in all our projects lately and it works very well...with the exception of the occasional lack of warnings.
 

 
ActiveRecord used to throw exceptions about this a while back but it was removed. Good to see that you can now add it back as needed. ]]></description>
		<content:encoded><![CDATA[<p>Thanks for the link! We&#039;ve been using the auto-attr_accessible in all our projects lately and it works very well&#8230;with the exception of the occasional lack of warnings.</p>
<p>ActiveRecord used to throw exceptions about this a while back but it was removed. Good to see that you can now add it back as needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soleone</title>
		<link>http://trevorturk.wordpress.com/2008/11/27/raising-protected-attribute-assignment-errors/#comment-720</link>
		<dc:creator><![CDATA[Soleone]]></dc:creator>
		<pubDate>Fri, 28 Nov 2008 12:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=803#comment-720</guid>
		<description><![CDATA[Thanks for the tip. I tend to use Shoulda now, which comes with a a macro for testing that certain attributes of a model are protected.
 
This can help too, when you do test-first development:
 

 
should_protect_attributes :password ]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I tend to use Shoulda now, which comes with a a macro for testing that certain attributes of a model are protected.</p>
<p>This can help too, when you do test-first development:</p>
<p>should_protect_attributes :password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik N</title>
		<link>http://trevorturk.wordpress.com/2008/11/27/raising-protected-attribute-assignment-errors/#comment-719</link>
		<dc:creator><![CDATA[Henrik N]]></dc:creator>
		<pubDate>Fri, 28 Nov 2008 04:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=803#comment-719</guid>
		<description><![CDATA[I patched this into Rails at one point, but IIRC there was some conflict with ActiveResource (Resource, not Record): &lt;a href=&quot;http://henrik.nyh.se/2007/10/whiny-protected-attributes&quot; rel=&quot;nofollow&quot;&gt;http://henrik.nyh.se/2007/10/whiny-protected-attr...&lt;/a&gt; ]]></description>
		<content:encoded><![CDATA[<p>I patched this into Rails at one point, but IIRC there was some conflict with ActiveResource (Resource, not Record): <a href="http://henrik.nyh.se/2007/10/whiny-protected-attributes" rel="nofollow">http://henrik.nyh.se/2007/10/whiny-protected-attr&#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

