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.
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.