<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Rails Metal Example #1: Authentication</title>
	<atom:link href="http://teachmetocode.com/articles/rails-metal-example-1-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/</link>
	<description>Writing Code is the Easy Part</description>
	<lastBuildDate>Tue, 24 Apr 2012 15:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ruby on Rails: 9 Articles on Rails Authentication</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-508</link>
		<dc:creator>Ruby on Rails: 9 Articles on Rails Authentication</dc:creator>
		<pubDate>Thu, 27 Aug 2009 04:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-508</guid>
		<description>[...] 5. Authentication with Rails Metal [...] </description>
		<content:encoded><![CDATA[<p>[...] 5. Authentication with Rails Metal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tar</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-507</link>
		<dc:creator>tar</dc:creator>
		<pubDate>Thu, 09 Jul 2009 19:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-507</guid>
		<description>Nice, but what about sql injection?</description>
		<content:encoded><![CDATA[<p>Nice, but what about sql injection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FloP</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-506</link>
		<dc:creator>FloP</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-506</guid>
		<description>Hi Chuck,

Thanks for sharing this.
You are doing : &quot;if env[&quot;PATH_INFO&quot;] =~ /^/admin.*/&quot; for checking urls, but is there a way to already access the url  controller mapping ( aka routes ) at this point in the rake stack ?
I&#039;m asking cause I&#039;m authenticating on a controller basis and I would like use Rails metal for checking authentications.

Thanks,

Flo</description>
		<content:encoded><![CDATA[<p>Hi Chuck,</p>
<p>Thanks for sharing this.<br />
You are doing : &#8220;if env["PATH_INFO"] =~ /^/admin.*/&#8221; for checking urls, but is there a way to already access the url  controller mapping ( aka routes ) at this point in the rake stack ?<br />
I&#8217;m asking cause I&#8217;m authenticating on a controller basis and I would like use Rails metal for checking authentications.</p>
<p>Thanks,</p>
<p>Flo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-505</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Thu, 25 Jun 2009 03:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-505</guid>
		<description>Thanks for the heads up. This was just quick and dirty demo code, I should have disclaimed that so people can take the proper security precautions when using it. I would also recommend hashing and salting the password and making sure that you&#039;re encrypting the connection where possible to minimize vulnerabilities.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. This was just quick and dirty demo code, I should have disclaimed that so people can take the proper security precautions when using it. I would also recommend hashing and salting the password and making sure that you&#8217;re encrypting the connection where possible to minimize vulnerabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hoffman</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-504</link>
		<dc:creator>Nick Hoffman</dc:creator>
		<pubDate>Wed, 24 Jun 2009 18:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-504</guid>
		<description>Thanks for showing us an example of where and how Rails Metal can be used.

Keep in mind that the code in this article is vulnerable to SQL injection. To fix this, would AR::Base#find be best, despite its overhead?</description>
		<content:encoded><![CDATA[<p>Thanks for showing us an example of where and how Rails Metal can be used.</p>
<p>Keep in mind that the code in this article is vulnerable to SQL injection. To fix this, would AR::Base#find be best, despite its overhead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Rails Metal Example #1: Authentication Wordpress Hosting: Just another WordPress weblog</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-503</link>
		<dc:creator>&#187; Rails Metal Example #1: Authentication Wordpress Hosting: Just another WordPress weblog</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-503</guid>
		<description>[...] Read this article: Rails Metal Example #1: Authentication [...] </description>
		<content:encoded><![CDATA[<p>[...] Read this article: Rails Metal Example #1: Authentication [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails Metal Example #1: Authentication</title>
		<link>http://teachmetocode.com/articles/rails-metal-example-1-authentication/#comment-502</link>
		<dc:creator>Rails Metal Example #1: Authentication</dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=205#comment-502</guid>
		<description>[...] Here is the original:  Rails Metal Example #1: Authentication [...] </description>
		<content:encoded><![CDATA[<p>[...] Here is the original:  Rails Metal Example #1: Authentication [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

