<?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>Think Bohemian &#187; authlogic</title>
	<atom:link href="http://www.thinkbohemian.com/tag/authlogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkbohemian.com</link>
	<description>Secede from Convention in Life and Code</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:37:16 +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>Authlogic oauth_button in Rails 3</title>
		<link>http://www.thinkbohemian.com/2010/06/24/authlogic-oauth_button-in-rails-3/</link>
		<comments>http://www.thinkbohemian.com/2010/06/24/authlogic-oauth_button-in-rails-3/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 21:30:10 +0000</pubDate>
		<dc:creator>Richard Schneeman</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[authlogic]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[html safe]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rails 3]]></category>

		<guid isPermaLink="false">http://www.thinkbohemian.com/?p=460</guid>
		<description><![CDATA[I&#8217;ve been playing with oauth in rails 3 recently, and using the Authlogic-Oauth gem. Everything worked, but when i used the ViewHelper oauth_button, it rendered the raw html text on the page instead of  the button. After a quick check it turns out that for some reason rails doesn&#8217;t think the view is creating &#8220;html [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with oauth in rails 3 recently, and using the Authlogic-Oauth gem. Everything worked, but when i used the ViewHelper <strong>oauth_button</strong>, it rendered the raw html text on the page instead of  the button. After a quick check it turns out that for some reason rails doesn&#8217;t think the view is creating &#8220;html safe&#8221; text. You can fix this by changing this helper method:</p>
<p><strong>&lt;gem env install path&gt;/gems/authlogic-oauth-1.0.8/lib/authlogic_oauth/helper.rb </strong></p>
<pre>def oauth_button(name, options = {})
 "&lt;input type='submit' value='#{options[:value]}' name='#{name}' id='user_submit' class='#{options[:class]}'/&gt;".html_safe
end
</pre>
<p>Good luck and happy Oauth-ing!</p>
<p>&#8211;</p>
<p>Richard Schneeman</p>
<p><a href="http://whyspam.me">Disposable Email</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkbohemian.com/2010/06/24/authlogic-oauth_button-in-rails-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Error Pages With Rails and Authlogic</title>
		<link>http://www.thinkbohemian.com/2010/01/16/custom-error-pages-with-rails-and-authlogic/</link>
		<comments>http://www.thinkbohemian.com/2010/01/16/custom-error-pages-with-rails-and-authlogic/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 18:27:36 +0000</pubDate>
		<dc:creator>Richard Schneeman</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[authlogic]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.thinkbohemian.com/?p=280</guid>
		<description><![CDATA[Everyone wants their site to be pretty, even when its crashing horribly. So check out these two resources:
Custom dynamic error pages in Ruby on Rails
Authlogic and rescue_from ActionController::RoutingError

Enjoy, and happy erroring!
]]></description>
			<content:encoded><![CDATA[<p>Everyone wants their site to be pretty, even when its crashing horribly. So check out these two resources:</p>
<p><a href="http://www.perfectline.co.uk/blog/custom-dynamic-error-pages-in-ruby-on-rails">Custom dynamic error pages in Ruby on Rails</a></p>
<p><a href="http://www.mrkris.com/2009/08/21/authlogic-and-rescue_from-actioncontroller-routingerror/">Authlogic and rescue_from ActionController::RoutingError<br />
</a></p>
<p>Enjoy, and happy erroring!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkbohemian.com/2010/01/16/custom-error-pages-with-rails-and-authlogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
