<?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>My geek blog - Brian McQuay &#187; rails optimization</title>
	<atom:link href="http://www.brianmcquay.com/tag/rails-optimization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brianmcquay.com</link>
	<description>My Ruby on Rails experience, web development tips including SEO, and contributions to open source projects</description>
	<lastBuildDate>Thu, 05 Jan 2012 19:38:41 +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>Reducing Rails model callbacks</title>
		<link>http://www.brianmcquay.com/reducing-rails-model-callbacks/132</link>
		<comments>http://www.brianmcquay.com/reducing-rails-model-callbacks/132#comments</comments>
		<pubDate>Tue, 22 Apr 2008 05:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rails optimization]]></category>
		<category><![CDATA[rails-plugin]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.brianmcquay.com/reducing-rails-model-callbacks/132</guid>
		<description><![CDATA[I&#8217;ve been working with a client to optimize parts of their Rails application. The problem is that a method in the app does some simple updating of a few model objects but because the model has so many relations it goes through a ton of unnecessary callbacks. There are issues related to data concurrency which [...]]]></description>
		<wfw:commentRss>http://www.brianmcquay.com/reducing-rails-model-callbacks/132/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

