views:

99

answers:

1

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

+2  A: 

For now, install Authlogic as a vendored plugin from Git.

$ cd /my/rails/app/
$ rails plugin install git://github.com/binarylogic/authlogic.git
Justice
Thanks for your answer.I gonna try this.
Arkan
I just tested and it works perfectly :)Thanks
Arkan