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 S.

hi yudi

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

git url for the plug-in GitHub - be9/acl9: Yet another role-based authorization system for Rails

thanks
Mahesh.s

Thanks for your reply

I read from GitHub - be9/acl9: Yet another role-based authorization system for Rails 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 S.

Hi Yudi

Have you tried with restful authentication

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

Thanks
Mahesh.s

Thanks mahesh.
I will try using restful.

Thanks,
Yudi S.

On Fri, Mar 19, 2010 at 7:01 AM, nagarani gajjala <

On 19 March 2010 10:50, mahesh s [email protected] wrote:

Hi Yudi

Have you tried with restful authentication

I believe authlogic is generally considered the better solution
currently.

Colin

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