<?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</title>
	<atom:link href="http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/</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: raf</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-8105</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Mon, 02 May 2011 17:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-8105</guid>
		<description>I don&#039;t have a Blackberry to test but I&#039;ll try to get one, thanks!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a Blackberry to test but I&#8217;ll try to get one, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Puckett</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-7995</link>
		<dc:creator>Henry Puckett</dc:creator>
		<pubDate>Sat, 23 Apr 2011 15:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-7995</guid>
		<description>This web site (My friend the Rails Console  Silence is Foo) doesn&#039;t show up correctly on my blackberry - you might wanna try and look at that :) Henry Puckett</description>
		<content:encoded><![CDATA[<p>This web site (My friend the Rails Console  Silence is Foo) doesn&#8217;t show up correctly on my blackberry &#8211; you might wanna try and look at that <img src='http://raflabs.com/blogs/silence-is-foo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Henry Puckett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgün Koyun</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-163</link>
		<dc:creator>Özgün Koyun</dc:creator>
		<pubDate>Sat, 14 Aug 2010 12:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-163</guid>
		<description>Very useful tips. Thanks!</description>
		<content:encoded><![CDATA[<p>Very useful tips. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaphr</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-161</link>
		<dc:creator>zaphr</dc:creator>
		<pubDate>Sat, 14 Aug 2010 11:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-161</guid>
		<description>Great tips!! Love the y shortcut..

To go even lazier on the last tip, you could go: users = User.all; 1</description>
		<content:encoded><![CDATA[<p>Great tips!! Love the y shortcut..</p>
<p>To go even lazier on the last tip, you could go: users = User.all; 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raf</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-157</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Sat, 14 Aug 2010 03:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-157</guid>
		<description>that&#039;s right, you can use &#039;y&#039; wherever you require the YAML gem, but I didn&#039;t say anything about it in the post because I couldn&#039;t get off top of my head a good example of usage in a real application or at least outside the console, do you have any one?

about &quot;_&quot;, I didn&#039;t know it also appears in other languages. that&#039;s why I love to post, I always learn something new. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>that&#8217;s right, you can use &#8216;y&#8217; wherever you require the YAML gem, but I didn&#8217;t say anything about it in the post because I couldn&#8217;t get off top of my head a good example of usage in a real application or at least outside the console, do you have any one?</p>
<p>about &#8220;_&#8221;, I didn&#8217;t know it also appears in other languages. that&#8217;s why I love to post, I always learn something new. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seydar</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-156</link>
		<dc:creator>seydar</dc:creator>
		<pubDate>Sat, 14 Aug 2010 02:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-156</guid>
		<description>Good on you for posting these!

* `y` is in the yaml library, so you can use it anywhere you use yaml.
* `_` is a generic irb construct, and also appears in other languages&#039; REPLs as well.

Nice article.</description>
		<content:encoded><![CDATA[<p>Good on you for posting these!</p>
<p>* `y` is in the yaml library, so you can use it anywhere you use yaml.<br />
* `_` is a generic irb construct, and also appears in other languages&#8217; REPLs as well.</p>
<p>Nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Anderson</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-154</link>
		<dc:creator>Adam Anderson</dc:creator>
		<pubDate>Sat, 14 Aug 2010 00:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-154</guid>
		<description>Little tips and tricks like this make my Friday. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Little tips and tricks like this make my Friday. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My friend the Rails console &#8211; Part II &#171; Silence is Foo</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-104</link>
		<dc:creator>My friend the Rails console &#8211; Part II &#171; Silence is Foo</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-104</guid>
		<description>[...] You can find the first part clicking here. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can find the first part clicking here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan Smith</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-17</link>
		<dc:creator>Joan Smith</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-17</guid>
		<description>I enjoyed the article and thanks in greetings to posting such valuable info improved of all of us to present,  I circumstance up it both of additional to and informative and I tabulation to inspect it as habitually as I can.</description>
		<content:encoded><![CDATA[<p>I enjoyed the article and thanks in greetings to posting such valuable info improved of all of us to present,  I circumstance up it both of additional to and informative and I tabulation to inspect it as habitually as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention My friend the Rails Console « Silence is Foo -- Topsy.com</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/01/30/my-friend-the-rails-console/comment-page-1/#comment-16</link>
		<dc:creator>Tweets that mention My friend the Rails Console « Silence is Foo -- Topsy.com</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=258#comment-16</guid>
		<description>[...] This post was mentioned on Twitter by RASHEED HUGGINS, Xenda. Xenda said: Nice #Rails console tips: http://bit.ly/clrfrN [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by RASHEED HUGGINS, Xenda. Xenda said: Nice #Rails console tips: <a href="http://bit.ly/clrfrN" rel="nofollow">http://bit.ly/clrfrN</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

