<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
	<title>About.com <![CDATA[Ruby]]></title>
	<link>http://ruby.about.com/</link>
	<description>Get the latest headlines from the About.com <![CDATA[Ruby GuideSite.]]></description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hh</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2013-04-30T21:38:03Z</dc:date>
	<pubDate>Tue, 30 Apr 2013 21:38:03 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>ARGF, a Shortcut for Scripts</title>
			<link>http://ruby.about.com/b/2013/04/30/argf-a-shortcut-for-scripts.htm</link>
			<description>&lt;p&gt;Many command line scripts simply read all the files mentioned to them as one long stream of data, the last file of one byte side by side with the first byte of the next file. &amp;#160;Ruby provides you with a very simple way to do this, by &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/tasks/ss/Argf-A-Shortcut-For-Scripts.htm&quot;&gt;using the ARGF object&lt;/a&gt; combined with some simple option parsing.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/04/30/argf-a-shortcut-for-scripts.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 30 Apr 2013 21:40:17 +0000</pubDate>
			<dc:date>2013-04-30T21:40:17Z</dc:date>

		</item>
			<item>
			<title>TrueClass, FalseClass and NilClass Quick Reference</title>
			<link>http://ruby.about.com/b/2013/04/30/trueclass-falseclass-and-nilclass-quick-reference.htm</link>
			<description>&lt;p&gt;What is truth? &amp;#160;No, not philosophically, in the (ironically imaginary) world of computer science, truth has a very well defined meaning. &amp;#160;But each high level language seems to interpret this a bit differently. &amp;#160;So &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/beginningruby/ss/Trueclass-Falseclass-And-Nilclass-Quick-Reference.htm&quot;&gt;what is truth in Ruby&lt;/a&gt;? &amp;#160;And how are they represented?&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/04/30/trueclass-falseclass-and-nilclass-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 30 Apr 2013 21:38:03 +0000</pubDate>
			<dc:date>2013-04-30T21:38:03Z</dc:date>

		</item>
			<item>
			<title>Exception Quick Reference</title>
			<link>http://ruby.about.com/b/2013/04/30/exception-quick-reference.htm</link>
			<description>&lt;p&gt;Exceptions, like just about everything else in Ruby, are objects. &amp;#160;They're objects you typically don't deal with either, in fact when you catch an exception using a rescue clause, you're often only testing for the presence of the exception an ignoring the exception object itself. &amp;#160;But there is &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginningruby/ss/Exception-Quick-Reference.htm&quot;&gt;slightly more you can do with them&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/04/30/exception-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 30 Apr 2013 04:52:51 +0000</pubDate>
			<dc:date>2013-04-30T04:52:51Z</dc:date>

		</item>
			<item>
			<title>Bignum Quick Reference</title>
			<link>http://ruby.about.com/b/2013/04/29/bignum-quick-reference.htm</link>
			<description>&lt;p&gt;While the Bignum is not a class you'll encounter directly, you've probably used it a few times without even noticing it. &amp;#160;This article &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/beginningruby/ss/Bignum-Quick-Reference.htm&quot;&gt;tells you a bit about how Bignum works and what you can do with it&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/04/29/bignum-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 29 Apr 2013 07:02:13 +0000</pubDate>
			<dc:date>2013-04-29T07:02:13Z</dc:date>

		</item>
			<item>
			<title>IO Quick Reference</title>
			<link>http://ruby.about.com/b/2013/03/31/io-quick-reference.htm</link>
			<description>&lt;p&gt;You use IO methods all the time: &amp;#160;gets and puts are prime examples. &amp;#160;However, there are &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginningruby/ss/Io-Quick-Reference.htm&quot;&gt;a few more options available to you&lt;/a&gt;, should you need to use them.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/03/31/io-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 31 Mar 2013 22:20:33 +0000</pubDate>
			<dc:date>2013-03-31T22:20:33Z</dc:date>

		</item>
			<item>
			<title>String Quick Reference</title>
			<link>http://ruby.about.com/b/2013/03/31/string-quick-reference.htm</link>
			<description>&lt;p&gt;The string class has over 100 methods. &amp;#160;It is by far one of the largest classes in Ruby, yet it's is arguably the most used class in many types of programs. &amp;#160;This can be outright intimidating if you're just starting out. &amp;#160;The following is an article that ignores most of the class, for the time being, and just shows you &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginningruby/ss/String-Quick-Reference.htm&quot;&gt;how to do some basic things with the String class&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/03/31/string-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 31 Mar 2013 04:06:50 +0000</pubDate>
			<dc:date>2013-03-31T04:06:50Z</dc:date>

		</item>
			<item>
			<title>Hash Quick Reference</title>
			<link>http://ruby.about.com/b/2013/03/30/hash-quick-reference.htm</link>
			<description>&lt;p&gt;While the &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginningruby/ss/Array-Quick-Reference.htm&quot;&gt;Array class&lt;/a&gt; certainly has more methods, the Hash class is no lightweight. &amp;#160;And as you'll be using Hashes quite a lot, it's good to know how to do the basics before digging in and learning the multitude of hash methods at your disposal. &amp;#160;This article does just that, &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginningruby/ss/Hash-Quick-Reference.htm&quot;&gt;teaches you how to do the basic things with hashes&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/03/30/hash-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 30 Mar 2013 05:27:48 +0000</pubDate>
			<dc:date>2013-03-30T05:27:48Z</dc:date>

		</item>
			<item>
			<title>Array Quick Reference</title>
			<link>http://ruby.about.com/b/2013/03/30/array-quick-reference.htm</link>
			<description>&lt;p&gt;The official Ruby documentation can be intimidating if you're just starting out. &amp;#160;You just want to know how to do something simple to an Array and are greeted with a list of about 90 methods (plus those inherited from parent classes and brought in from the Enumerable module!). &amp;#160;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=/od/beginningruby/ss/Array-Quick-Reference.htm&quot;&gt;This article cuts through all that complicated mess and just tells you how to do some basic things with Array objects.&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/03/30/array-quick-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 30 Mar 2013 05:26:00 +0000</pubDate>
			<dc:date>2013-03-30T05:26:00Z</dc:date>

		</item>
			<item>
			<title>Rails Blog Step 4: Cleaning up the Views</title>
			<link>http://ruby.about.com/b/2013/02/19/rails-blog-step-4-cleaning-up-the-views.htm</link>
			<description>&lt;p&gt;The blog is now fully functional. &amp;#160;You can post blog posts, authentication is implemented and a theme is installed. &amp;#160;Now it's time to &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/blog/ss/Step-4-Working-On-The-Views.htm&quot;&gt;clean up those boring views generated by the scaffold generator&lt;/a&gt; and make this into something a bit more blog-like. &amp;#160;We'll also implement paging using the will_paginate gem and RedCloth formatting using the RedCloth gem.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/02/19/rails-blog-step-4-cleaning-up-the-views.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 19 Feb 2013 05:36:51 +0000</pubDate>
			<dc:date>2013-02-19T05:36:51Z</dc:date>

		</item>
			<item>
			<title>Rails Blog Step 3: Authentication</title>
			<link>http://ruby.about.com/b/2013/02/17/rails-blog-step-3-authentication.htm</link>
			<description>&lt;p&gt;So, you've &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/blog/ss/Getting-Off-To-A-Running-Start.htm&quot;&gt;scaffolded the posts model&lt;/a&gt; and &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/blog/ss/Step-2-Integrating-A-Wordpress-Theme.htm&quot;&gt;installed an attractive WordPress theme&lt;/a&gt;, time to get down to it. &amp;#160;First thing we need to do is add some authentication. &amp;#160;Eventually, users will be able to log in and post comments, but you should also be able to log in and make blog posts. &amp;#160;For this, we'll &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://ruby.about.com/od/blog/ss/Step-3-Authentication-With-Devise.htm&quot;&gt;generate a single User model with an is_blogger flag using the Devise plugin&lt;/a&gt; and then protect the actions we want protected using a before_filter.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://ruby.about.com/b/2013/02/17/rails-blog-step-3-authentication.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 17 Feb 2013 07:07:56 +0000</pubDate>
			<dc:date>2013-02-17T07:07:56Z</dc:date>

		</item>
	</channel>

</rss>
