<?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>occasionally useful &#187; sequel</title>
	<atom:link href="http://blog.maxaller.name/category/ruby/sequel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maxaller.name</link>
	<description>ruby, ubuntu, etc</description>
	<lastBuildDate>Sun, 30 Oct 2011 18:00:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Gotcha with Sequel and Association Caching</title>
		<link>http://blog.maxaller.name/2009/03/gotcha-with-sequel-and-association-caching/</link>
		<comments>http://blog.maxaller.name/2009/03/gotcha-with-sequel-and-association-caching/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:30:06 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[ramaze]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sequel]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=73</guid>
		<description><![CDATA[One thing to remember with Sequel is that it caches associations -- for an hour, by default. Normally this is good -- if I say my_model.my_associated_models twice in one request, I'd like that to be cached. But at least with Ramaze, where you can access a variable that persists between requests (via session, like session[:user]), [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2009/03/gotcha-with-sequel-and-association-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

