<?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>le-matt. &#187; openid</title>
	<atom:link href="http://www.any-where.de/blog/tag/openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.any-where.de/blog</link>
	<description>news from the world (the real one and the virtual)</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:36:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passenger and OpenID</title>
		<link>http://www.any-where.de/blog/passenger-and-openid/</link>
		<comments>http://www.any-where.de/blog/passenger-and-openid/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 09:10:40 +0000</pubDate>
		<dc:creator>Matthias Müller</dc:creator>
				<category><![CDATA[Programming the web]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.any-where.de/blog/?p=121</guid>
		<description><![CDATA[I recently updated Passenger 2.0.6 to 2.2.4 and experienced that openID logins were not working anymore. Seems like it tries to log output to some strange log location.
However: If anyone comes across the same problem: Simply add
OpenID::Util.logger = RAILS_DEFAULT_LOGGER
to your environment.rb file and everything will work like a treat again.
]]></description>
			<content:encoded><![CDATA[<p>I recently updated Passenger 2.0.6 to 2.2.4 and experienced that openID logins were not working anymore. Seems like it tries to log output to some strange log location.</p>
<p>However: If anyone comes across the same problem: Simply add</p>
<pre>OpenID::Util.logger = RAILS_DEFAULT_LOGGER</pre>
<p>to your environment.rb file and everything will work like a treat again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.any-where.de/blog/passenger-and-openid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

