<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Marshal.dump(self.thoughts)</title>
	<atom:link href="http://rubyquila.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubyquila.wordpress.com</link>
	<description>Drunk with Ruby</description>
	<lastBuildDate>Sun, 18 May 2008 17:21:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rubyquila.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Marshal.dump(self.thoughts)</title>
		<link>http://rubyquila.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rubyquila.wordpress.com/osd.xml" title="Marshal.dump(self.thoughts)" />
	<atom:link rel='hub' href='http://rubyquila.wordpress.com/?pushpress=hub'/>
		<item>
		<title>(url_for) and (form action in tests)</title>
		<link>http://rubyquila.wordpress.com/2008/05/18/url_for-and-form-action-in-tests/</link>
		<comments>http://rubyquila.wordpress.com/2008/05/18/url_for-and-form-action-in-tests/#comments</comments>
		<pubDate>Sun, 18 May 2008 17:21:06 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rubyquila.wordpress.com/?p=22</guid>
		<description><![CDATA[(Moving what used to be a page to a post) Today was the test day. I was happily coding away tests until i ran into this issue. I had a form and i wanted to check for the form action. I did an assert_select on the form based on the action attribute and and i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=22&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Moving what used to be a page to a post)</p>
<p>Today was the test day. I was happily coding away tests until i ran into this issue. I had a form and i wanted to check for the form action. I did an assert_select on the form based on the action attribute and and i was using url_for for equality. In other code, i did something like:</p>
<blockquote><p>assert_select &#8220;form[class=my_form_class_name][action=?]&#8220;, url_for(:controller =&gt; :my_form_controller, :action =&gt; :my_form_action)</p></blockquote>
<p>And this was what was causing the problem. In my test scenario, url_for was generating absolute urls and in the development/production scenario, it was giving root relative urls. So, the assert_select was always failing and it took me a while to understand what was actually happening.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=22&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/05/18/url_for-and-form-action-in-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>Parallel assignment in Ruby &#8211; gotcha</title>
		<link>http://rubyquila.wordpress.com/2008/04/27/parallel-assignment-in-ruby-gotcha/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/27/parallel-assignment-in-ruby-gotcha/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 09:29:11 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rubyquila.wordpress.com/2008/04/27/parallel-assignment-in-ruby-gotcha/</guid>
		<description><![CDATA[1. x, y = 1, 2 results in x = 1 and y = 2 2. x = [1, 2, 3] results in x = [1, 2, 3] 3. x, = [1, 2, 3] results in x = 1 So, what would x, z = [1, 2, 3] result in? x = 1 and y [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=20&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. x, y = 1, 2 results in x = 1 and y = 2<br />
2. x = [1, 2, 3] results in x = [1, 2, 3]<br />
3. x, = [1, 2, 3] results in x = 1</p>
<p>So, what would<br />
x, z = [1, 2, 3] result in? x = 1 and y = [2, 3]? I thought so, but no it doesn&#8217;t. It results in x = 1 and z =2.</p>
<p><em><strong>Update:</strong></em> This is where the splat operator (*) comes into picture.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a title="Flock Browser" href="http://www.flock.com/blogged-with-flock" target="_new">Flock Browser</a></div>
<p><!-- technorati tags begin --></p>
<p style="font-size:10px;text-align:right;">Tags: <a rel="tag" href="http://technorati.com/tag/parallel">parallel</a>, <a rel="tag" href="http://technorati.com/tag/assign">assign</a>, <a rel="tag" href="http://technorati.com/tag/%20gotcha"> gotcha</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=20&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/27/parallel-assignment-in-ruby-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>alias in Ruby</title>
		<link>http://rubyquila.wordpress.com/2008/04/27/alias-in-ruby/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/27/alias-in-ruby/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 08:05:17 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rubyquila.wordpress.com/2008/04/27/alias-in-ruby/</guid>
		<description><![CDATA[Yipeee, i have stared using alias in Ruby. One typo that i often run into it doing &#8220;alias new_name, old_name&#8221; viz. putting the comma between the old and the new names. Gotta be more careful about it. Background: I wanted to override a method in the Autotest class of the Zentest plugin to make it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=19&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yipeee, i have stared using alias in Ruby. One typo that i often run into it doing &#8220;alias new_name, old_name&#8221; viz. putting the comma between the old and the new names. Gotta be more careful about it.</p>
<p>Background: I wanted to override a method in the Autotest class of the Zentest plugin to make it run the tests for 2 or 3 different conditions (enforced by the setting of a global variable). So what i did was to redefine the run_tests method in Autotest class to make the core loop (open(&#8221; | #{test_cmd}&#8230;&#8221;)) run inside a loop with a new env setting everytime.</p>
<p>Ruby is AWESOME!!</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/alias" rel="tag">alias</a>, <a href="http://technorati.com/tag/autotest" rel="tag">autotest</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=19&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/27/alias-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>TRPL error</title>
		<link>http://rubyquila.wordpress.com/2008/04/27/trpl-error/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/27/trpl-error/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 07:15:09 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/27/trpl-error/</guid>
		<description><![CDATA[In the section 3.8.2 (Object lifetime) of The Ruby Programming Language book, it says: The built-in Ruby classes described in this chapter have literal syntaxes, and instances of these classes are created simply by including their values literally in your code. Objects of other classes need to be explicitly created, and this is most often [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=18&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the section 3.8.2 (Object lifetime) of The Ruby Programming Language book, it says:</p>
<div style="margin-left:40px;">The built-in Ruby classes described in this chapter have literal syntaxes, and instances of these classes are<br />
created simply by including their values literally in your code. Objects of other classes need to be explicitly<br />
created, and this is most often done with a method named new:<br />
<span style="font-family:Courier;">myObject = myClass.new</span>
</div>
<p>This is wrong cos there can never be a class of name &#8220;myClass&#8221; cos &#8220;<span style="font-family:Courier;">class/module name must be CONSTANT</span>&#8220;.&nbsp;&nbsp;</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/trpl" rel="tag">trpl</a>, <a href="http://technorati.com/tag/error" rel="tag">error</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=18&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/27/trpl-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>stupidity in including gems</title>
		<link>http://rubyquila.wordpress.com/2008/04/22/stupidity-in-including-gems/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/22/stupidity-in-including-gems/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:52:57 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/22/stupidity-in-including-gems/</guid>
		<description><![CDATA[there was a mistake and hence a lesson. i had installed the ec2 gem and tried using it. i put the example file in directory and called it ec2. when i tried executing the file, it failed saying it cannot load &#8216;amazon/ec2&#8242;. after monkeying around for a while, i realized my folly of having named [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=17&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>there was a mistake and hence a lesson. i had installed the ec2 gem and tried using it. i put the example file in directory and called it ec2. when i tried executing the file, it failed saying it cannot load &#8216;amazon/ec2&#8242;. after monkeying around for a while, i realized my folly of having named the test file ec2 and requiring a ruby gem of the same name from lib. i renamed my test script and everything was fine since then. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &nbsp;&nbsp;</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/includeruby%20gem" rel="tag">includeruby gem</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=17&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/22/stupidity-in-including-gems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>callers of me in ruby</title>
		<link>http://rubyquila.wordpress.com/2008/04/19/callers-of-me-in-ruby/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/19/callers-of-me-in-ruby/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 12:40:58 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/19/callers-of-me-in-ruby/</guid>
		<description><![CDATA[want to know who called the current method? check the caller array. caller[0] is the caller, caller[1] is the caller of the caller and so on. Blogged with the Flock Browser Tags: caller<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=16&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>want to know who called the current method? check the caller array. caller[0] is the caller, caller[1] is the caller of the caller and so on.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/caller" rel="tag">caller</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=16&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/19/callers-of-me-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>Capsistrano internals</title>
		<link>http://rubyquila.wordpress.com/2008/04/18/capsistrano-internals/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/18/capsistrano-internals/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 10:13:20 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/18/capsistrano-internals/</guid>
		<description><![CDATA[There are lots of material out there on Capistrano, but not all of them will be as good as the cap sources themselves. I wanted to know how the cap thingy works internally and hence took a look at the cap rubygem sources. Here&#8217;s what happens on a deploy: deploy is a cap task which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=15&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are lots of material out there on Capistrano, but not all of them will be as good as the cap sources themselves. I wanted to know how the cap thingy works internally and hence took a look at the cap rubygem sources. Here&#8217;s what happens on a deploy: deploy is a cap task which updates the sources from the svn and restarts the server. Now based on what kind of servers you&#8217;re using, you can write your own restart task. Cap 1.4.1 by default goes with FastCGI, you can do apachectl if you use apache etc. And if you use mongrels, you can use the mongrel_cluster gem to do stuff for you.</p>
<p>Besides, i have a lot of more discoveries that i should be documenting about. Just that im not getting much time.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/capistrano" rel="tag">capistrano</a>, <a href="http://technorati.com/tag/cap" rel="tag">cap</a>, <a href="http://technorati.com/tag/%20deploy" rel="tag"> deploy</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=15&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/18/capsistrano-internals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>Deleting data from database and executing arbitrary queries</title>
		<link>http://rubyquila.wordpress.com/2008/04/12/deleting-data-from-database-and-executing-arbitrary-queries/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/12/deleting-data-from-database-and-executing-arbitrary-queries/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 13:29:54 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/12/deleting-data-from-database-and-executing-arbitrary-queries/</guid>
		<description><![CDATA[Use the delete_all method in ActiveRecord::Base to delete rows by a given criterion. Item.delete_all(criterion) will generate a query of sort DELETE FROM items where (criterion) The delete method works diffently though. Item.delete(condition) will generate the query DELETE FROM items where id in (condition) So, thats about delete. If i want to generate a query string [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=14&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use the delete_all method in ActiveRecord::Base to delete rows by a given criterion. <span style="font-family:Courier;">Item.delete_all(criterion)</span> will generate a query of sort <span style="font-family:Courier;">DELETE FROM items where (criterion) </span></p>
<p>The delete method works diffently though.<span style="font-family:Courier;"> Item.delete(condition)</span> will generate the query <span style="font-family:Courier;">DELETE FROM items where id in (condition) </span></p>
<p>So, thats about delete. If i want to generate a query string in database, i&#8217;ll do:<br />
<span style="font-family:Courier;">ActiveRecord::Base.connection.execute(my_query_string)</span>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/%0A" rel="tag"><br />
</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=14&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/12/deleting-data-from-database-and-executing-arbitrary-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>Method references in Ruby &#8211; function pointers in C</title>
		<link>http://rubyquila.wordpress.com/2008/04/10/method-references-in-ruby-function-pointers-in-c/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/10/method-references-in-ruby-function-pointers-in-c/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:19:12 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/10/method-references-in-ruby-function-pointers-in-c/</guid>
		<description><![CDATA[I wanted to take a method reference and invoke it based on certain conditions. I googled for it and i ran into this page: http://objectmix.com/ruby/332649-passing-method-references-python-ruby.html They list numerous methods here and i&#8217;m just simply astounded 1. using send &#8211; i used this send(method_name, args&#8230;) 2. lambda &#8211; i have yet to understand lambdas and Procs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=13&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to take a method reference and invoke it based on certain conditions. I googled for it and i ran into this page: http://objectmix.com/ruby/332649-passing-method-references-python-ruby.html</p>
<p>They list numerous methods here and i&#8217;m just simply astounded</p>
<p>1. using send &#8211; i used this<br />
send(method_name, args&#8230;)</p>
<p>2. lambda &#8211; i have yet to understand lambdas and Procs fully<br />
algorithms = {<br />
:first_way =&gt; lambda {|a,b| &#8216;Tastes great.&#8217;},<br />
:second_way =&gt; lambda {|a,b| &#8216;Less filling&#8217;},<br />
# more algorithms here&#8230;<br />
}<br />
# &#8230;<br />
puts algorithms[:first_way][nil, nil]<br />
puts algorithms[:second_way][nil, nil]</p>
<p>3.taking method references with method()<br />
<font color="blue"> def firstWay(arg1, arg2)<br />
&nbsp; return &#8216;Tastes great.&#8217;<br />
end</p>
<p>&nbsp;def secondWay(arg1, arg2)<br />
&nbsp;&nbsp; return &#8216;Less filling.&#8217;<br />
end</p>
<p>def doStuff(whichway, first_arg, second_arg)<br />
&nbsp;&nbsp; return whichway.call(first_arg, second_arg)<br />
end</p>
<p>puts doStuff(method(:firstWay), nil, nil</font></p>
<p>And also, a few methods based on &#8216;defining classes, and methods&#8217; in runtime, based on procs etc.</p>
<p>This is just too awesome.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/methodreferences" rel="tag">methodreferences</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=13&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/10/method-references-in-ruby-function-pointers-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
		<item>
		<title>dynamic finders and arrays</title>
		<link>http://rubyquila.wordpress.com/2008/04/10/dynamic-finders-and-arrays/</link>
		<comments>http://rubyquila.wordpress.com/2008/04/10/dynamic-finders-and-arrays/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 06:30:44 +0000</pubDate>
		<dc:creator>sr1n1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sr1n1.wordpress.com/2008/04/10/dynamic-finders-and-arrays/</guid>
		<description><![CDATA[Dynamic find_by methods don&#8217;t work with arrays. For more info: http://blog.hasmanythrough.com/2006/8/13/how-dynamic-finders-work Blogged with the Flock Browser Tags: find_by, array<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=12&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dynamic find_by methods don&#8217;t work with arrays. For more info: http://blog.hasmanythrough.com/2006/8/13/how-dynamic-finders-work</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/find_by" rel="tag">find_by</a>, <a href="http://technorati.com/tag/array" rel="tag">array</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rubyquila.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rubyquila.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rubyquila.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rubyquila.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rubyquila.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rubyquila.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rubyquila.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rubyquila.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rubyquila.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rubyquila.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubyquila.wordpress.com&amp;blog=3588971&amp;post=12&amp;subd=rubyquila&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rubyquila.wordpress.com/2008/04/10/dynamic-finders-and-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a1d47821d319f00f72192d96286087?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sr1n1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
