You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Good morning.
Our application has grown to the point where a more robust
authorization system is needed. What Rails plugins or Ruby gems do you
recommend?
Our needs include:
- defining multiple user roles which can use parts of the application
in different ways
- easy maintenance (preferably no generators or systems requiring
manual code updating after initial install)
We are already using authlogic for authentication.
Thanks.
Evan
Adriano
unread,
Feb 27, 2009, 5:42:19 PM2/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Last but not least, I also suggest you to keep looking at Ben
Johnson's site where recently has been posted some exciting news about
the future of Authlogic (http://www.binarylogic.com/2009/2/25/the- future-of-authlogic-add-ons). There you'll see something about the add-
on nr. 5. Maybe you can wait for its release. I confess I'm looking
forward to it.
Regards,
Adriano
Evan
unread,
Feb 27, 2009, 6:15:55 PM2/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Adriano,
Thanks for pointing out your post. I'm looking at the Authorization
plugin now.
After several more hours of research I've found a couple of resources
that might help you, as well.