<?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>TheCWLZone Blog &#187; Ruby</title>
	<atom:link href="http://www.thecwlzone.com/blog/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecwlzone.com/blog</link>
	<description>Christopher W Lehman Technical Blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails Time Extension Edge Case</title>
		<link>http://www.thecwlzone.com/blog/rails/rails-time-extension-edge-case/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rails-time-extension-edge-case/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:31:14 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=315</guid>
		<description><![CDATA[I love the extensions that Rails has for the Ruby Time object (see ActiveSupport::CoreExtensions::Integer::Time) &#8211; you can do calculations like Time.now + 1.month, (4.months + 5.years).from_now, and other cool things.
In my last post, I mentioned working with an application that uses a subscription service. One of the things I want to do is send the [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rails-time-extension-edge-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ouch. Tricky Rails Multiparameter Bug In Attribute Writers</title>
		<link>http://www.thecwlzone.com/blog/rails/ouch-tricky-rails-multiparameter-bug-in-attribute-writers/</link>
		<comments>http://www.thecwlzone.com/blog/rails/ouch-tricky-rails-multiparameter-bug-in-attribute-writers/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:56:27 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=311</guid>
		<description><![CDATA[I&#8217;m building a web site with a subscription-based payment system using ActiveMerchant. The first rule is, don&#8217;t put any user financial information into your local database, just pass the user input to your payment system (i.e. Pay Pal, Authorize.net, etc.). So how do you handle this information? attr_accessor to the rescue. You can have something [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/ouch-tricky-rails-multiparameter-bug-in-attribute-writers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Look for the Web Site</title>
		<link>http://www.thecwlzone.com/blog/ruby/a-new-look-for-the-web-site/</link>
		<comments>http://www.thecwlzone.com/blog/ruby/a-new-look-for-the-web-site/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=261</guid>
		<description><![CDATA[My mostly static web site was hacked together about 5 years ago with straight HTML tags using the XEmacs editor. To say the least, it was starting to look pretty frayed around the edges, not to mention boring.
My ISP doesn&#8217;t support Rails sites well &#8211; they are a shared hosting ISP, with the main mission [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/ruby/a-new-look-for-the-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rewind Ruby 1.9.1 (or &#8220;Put The Candle Back&#8221;)</title>
		<link>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=256</guid>
		<description><![CDATA[I updated all the gems for my current Rails development project that is using Ruby 1.9.1. This also included an upgrade to Phusion Passenger 2.2.5. Then I upgraded to Ruby 1.9.1-p243, which promptly crashed Passenger when I did a session request through Authlogic 2.1.2. Ouch. So, I reinstalled Ruby 1.9.1-p129, and all is well again.
Oddly [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing IDEs</title>
		<link>http://www.thecwlzone.com/blog/rails/changing-ides/</link>
		<comments>http://www.thecwlzone.com/blog/rails/changing-ides/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 16:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=204</guid>
		<description><![CDATA[I have been bouncing between the RadRails and NetBeans IDEs for quite some time now. I like them both a lot, but I have not been able to make RadRails Test::Unit work 100% with Ruby 1.9.x. The 1.8.x version works fine, and I know there are some changes between the two Rubys that affect testing, [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/changing-ides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With Regular Expressions</title>
		<link>http://www.thecwlzone.com/blog/ruby/fun-with-regular-expressions/</link>
		<comments>http://www.thecwlzone.com/blog/ruby/fun-with-regular-expressions/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=183</guid>
		<description><![CDATA[If I wrote code all day, every day, I&#8217;m sure I could become really good at manipulating regular expressions. The obscure syntax is sort of Zen-like with a large dose of Perl obfuscation-fu. A one-liner that does a lot of cool text parsing appeals to the Nerd part of my DNA string. In reality, I [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/ruby/fun-with-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watir on Windows XP &#8211; Installation</title>
		<link>http://www.thecwlzone.com/blog/rails/watir-on-windows-xp-installation/</link>
		<comments>http://www.thecwlzone.com/blog/rails/watir-on-windows-xp-installation/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:29:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=175</guid>
		<description><![CDATA[Watir &#8211; Web Application Testing in Ruby &#8211; I&#8217;m thinking about adding this as part of my standard Rails integration tests. I like the idea of capturing keystokes that a user might actually run. Plus, it makes for a dandy demo tool.
Here&#8217;s the summary of installation steps. I&#8217;m assuming you&#8217;re Rails-aware enough to have an [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/watir-on-windows-xp-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ruby 1.9.1 (Entry 1)</title>
		<link>http://www.thecwlzone.com/blog/ruby/ruby-191-entry-1/</link>
		<comments>http://www.thecwlzone.com/blog/ruby/ruby-191-entry-1/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 17:35:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=20</guid>
		<description><![CDATA[I installed Ruby 1.9.1 from the Ruby site. I did the default &#8220;configure ; make ; make test ; make install&#8221; dance as root using gcc 4.1.2. This puts all the Ruby 1.9.1 files under /usr/local. The Ruby 1.8.6 version is a standard RPM for Fedora Core 8, and it&#8217;s all under /usr.
I decided to [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/ruby/ruby-191-entry-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
