<?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; Rails</title>
	<atom:link href="http://www.thecwlzone.com/blog/tag/rails/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>De-clutter Your Rails Views, Use Partials For JavaScript SEO</title>
		<link>http://www.thecwlzone.com/blog/rails/de-clutter-your-rails-views-use-partials-for-javascript-seo/</link>
		<comments>http://www.thecwlzone.com/blog/rails/de-clutter-your-rails-views-use-partials-for-javascript-seo/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 21:58:30 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=366</guid>
		<description><![CDATA[If your Marketing or SEO guy is out of control (and when are they not?), you may be finding yourself stuffing insane amounts of JavaScript into your Rails views in order to track page referrals, conversion rates and other Google or Yahoo SEO analytic data. Not good from an esthetic standpoint.
The solution is to use [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/de-clutter-your-rails-views-use-partials-for-javascript-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Multiple Rails Apps Under Passenger</title>
		<link>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/</link>
		<comments>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:19:01 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=299</guid>
		<description><![CDATA[My development server is on a home LAN behind a firewall, and I don&#8217;t want to make it a DNS sub-domain. I have directed my router to issue fixed IP addresses through DHCP, so I can use the IP address as part of the URL.
Setting up multiple Rails applications is pretty easy, but if you [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails and PHP under Ubuntu Apache</title>
		<link>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:34:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=277</guid>
		<description><![CDATA[I have Ubuntu 9.10 (aka Karmic Koala) running on my laptop. It&#8217;s rapidly becoming my portable development machine, so I set up the Rails environment right away. I have decided to add PHP to the development mix, so I began to install all the PHP stuff using Ubuntu&#8217;s built-in Synaptic Package Manager found under System [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/feed/</wfw:commentRss>
		<slash:comments>2</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>Compass, SASS, HAML</title>
		<link>http://www.thecwlzone.com/blog/rails/compass-sass-haml/</link>
		<comments>http://www.thecwlzone.com/blog/rails/compass-sass-haml/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=239</guid>
		<description><![CDATA[I&#8217;m working on a project that is using the latest Rails markup buzz, namely Compass, SASS and HAML, so it&#8217;s time to begin the learning process. Part of that effort will be to convert my personal Rails project over to Compass et. al.
I found that the best approach seems to be to install all the [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/compass-sass-haml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating OpenID with Authlogic</title>
		<link>http://www.thecwlzone.com/blog/rails/integrating-openid-with-authlogic/</link>
		<comments>http://www.thecwlzone.com/blog/rails/integrating-openid-with-authlogic/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 18:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=235</guid>
		<description><![CDATA[I won&#8217;t take any credit here. If you want to do this, jump right over to the Ryan Bates Railscast Number 170. He totally nails it &#8211; just follow along and adjust for the views you are actually using, and it&#8217;s operational in a jiffy. Sweet!
The only thing that didn&#8217;t work for me was the [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/integrating-openid-with-authlogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAML and Apache Encodings</title>
		<link>http://www.thecwlzone.com/blog/linux/haml-and-apache-encodings/</link>
		<comments>http://www.thecwlzone.com/blog/linux/haml-and-apache-encodings/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 23:26:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=229</guid>
		<description><![CDATA[I&#8217;m playing around a bit with the HAML gem. It broke my Apache / Passenger server immediately. The original error message looked something like:

/!\ FAILSAFE /!\  2009-05-01 10:05:18 -1000
  Status: 500 Internal Server Error
  invalid byte sequence in US-ASCII

Google to the rescue. On Linux machines, you should have a /etc/sysconfig/httpd file. I [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/linux/haml-and-apache-encodings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Under Rails</title>
		<link>http://www.thecwlzone.com/blog/rails/wordpress-under-rails/</link>
		<comments>http://www.thecwlzone.com/blog/rails/wordpress-under-rails/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=210</guid>
		<description><![CDATA[There have been occasional discussions about integrating a Wordpress CMS into a Rails application. One approach is to simply do a Wordpress install under RAILS_ROOT/public/blog. That&#8217;s pretty straightforward:

cd RAILS_ROOT/public
mkdir blog
cd blog
svn co http://core.svn.wordpress.org/tags/2.8.4 .

Then do the usual Wordpress setup ritual.
If you&#8217;re running Phusion Passenger, you need to tell Passenger to ignore the Wordpress stuff:

&#38;lt;VirtualHost *:80&#38;gt;
 [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/wordpress-under-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
