<?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 for steffenbartsch</title>
	<atom:link href="http://steffenbartsch.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://steffenbartsch.com/blog</link>
	<description>Security, Usability, Rails</description>
	<lastBuildDate>Fri, 26 Feb 2010 19:40:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Rails Authorization Plugins by Choosing an authorization framework for rails &#171; Jabberwocky</title>
		<link>http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/comment-page-1/#comment-4343</link>
		<dc:creator>Choosing an authorization framework for rails &#171; Jabberwocky</dc:creator>
		<pubDate>Fri, 26 Feb 2010 19:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://stffn.wordpress.com/?p=11#comment-4343</guid>
		<description>[...] I&#8217;m aware there are quite a few other plugins out there. If you found another one and you&#8217;re very happy about it, please share.     Tagged [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m aware there are quite a few other plugins out there. If you found another one and you&#8217;re very happy about it, please share.     Tagged [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Authorization Plugins by Brad Langhorst</title>
		<link>http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/comment-page-1/#comment-4314</link>
		<dc:creator>Brad Langhorst</dc:creator>
		<pubDate>Wed, 24 Feb 2010 21:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://stffn.wordpress.com/?p=11#comment-4314</guid>
		<description>It seems that none of these plugins allow for dynamic permission setting (where an admin can grant permission on specific objects to roles in a live system).

Did I miss something?

Why not store the permissions in a table rather than in a file?</description>
		<content:encoded><![CDATA[<p>It seems that none of these plugins allow for dynamic permission setting (where an admin can grant permission on specific objects to roles in a live system).</p>
<p>Did I miss something?</p>
<p>Why not store the permissions in a table rather than in a file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Authorization Plugins by Luca B.</title>
		<link>http://steffenbartsch.com/blog/2008/08/rails-authorization-plugins/comment-page-1/#comment-4109</link>
		<dc:creator>Luca B.</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://stffn.wordpress.com/?p=11#comment-4109</guid>
		<description>+ 1 for adding CanCan to the list: it is actually really usable, and could manage simple to complex scenarios
(thank you, Ryan Bates)</description>
		<content:encoded><![CDATA[<p>+ 1 for adding CanCan to the list: it is actually really usable, and could manage simple to complex scenarios<br />
(thank you, Ryan Bates)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on declarative_authorization 0.4 by Steffen Bartsch</title>
		<link>http://steffenbartsch.com/blog/2009/11/declarative_authorization-0-4/comment-page-1/#comment-3723</link>
		<dc:creator>Steffen Bartsch</dc:creator>
		<pubDate>Thu, 31 Dec 2009 09:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=139#comment-3723</guid>
		<description>For usage questions, please turn to the mailing list http://groups.google.com/group/declarative_authorization/

Actually, this should just work. Maybe you have an error elsewhere in your code.</description>
		<content:encoded><![CDATA[<p>For usage questions, please turn to the mailing list <a href="http://groups.google.com/group/declarative_authorization/" rel="nofollow">http://groups.google.com/group/declarative_authorization/</a></p>
<p>Actually, this should just work. Maybe you have an error elsewhere in your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on declarative_authorization 0.4 by john</title>
		<link>http://steffenbartsch.com/blog/2009/11/declarative_authorization-0-4/comment-page-1/#comment-3720</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 31 Dec 2009 02:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=139#comment-3720</guid>
		<description>How to set permission for a custom method?
has_permission_on :foos, :to =&gt; :ownmethod doesnt work (is blocked by default) :/</description>
		<content:encoded><![CDATA[<p>How to set permission for a custom method?<br />
has_permission_on :foos, :to =&gt; :ownmethod doesnt work (is blocked by default) :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Declarative Authorization by Rails Camp Germany 3 &#8211; Saturday sum up &#171; IO 9elements</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-3527</link>
		<dc:creator>Rails Camp Germany 3 &#8211; Saturday sum up &#171; IO 9elements</dc:creator>
		<pubDate>Sun, 29 Nov 2009 21:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-3527</guid>
		<description>[...] clearance and authlogic. Seemingly there are a lot authentication gems and engines out there e.g. Declarative Authentication or ACL9 just to name a few. But there is tons of other good stuff goin&#8217; on: Pacecar is an [...]</description>
		<content:encoded><![CDATA[<p>[...] clearance and authlogic. Seemingly there are a lot authentication gems and engines out there e.g. Declarative Authentication or ACL9 just to name a few. But there is tons of other good stuff goin&#8217; on: Pacecar is an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on declarative_authorization 0.4 by Austin Ginder</title>
		<link>http://steffenbartsch.com/blog/2009/11/declarative_authorization-0-4/comment-page-1/#comment-3523</link>
		<dc:creator>Austin Ginder</dc:creator>
		<pubDate>Fri, 27 Nov 2009 21:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=139#comment-3523</guid>
		<description>my last comment got messed up, not sure how. Just to clarify I did figure it out then.</description>
		<content:encoded><![CDATA[<p>my last comment got messed up, not sure how. Just to clarify I did figure it out then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on declarative_authorization 0.4 by Austin Ginder</title>
		<link>http://steffenbartsch.com/blog/2009/11/declarative_authorization-0-4/comment-page-1/#comment-3522</link>
		<dc:creator>Austin Ginder</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=139#comment-3522</guid>
		<description>I found the namespace documentation a little hard to follow. It would be nice if the documentation said something like.

Given the following Controller:
class SubscriptionAdmin::AccountsController  [:index, :show, :new, :create, :edit, :update, :destroy]
  end
    
end</description>
		<content:encoded><![CDATA[<p>I found the namespace documentation a little hard to follow. It would be nice if the documentation said something like.</p>
<p>Given the following Controller:<br />
class SubscriptionAdmin::AccountsController  [:index, :show, :new, :create, :edit, :update, :destroy]<br />
  end</p>
<p>end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on declarative_authorization 0.4 by John</title>
		<link>http://steffenbartsch.com/blog/2009/11/declarative_authorization-0-4/comment-page-1/#comment-3515</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 24 Nov 2009 01:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=139#comment-3515</guid>
		<description>Hi there.  I&#039;m just learning rails and I&#039;m looking for authorization solutions.  This one looks really interesting, but your github links are all giving me 404.. oops never mind looks like github is having issues in general :)
OK I&#039;ll keep my eye on this an hope to learn more soon!
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi there.  I&#8217;m just learning rails and I&#8217;m looking for authorization solutions.  This one looks really interesting, but your github links are all giving me 404.. oops never mind looks like github is having issues in general :)<br />
OK I&#8217;ll keep my eye on this an hope to learn more soon!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on declarative_authorization 0.4 by Priit</title>
		<link>http://steffenbartsch.com/blog/2009/11/declarative_authorization-0-4/comment-page-1/#comment-3503</link>
		<dc:creator>Priit</dc:creator>
		<pubDate>Thu, 19 Nov 2009 07:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=139#comment-3503</guid>
		<description>Thanks for the update, just let you know that declarative authorization is the best one out there imho. In long run it&#039;s really much easier to manage rules in one place than searching around code. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the update, just let you know that declarative authorization is the best one out there imho. In long run it&#8217;s really much easier to manage rules in one place than searching around code. Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
