On Mon, Apr 19, 2010 at 8:23 PM, Marcelo Pereira <[email protected]> wrote: > Hi there, > > I have been looking for a plugin to authenticate and authorize users > in a ruby on rails application. > > I found some options like: > > Restful authentication, Authologic, Clearence and Devise. > > I would like to know your opinions about these plugins, so I can > choose one to use in the app. > I would go with Authlogic for authentication. If your authorization requirements will be simple, cancan it's just fine, if you plan growing up in matter of roles and stuff, I would recommend Declarative Authorization.
Hope it helps. -- Leonardo Mateo. There's no place like ~ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

