<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: My friend the Rails console &#8211; Part II</title>
	<atom:link href="http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/</link>
	<description>Mental notes on Ruby, Git, Rails and whatever geeky thing</description>
	<lastBuildDate>Sun, 22 Jan 2012 20:50:24 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hester</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-11225</link>
		<dc:creator>Hester</dc:creator>
		<pubDate>Sun, 22 Jan 2012 20:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-11225</guid>
		<description>Holy cocinse data batman. Lol!</description>
		<content:encoded><![CDATA[<p>Holy cocinse data batman. Lol!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Kleindl</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-1617</link>
		<dc:creator>Jeremy Kleindl</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-1617</guid>
		<description>Thank you for the pointer. Makes sense to self. ROCK!</description>
		<content:encoded><![CDATA[<p>Thank you for the pointer. Makes sense to self. ROCK!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Link dump for August 20th &#124; The Queue Blog</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-249</link>
		<dc:creator>Link dump for August 20th &#124; The Queue Blog</dc:creator>
		<pubDate>Sat, 21 Aug 2010 04:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-249</guid>
		<description>[...] My friend the Rails console &#8211; Part II &#171; Silence is Foo &#8211; more fun with the rails console [...]</description>
		<content:encoded><![CDATA[<p>[...] My friend the Rails console &ndash; Part II &laquo; Silence is Foo &#8211; more fun with the rails console [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raf</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-170</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Sat, 14 Aug 2010 21:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-170</guid>
		<description>woooooow, really impressive! I&#039;d do this instead:

class Object
   def pm(*options)
      ...
      #instead of &quot;obj&quot; it should say &quot;self&quot;
     ...
    end
end

$ Time.pm

it&#039;d be more object-oriented. Thanks for sharing!!!!</description>
		<content:encoded><![CDATA[<p>woooooow, really impressive! I&#8217;d do this instead:</p>
<p>class Object<br />
   def pm(*options)<br />
      &#8230;<br />
      #instead of &#8220;obj&#8221; it should say &#8220;self&#8221;<br />
     &#8230;<br />
    end<br />
end</p>
<p>$ Time.pm</p>
<p>it&#8217;d be more object-oriented. Thanks for sharing!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Kleindl</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-169</link>
		<dc:creator>Jeremy Kleindl</dc:creator>
		<pubDate>Sat, 14 Aug 2010 20:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-169</guid>
		<description>Here is an additional helper I find very useful with an example of what is output: http://gist.github.com/524652</description>
		<content:encoded><![CDATA[<p>Here is an additional helper I find very useful with an example of what is output: <a href="http://gist.github.com/524652" rel="nofollow">http://gist.github.com/524652</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cldwalker</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-158</link>
		<dc:creator>cldwalker</dc:creator>
		<pubDate>Sat, 14 Aug 2010 05:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-158</guid>
		<description>Seeing the number of helpers/commands you have, you may be interested in boson: http://github.com/cldwalker/boson. I use it to manage my irbrc: http://github.com/cldwalker/irbfiles</description>
		<content:encoded><![CDATA[<p>Seeing the number of helpers/commands you have, you may be interested in boson: <a href="http://github.com/cldwalker/boson" rel="nofollow">http://github.com/cldwalker/boson</a>. I use it to manage my irbrc: <a href="http://github.com/cldwalker/irbfiles" rel="nofollow">http://github.com/cldwalker/irbfiles</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo de M. Serpa</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/comment-page-1/#comment-105</link>
		<dc:creator>Marcelo de M. Serpa</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500#comment-105</guid>
		<description>Awesome tips, Raf! Keep them coming :)</description>
		<content:encoded><![CDATA[<p>Awesome tips, Raf! Keep them coming <img src='http://raflabs.com/blogs/silence-is-foo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

