<?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>jonathan ng &#187; update</title>
	<atom:link href="http://jonathanng.com/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com</link>
	<description>code + culture</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:28:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Update a single record&#8217;s attribute</title>
		<link>http://jonathanng.com/ruby-on-rails/update-a-single-records-attribute/</link>
		<comments>http://jonathanng.com/ruby-on-rails/update-a-single-records-attribute/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 00:07:20 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/update-a-single-records-attribute/</guid>
		<description><![CDATA[Need to update a single record&#8217;s attribute? This will allow you to update a single attribute and save your record. If you use this method, you will also bypass any validation&#8230;beware, attributes can be updated even if the object is invalid.  # find the first Condo # update the flagged column with the params current_condo [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/update-a-single-records-attribute/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

