<?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: Declarative Authorization</title>
	<atom:link href="http://steffenbartsch.com/blog/2008/09/delclarative-authorization/feed/" rel="self" type="application/rss+xml" />
	<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/</link>
	<description>Security, Usability, Rails</description>
	<lastBuildDate>Wed, 26 May 2010 13:12:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>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>By: Using Declarative Association with HABTM Relationships- I&#8217;m a Richardson, RU?</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-2361</link>
		<dc:creator>Using Declarative Association with HABTM Relationships- I&#8217;m a Richardson, RU?</dc:creator>
		<pubDate>Mon, 03 Aug 2009 17:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-2361</guid>
		<description>[...] control list solution for my Ruby needs I came across Steffen Bartsch&#8217;s &#8220;Declarative Authorization&#8221; plugin (Github source [...]</description>
		<content:encoded><![CDATA[<p>[...] control list solution for my Ruby needs I came across Steffen Bartsch&#8217;s &#8220;Declarative Authorization&#8221; plugin (Github source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steffenbartsch &#8212; Using Your Authorization Framework Correctly?</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-929</link>
		<dc:creator>steffenbartsch &#8212; Using Your Authorization Framework Correctly?</dc:creator>
		<pubDate>Sun, 08 Mar 2009 13:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-929</guid>
		<description>[...] Rails apps, our Rails authorization plugin declarative_authorization comes with  support of this kind. In the screenshot, controller authorization analysis is shown. [...]</description>
		<content:encoded><![CDATA[<p>[...] Rails apps, our Rails authorization plugin declarative_authorization comes with  support of this kind. In the screenshot, controller authorization analysis is shown. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steffenbartsch &#8212; Graphically Browse Your Authorization Rules</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-821</link>
		<dc:creator>steffenbartsch &#8212; Graphically Browse Your Authorization Rules</dc:creator>
		<pubDate>Tue, 17 Feb 2009 21:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-821</guid>
		<description>[...] have the authorization rules in your Rails app defined in a clear DSL, such as the one offered by declarative_authorization. Still, with anything more than a few roles and models (let&#8217;s not even think about 200 [...]</description>
		<content:encoded><![CDATA[<p>[...] have the authorization rules in your Rails app defined in a clear DSL, such as the one offered by declarative_authorization. Still, with anything more than a few roles and models (let&#8217;s not even think about 200 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Bartsch</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-544</link>
		<dc:creator>Steffen Bartsch</dc:creator>
		<pubDate>Mon, 19 Jan 2009 10:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-544</guid>
		<description>Hi Matt,

currently, namespaces are not explicitly supported by decl_auth.  Until a proper automatic way is established, you could just specify a custom context for filter_access_to, e.g.

filter_access_to :all, :context =&gt; :admin_users

and define permissions for that context.

For a wider audience, please use the Google Group to further discuss these kind of issues.

http://groups.google.com/group/declarative_authorization

Steffen</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>currently, namespaces are not explicitly supported by decl_auth.  Until a proper automatic way is established, you could just specify a custom context for filter_access_to, e.g.</p>
<p>filter_access_to :all, :context => :admin_users</p>
<p>and define permissions for that context.</p>
<p>For a wider audience, please use the Google Group to further discuss these kind of issues.</p>
<p><a href="http://groups.google.com/group/declarative_authorization" rel="nofollow">http://groups.google.com/group/declarative_authorization</a></p>
<p>Steffen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-543</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 18 Jan 2009 13:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-543</guid>
		<description>Hey Steffen,

What a great plugin! Thanks a million for this, it will make all the difference to future projects and to my coding style in general.

I was wondering if it were possible to specify namespaces in authorization_rules.rb? I have an Admin::UsersController &lt; UsersController, but i don&#039;t know how to specify permissions on it.

Thanks again,

Matt.</description>
		<content:encoded><![CDATA[<p>Hey Steffen,</p>
<p>What a great plugin! Thanks a million for this, it will make all the difference to future projects and to my coding style in general.</p>
<p>I was wondering if it were possible to specify namespaces in authorization_rules.rb? I have an Admin::UsersController &lt; UsersController, but i don&#8217;t know how to specify permissions on it.</p>
<p>Thanks again,</p>
<p>Matt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Bartsch</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-537</link>
		<dc:creator>Steffen Bartsch</dc:creator>
		<pubDate>Fri, 09 Jan 2009 08:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-537</guid>
		<description>I haven&#039;t worked with active scaffold, yet.  If your request is denied, the log should tell you the action that was called.

Please start a threat at the Google Group
http://groups.google.com/group/declarative_authorization

Steffen</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t worked with active scaffold, yet.  If your request is denied, the log should tell you the action that was called.</p>
<p>Please start a threat at the Google Group<br />
<a href="http://groups.google.com/group/declarative_authorization" rel="nofollow">http://groups.google.com/group/declarative_authorization</a></p>
<p>Steffen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-533</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-533</guid>
		<description>Using authorization with active scaffold.  How can you tell what actions are needed in the authorization_rules.rb  tried adding

:nested, :show_search, :row, :update_column, :destroy_existing, :edit_associated, :update_table

to manage.  But I&#039;m still missing something!! :&gt;</description>
		<content:encoded><![CDATA[<p>Using authorization with active scaffold.  How can you tell what actions are needed in the authorization_rules.rb  tried adding</p>
<p>:nested, :show_search, :row, :update_column, :destroy_existing, :edit_associated, :update_table</p>
<p>to manage.  But I&#8217;m still missing something!! :&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Bartsch</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-498</link>
		<dc:creator>Steffen Bartsch</dc:creator>
		<pubDate>Sun, 21 Dec 2008 12:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-498</guid>
		<description>has_role? accepts multiple role symbols, but only as multiple arguments, e.g. has_role?(:guest, :admin).  To make your case work, use has_role?(*submenu.roles) to expand the array to multiple arguments.

has_role? is not meant to provide authorization, though.  permitted_to? with appropriate permissions is by far more flexible. Just for consideration.

Steffen</description>
		<content:encoded><![CDATA[<p>has_role? accepts multiple role symbols, but only as multiple arguments, e.g. has_role?(:guest, :admin).  To make your case work, use has_role?(*submenu.roles) to expand the array to multiple arguments.</p>
<p>has_role? is not meant to provide authorization, though.  permitted_to? with appropriate permissions is by far more flexible. Just for consideration.</p>
<p>Steffen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven p</title>
		<link>http://steffenbartsch.com/blog/2008/09/delclarative-authorization/comment-page-1/#comment-496</link>
		<dc:creator>steven p</dc:creator>
		<pubDate>Sat, 20 Dec 2008 23:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://steffenbartsch.com/blog/?p=26#comment-496</guid>
		<description>great plugin..  been trying to get has_role? working in a helper that builds my menu..   submenu.roles returns [guest,admin] current_user.roles returns the same.  but a call to has_role?(submenu.roles) .....  always returns zero..  and ideas?  I can email my code if needed.. tia.. :&gt;</description>
		<content:encoded><![CDATA[<p>great plugin..  been trying to get has_role? working in a helper that builds my menu..   submenu.roles returns [guest,admin] current_user.roles returns the same.  but a call to has_role?(submenu.roles) &#8230;..  always returns zero..  and ideas?  I can email my code if needed.. tia.. :&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
