<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The If Works &#187; AttrLocked</title>
	<atom:link href="http://blog.jcoglan.com/category/attrlocked/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com</link>
	<description>This dirt was a building before</description>
	<lastBuildDate>Mon, 19 Jul 2010 07:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1-alpha-15443</generator>
		<item>
		<title>Table locking in AttrLocked</title>
		<link>http://blog.jcoglan.com/2007/06/13/table-locking-in-attrlocked/</link>
		<comments>http://blog.jcoglan.com/2007/06/13/table-locking-in-attrlocked/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 08:52:14 +0000</pubDate>
		<dc:creator>James Coglan</dc:creator>
				<category><![CDATA[AttrLocked]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.jcoglan.com/2007/06/13/table-locking-in-attrlocked/</guid>
		<description><![CDATA[As promised, AttrLocked has been updated to include table locking. If you have any tables in your app that you want to be read-only, just put this in your model: class SomeReadOnlyTable < ActiveRecord::Base table_locked end That will stop and save/update/delete operations on the model&#8217;s table, and you won&#8217;t be able to modify the attributes [...]]]></description>
		<wfw:commentRss>http://blog.jcoglan.com/2007/06/13/table-locking-in-attrlocked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AttrLocked updated</title>
		<link>http://blog.jcoglan.com/2007/06/10/attrlocked-updated/</link>
		<comments>http://blog.jcoglan.com/2007/06/10/attrlocked-updated/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 20:56:57 +0000</pubDate>
		<dc:creator>James Coglan</dc:creator>
				<category><![CDATA[AttrLocked]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.jcoglan.com/2007/06/10/attrlocked-updated/</guid>
		<description><![CDATA[I&#8217;ve just made an update to AttrLocked. The initial release allowed you to carry on setting locked attributes using the record[:attr] = value style. Now, both that and record.attr = value are disabled on locked attributes. I may add a feature that lets you lock down a whole table so it&#8217;s read-only, and you cannot [...]]]></description>
		<wfw:commentRss>http://blog.jcoglan.com/2007/06/10/attrlocked-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Rails plugin: AttrLocked</title>
		<link>http://blog.jcoglan.com/2007/06/09/new-rails-plugin-attrlocked/</link>
		<comments>http://blog.jcoglan.com/2007/06/09/new-rails-plugin-attrlocked/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 10:54:05 +0000</pubDate>
		<dc:creator>James Coglan</dc:creator>
				<category><![CDATA[AttrLocked]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.jcoglan.com/2007/06/09/new-rails-plugin-attrlocked/</guid>
		<description><![CDATA[I just released a new plugin for Rails, called AttrLocked. It lets you specify that certain model attributes should not be changeable once a record has been created &#8211; perfect for making sure usernames are fixed or your financial data doesn&#8217;t get tampered with. It will not let you change a record&#8217;s locked attributes in [...]]]></description>
		<wfw:commentRss>http://blog.jcoglan.com/2007/06/09/new-rails-plugin-attrlocked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
