<?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: Rails 2.0: HTTP Basic Authentication</title>
	<atom:link href="http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/</link>
	<description>Technologist, businessman and entrepreneur.</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:37:11 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: preston.lee</title>
		<link>http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/comment-page-1/#comment-298</link>
		<dc:creator>preston.lee</dc:creator>
		<pubDate>Mon, 27 Jul 2009 18:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.prestonlee.com/archives/172#comment-298</guid>
		<description>&lt;a href=&quot;#comment-30141&quot; rel=&quot;nofollow&quot;&gt;@Dustin&lt;/a&gt;
You can always put it in a config file that doesn&#039;t get checked into your revision control system.</description>
		<content:encoded><![CDATA[<p><a href="#comment-30141" rel="nofollow">@Dustin</a><br />
You can always put it in a config file that doesn&#8217;t get checked into your revision control system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/comment-page-1/#comment-299</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Sat, 25 Jul 2009 21:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.prestonlee.com/archives/172#comment-299</guid>
		<description>Any way around leaving the password in the test?  I&#039;d like to avoid leaving the cleartext password in my test.  Thanks.</description>
		<content:encoded><![CDATA[<p>Any way around leaving the password in the test?  I&#8217;d like to avoid leaving the cleartext password in my test.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Bailey</title>
		<link>http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/comment-page-1/#comment-297</link>
		<dc:creator>Anthony Bailey</dc:creator>
		<pubDate>Wed, 09 Apr 2008 18:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.prestonlee.com/archives/172#comment-297</guid>
		<description>Thanks for this - just what I was Googling for.

BTW, I found that Base64::b64encode printed the encoded string as a side effect, which made my rake test output rather noisy.

Using Base64::encode64 instead solved that for me.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; just what I was Googling for.</p>
<p>BTW, I found that Base64::b64encode printed the encoded string as a side effect, which made my rake test output rather noisy.</p>
<p>Using Base64::encode64 instead solved that for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: preston.lee</title>
		<link>http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/comment-page-1/#comment-295</link>
		<dc:creator>preston.lee</dc:creator>
		<pubDate>Mon, 17 Mar 2008 05:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.prestonlee.com/archives/172#comment-295</guid>
		<description>Just a placeholder for wherever your admin password comes from. I updated it to read &quot;some_username:some_password&quot;.</description>
		<content:encoded><![CDATA[<p>Just a placeholder for wherever your admin password comes from. I updated it to read &#8220;some_username:some_password&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.prestonlee.com/2007/12/26/rails-20-http-basic-authentication/comment-page-1/#comment-296</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sun, 16 Mar 2008 13:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.prestonlee.com/archives/172#comment-296</guid>
		<description>Where does &quot;Configuration::ADMIN[:username]&quot; come from?</description>
		<content:encoded><![CDATA[<p>Where does &#8220;Configuration::ADMIN[:username]&#8221; come from?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
