Tag Archives: user-roles
Rails Authentication with Devise and CanCan – Customizing Devise Controllers
I’m tired of spending loads of time creating user authentication systems with permissions or swimming against the current to customize what’s available. There’s great open source stuff out there but until now, I haven’t gotten the full package with really easy customization.
The Devise and CanCan combo for user authentication and permissions in Rails is my [...]
Posted in Software | Also tagged authentication, can-can, devise, Ruby On Rails, rubyonrails, ryan-bates, user-permissions | Comments closed

Rails Authentication with Devise and CanCan part 2 – Restful Resources for Administrators