<?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: Authentication and Authorization in Rails</title>
	<atom:link href="http://badpopcorn.com/blog/2008/09/16/authentication-and-authorization-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://badpopcorn.com/blog/2008/09/16/authentication-and-authorization-in-rails/</link>
	<description>Solutions for anything... except popcorn.</description>
	<lastBuildDate>Tue, 25 May 2010 09:36:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stffn</title>
		<link>http://badpopcorn.com/blog/2008/09/16/authentication-and-authorization-in-rails/comment-page-1/#comment-38763</link>
		<dc:creator>stffn</dc:creator>
		<pubDate>Wed, 17 Sep 2008 10:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=947#comment-38763</guid>
		<description>Nice post.  Actually, there is quite a list of authorization plugins for Rails.  For anyone looking for the right plugin for his task at hand, this list might prove handy:

http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/</description>
		<content:encoded><![CDATA[<p>Nice post.  Actually, there is quite a list of authorization plugins for Rails.  For anyone looking for the right plugin for his task at hand, this list might prove handy:</p>
<p><a href="http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/" rel="nofollow">http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://badpopcorn.com/blog/2008/09/16/authentication-and-authorization-in-rails/comment-page-1/#comment-38762</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=947#comment-38762</guid>
		<description>Also, another note about â€“include-activation and â€“aasm flags.

You just need to use one or the other if you want to send confirmation emails to activate an account.

the README for restful-authentication says that aasm is the &quot;future&quot; so use that one. And if you do, you need to add the aasm gem.

http://github.com/rubyist/aasm/tree/master</description>
		<content:encoded><![CDATA[<p>Also, another note about â€“include-activation and â€“aasm flags.</p>
<p>You just need to use one or the other if you want to send confirmation emails to activate an account.</p>
<p>the README for restful-authentication says that aasm is the &#8220;future&#8221; so use that one. And if you do, you need to add the aasm gem.</p>
<p><a href="http://github.com/rubyist/aasm/tree/master" rel="nofollow">http://github.com/rubyist/aasm/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://badpopcorn.com/blog/2008/09/16/authentication-and-authorization-in-rails/comment-page-1/#comment-38761</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=947#comment-38761</guid>
		<description>If you&#039;re using git for your entire project, then you can use git submodules to better manage the versioning of both restful-authentication and padlock

$ git submodule add git://github.com/technoweenie/restful-authentication.git vendor/plugin/restful_authentication
$ git submodule init
$ git commit -a

Same with the padlock or role requirement.

This way, those plugins are managed in a good versioned way with your main app.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using git for your entire project, then you can use git submodules to better manage the versioning of both restful-authentication and padlock</p>
<p>$ git submodule add git://github.com/technoweenie/restful-authentication.git vendor/plugin/restful_authentication<br />
$ git submodule init<br />
$ git commit -a</p>
<p>Same with the padlock or role requirement.</p>
<p>This way, those plugins are managed in a good versioned way with your main app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moe</title>
		<link>http://badpopcorn.com/blog/2008/09/16/authentication-and-authorization-in-rails/comment-page-1/#comment-38760</link>
		<dc:creator>Moe</dc:creator>
		<pubDate>Wed, 17 Sep 2008 00:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=947#comment-38760</guid>
		<description>Sweet post. There is a great railscast on the restful_authentication plugin. 

http://railscasts.com/episodes/67-restful-authentication</description>
		<content:encoded><![CDATA[<p>Sweet post. There is a great railscast on the restful_authentication plugin. </p>
<p><a href="http://railscasts.com/episodes/67-restful-authentication" rel="nofollow">http://railscasts.com/episodes/67-restful-authentication</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
