There are quite a few post/recommendations re Rails authorization plugins. What I'm asking here however is whether there is a popular/good Ruby on Rails Engine (or framework) that includes the user interface pages as well (and controllers/models etc). So something one could integrate in (Engine) or use as a starting point that includes:
I threw in the last delegated administration as an optional extra. If there a good/populate product that doesn't have this I'd rather hear about it.
Thanks in advance
I think you can get most of the way there using clearance, but you'll need to implement authorization separately.
Clearance is a Rails engine that will give you
I prefer using Authlogic(for authentication) and Lockdown(for roles) in combination. They are both in a stable state and work well!
Just have a look at the authlogic/lockdown tutorial at http://stonean.com/page/lockdown-with-authlogic.
The Authlogic example application available on github may show you some sample code for registration, changing password etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With