<?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>Beginner Ruby</title>
	<atom:link href="http://www.beginnerruby.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beginnerruby.com</link>
	<description>Ruby Examples &#38; Ruby Programming Tutorials</description>
	<lastBuildDate>Wed, 14 Nov 2012 03:47:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to set Timeout in Ruby!</title>
		<link>http://www.beginnerruby.com/ruby-timeout/how-to-set-timeout-in-ruby/</link>
		<comments>http://www.beginnerruby.com/ruby-timeout/how-to-set-timeout-in-ruby/#comments</comments>
		<pubDate>Wed, 14 Nov 2012 03:45:44 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ruby Timeout]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=261</guid>
		<description><![CDATA[While tinkering recently on a hobby project, I kept having &#8216;freezing&#8217; issues. Sure I tried to error handle the bah-jeezus out of it in order to fail gracefully instead of forever hanging, but for some reason which I couldn&#8217;t ascertain &#8211; the thing was hanging. I suddenly remembered about a SetTimeout method available in Javascript [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-timeout/how-to-set-timeout-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Download Files with Ruby</title>
		<link>http://www.beginnerruby.com/ruby-executables/how-to-download-files-with-ruby/</link>
		<comments>http://www.beginnerruby.com/ruby-executables/how-to-download-files-with-ruby/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 21:04:08 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Download with Ruby]]></category>
		<category><![CDATA[Ruby Executables]]></category>
		<category><![CDATA[Ruby Webspider]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=251</guid>
		<description><![CDATA[One of my most recent open-source Ruby projects is a little project I called &#8216;RubyRetriever&#8217;. RubyRetriever is supposed to be an auto-downloader, it goes out like a spider to every URL you provide and it scans them for executables &#8211; and if it finds any it downloads them. The reason I wrote this little package [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-executables/how-to-download-files-with-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing OpenSSL/Bundler issue for Rails on Debian</title>
		<link>http://www.beginnerruby.com/rails-troubleshooting/fixing-opensslbundler-issue-for-rails-on-debian/</link>
		<comments>http://www.beginnerruby.com/rails-troubleshooting/fixing-opensslbundler-issue-for-rails-on-debian/#comments</comments>
		<pubDate>Sun, 06 May 2012 20:30:36 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Rails Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=233</guid>
		<description><![CDATA[Have you seen this error: Rails: cannot load such file -- openssl Usually I write exclusively about Ruby on this site, and that may change in the near future, but today&#8217;s post is brought on by hours of painful troubleshooting I had to endure in order to get a functional Ruby on Rails environment setup [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/rails-troubleshooting/fixing-opensslbundler-issue-for-rails-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RubyMotion &#8211; iOS dev with Ruby, by the MacRuby guy</title>
		<link>http://www.beginnerruby.com/rubymotion/rubymotion-ios-dev-with-ruby-by-the-macruby-guy/</link>
		<comments>http://www.beginnerruby.com/rubymotion/rubymotion-ios-dev-with-ruby-by-the-macruby-guy/#comments</comments>
		<pubDate>Thu, 03 May 2012 17:26:01 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[iOS Ruby]]></category>
		<category><![CDATA[RubyMotion]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=230</guid>
		<description><![CDATA[Just released moments ago, is a new product named RubyMotion. Ruby Motion, by original MacRuby author Laurent Sansonetti, is a development toolkit for writing iOS apps in native code using Ruby. Starting today, you can be using Ruby to write apps for your iPhone or iPad. It&#8217;s interesting that this project would come out now [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/rubymotion/rubymotion-ios-dev-with-ruby-by-the-macruby-guy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Opensource Project &#8211; Domainblob</title>
		<link>http://www.beginnerruby.com/ruby-scripts/my-first-opensource-project-domainblob/</link>
		<comments>http://www.beginnerruby.com/ruby-scripts/my-first-opensource-project-domainblob/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 04:22:13 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ruby Scripts]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=214</guid>
		<description><![CDATA[Last night, I opensource&#8217;d my first Ruby project using github &#8211; it&#8217;s a bulk domain name lookup tool named Domainblob. of course, I&#8217;ve released code before via examples on this blog and such, but I have never really started a github repo just for a project. I am very excited by this, I know it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-scripts/my-first-opensource-project-domainblob/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Ruby Arrays as a Temp Stack</title>
		<link>http://www.beginnerruby.com/ruby-arrays/using-ruby-arrays-as-a-temp-stack/</link>
		<comments>http://www.beginnerruby.com/ruby-arrays/using-ruby-arrays-as-a-temp-stack/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 04:08:16 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ruby Arrays]]></category>
		<category><![CDATA[Ruby Push/Pop]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=208</guid>
		<description><![CDATA[When I write a Ruby program, arrays end up being used as my go-to datatype consistently. Maybe I am not very advanced and have a 1-dimensional programming technique &#8212; I think about this, and its possible because I am not an expert. However, the more time goes on the more I am reassured that the [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-arrays/using-ruby-arrays-as-a-temp-stack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excited for Ruby on Mobile Devices &#8211; mRuby &amp; MobiRuby!</title>
		<link>http://www.beginnerruby.com/mruby/excited-for-ruby-on-mobile-devices-mruby-mobiruby/</link>
		<comments>http://www.beginnerruby.com/mruby/excited-for-ruby-on-mobile-devices-mruby-mobiruby/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 15:46:34 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[MobiRuby]]></category>
		<category><![CDATA[mRuby]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=205</guid>
		<description><![CDATA[There&#8217;s been a number of announcements recently for Ruby implementations designed for use on embedded systems, and especially &#8211; phones. This could be very awesome, and I am thrilled to hear this news. The projects aren&#8217;t operational yet but expect to be available for public use by summer time. First there is mRuby, the lightweight [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/mruby/excited-for-ruby-on-mobile-devices-mruby-mobiruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using the Ruby For Loop</title>
		<link>http://www.beginnerruby.com/ruby-tutorials/using-the-ruby-for-loop/</link>
		<comments>http://www.beginnerruby.com/ruby-tutorials/using-the-ruby-for-loop/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 04:44:35 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ruby For Loop]]></category>
		<category><![CDATA[Ruby Tutorials]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=191</guid>
		<description><![CDATA[There are many ways to perform what is effectively a &#8216;for loop&#8217; in Ruby, you can use the &#8216;times do&#8217; method or the &#8216;each&#8217; but in this example we will only look at the explicit Ruby for loop. In most languages the basic construct of a for loop incorporates 3 main things: Initialization Boolean Expression [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-tutorials/using-the-ruby-for-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Read &amp; Write Files using Ruby &#8211; A Simple Diff Script Example</title>
		<link>http://www.beginnerruby.com/ruby-scripts/how-to-read-write-files-using-ruby-a-simple-diff-script-example/</link>
		<comments>http://www.beginnerruby.com/ruby-scripts/how-to-read-write-files-using-ruby-a-simple-diff-script-example/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 03:05:16 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ruby Scripts]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=173</guid>
		<description><![CDATA[Ever since I learned how easy it was to manipulate files with Ruby I have been using it like crazy. And why not, it makes it possible to manipulate existing data and to save computed data. I wanted to write about this and when I needed to be able to easily view the changes made [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-scripts/how-to-read-write-files-using-ruby-a-simple-diff-script-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interacting with Web Service API&#8217;s with Ruby (aka my first api call)</title>
		<link>http://www.beginnerruby.com/ruby-scripts/interacting-with-web-service-apis-with-ruby-aka-my-first-api-call/</link>
		<comments>http://www.beginnerruby.com/ruby-scripts/interacting-with-web-service-apis-with-ruby-aka-my-first-api-call/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 02:58:41 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ruby API Calls]]></category>
		<category><![CDATA[Ruby Scripts]]></category>

		<guid isPermaLink="false">http://www.beginnerruby.com/?p=166</guid>
		<description><![CDATA[For years now I&#8217;ve heard people reference API&#8217;s &#8212; sometimes this was in reference to libraries used with programming languages but really the kind I mean are web service API&#8217;s. These are the kind used by a developer/application to interact with a web service. I have never worked on a full blown web application so [...]]]></description>
		<wfw:commentRss>http://www.beginnerruby.com/ruby-scripts/interacting-with-web-service-apis-with-ruby-aka-my-first-api-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
