Thursday, November 17, 2011

A user managment console for devise

I have an app I am working on where I need to give users of my app the ability to create other users in the system. I am not sure of the author of this article, but many thanks for this blog post:

http://zyphmartin.com/blog/manage-users-with-devise-and-cancan

There is a github repo linked in this article that gives an excellent example of a user console for devise. The original repo used mondodb, so I forked the project and made modifications so the app would use standard sqlite, with a few of my own tweaks. Here is a link to the forked project:

https://github.com/marklocklear/devise-roles-user-management

No comments:

Post a Comment