<?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>Silence is Foo &#187; activerecord</title>
	<atom:link href="http://raflabs.com/blogs/silence-is-foo/tag/activerecord/feed/" rel="self" type="application/rss+xml" />
	<link>http://raflabs.com/blogs/silence-is-foo</link>
	<description>Mental notes on Ruby, Git, Rails and whatever geeky thing</description>
	<lastBuildDate>Thu, 07 Apr 2011 19:11:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mimicking Rails 3&#8217;s ActiveRecord query interface in Rails 2.x</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/08/30/mimicking-rails-3s-activerecord-query-interface-in-rails-2/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/08/30/mimicking-rails-3s-activerecord-query-interface-in-rails-2/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 20:09:37 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[rails3]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=903</guid>
		<description><![CDATA[NOTICE: This is only for educational and fun purposes, nothing else. I'm not trying to say that you'll get all the pros of the new query interface in Rails 2.x, it isn't even close.
The first time I used the new ActiveRecord query interface (Rails 3) I started to get boring with the one in Rails [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/08/30/mimicking-rails-3s-activerecord-query-interface-in-rails-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a :noselect option to ActiveRecord (Rails 2.3.x)</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/02/20/adding-a-noselect-option-to-activerecord-rails-2-3-x/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/02/20/adding-a-noselect-option-to-activerecord-rails-2-3-x/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 21:12:28 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=327</guid>
		<description><![CDATA[Let's say you have an users table with the following columns
firstname, lastname, email, crypted_password and salt
so you get all the records with:


User.find(:all)
User.all #it calls find internally

well, you should know that ActiveRecord creates one instance of the User model for every record it founds and that every column of such records is stored in a instance [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/02/20/adding-a-noselect-option-to-activerecord-rails-2-3-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

