<?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: Raising Protected Attribute Assignment&#160;Errors</title>
	<atom:link href="http://almosteffortless.com/2008/11/27/raising-protected-attribute-assignment-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://almosteffortless.com/2008/11/27/raising-protected-attribute-assignment-errors/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 01:15:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Francl</title>
		<link>http://almosteffortless.com/2008/11/27/raising-protected-attribute-assignment-errors/comment-page-1/#comment-66939</link>
		<dc:creator>Luke Francl</dc:creator>
		<pubDate>Tue, 02 Dec 2008 17:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=803#comment-66939</guid>
		<description>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&#8217;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://almosteffortless.com/2008/11/27/raising-protected-attribute-assignment-errors/comment-page-1/#comment-66887</link>
		<dc:creator>Soleone</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=803#comment-66887</guid>
		<description>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.<br />
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://almosteffortless.com/2008/11/27/raising-protected-attribute-assignment-errors/comment-page-1/#comment-66883</link>
		<dc:creator>Henrik N</dc:creator>
		<pubDate>Fri, 28 Nov 2008 09:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=803#comment-66883</guid>
		<description>I patched this into Rails at one point, but IIRC there was some conflict with ActiveResource (Resource, not Record): http://henrik.nyh.se/2007/10/whiny-protected-attributes</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-attributes</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
