Hi,
I'm starting a new project on Rails3 and my question is about which plugin can i use to manage my users.
I heard about Authlogic but it seems to don't be compatible with rails3.
So if you have any suggestions, I'll be glad to hear them.
Thanks
Hi,
I'm starting a new project on Rails3 and my question is about which plugin can i use to manage my users.
I heard about Authlogic but it seems to don't be compatible with rails3.
So if you have any suggestions, I'll be glad to hear them.
Thanks
For now, install Authlogic as a vendored plugin from Git.
$ cd /my/rails/app/
$ rails plugin install git://github.com/binarylogic/authlogic.git