vote up 1 vote down star
2

I am developing an application which users authlogic for authentication.

I would like some way of giving users roles so that I can authorize certain actions to certain roles.

Is there an 'out of the box' gem or plugin that suits this or would I be better build it from scratch.

What would you recommend?

flag

2 Answers

vote up 3 vote down check

ACL9 is what i currently use for the authorization, authlogic is the best match so i think you will do fine with it.

Check out the following 2 links for instructions.

http://wiki.github.com/be9/acl9/tutorial-securing-a-controller

http://github.com/be9/acl9/tree/master

link|flag
superawesome! cheers – sfusion Sep 18 at 23:03
vote up 1 vote down

Hey,

Why dont you check out http://blog.platform45.com/2009/10/06/howto-basic-roles-for-users which is just a really simple and elegant way of doing role requirement for your rails app.

I currently use authlogic for my authentication, with the basic role requirement stuff I posted above..

Edit:

This has been turned into a gem:

http://gemcutter.org/gems/easy_roles

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.