<?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: SSL checklist for Rails Applications</title>
	<atom:link href="http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/</link>
	<description>&#34;Powered by The Dark Side&#34;</description>
	<lastBuildDate>Tue, 06 Apr 2010 08:38:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Sid</title>
		<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/comment-page-1/#comment-27</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://darthsid.com/blog/?p=126#comment-27</guid>
		<description>Thanks for the info. That is a cleaner approach. I&#039;ll update the post.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. That is a cleaner approach. I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Julian</title>
		<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/comment-page-1/#comment-26</link>
		<dc:creator>Jonathan Julian</dc:creator>
		<pubDate>Fri, 02 Apr 2010 13:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://darthsid.com/blog/?p=126#comment-26</guid>
		<description>There&#039;s no need to test Rails.env.production? in your controllers. Just write all your code assuming it&#039;s production code, then add SslRequirement.disable_ssl_check = true into development.rb.

It also helps to be running a local apache/passenger with a dummy SSL cert and both SSL and non-SSL virtual hosts configured.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no need to test Rails.env.production? in your controllers. Just write all your code assuming it&#8217;s production code, then add SslRequirement.disable_ssl_check = true into development.rb.</p>
<p>It also helps to be running a local apache/passenger with a dummy SSL cert and both SSL and non-SSL virtual hosts configured.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

