Plugins questions

Hi,

I want to create a ruby on rails application that has user login and user role.

What is a good plugin to use?

Thanks for your response in advance.

Yudi Soesanto

hi yudi

acl9 plug-in will help you for role based user authentication

git url for the plug-in http://github.com/be9/acl9

thanks Mahesh.s

Thanks for your reply

I read from http://github.com/be9/acl9#readme and it said that Acl9 is a authorization solution, so you will need to implement authentication by other means.

I need authentication plugins too. So what is the better one?

Thanks,

Yudi Soesanto

Hi Yudi

Have you tried with restful authentication

if not try with that http://agilewebdevelopment.com/plugins/restful_authentication giturl: http://github.com/technoweenie/restful-authentication

Thanks Mahesh.s

hi thanks for the reply i already did with restful routing i am new to rails development it is giving the same error for me can you give any more advice

Thanks mahesh.

I will try using restful.

Thanks, Yudi Soesanto

Hi Yudi

Have you tried with restful authentication

I believe authlogic is generally considered the better solution currently.

Colin