Ruby on Rails Thursday, August 12, 2010

> > I have to start a new application. Can anyone tell me whether should I
> > use "Restful Authentication" or "Authlogic"?

Definately Authlogic.

It takes a bit longer to set up than Restful_authentication but it is
TOTALLY worth it.

The main reason is because with Authlogic, YOU write some basic code.
But with Restful_authentication, it generates all this code that is
hard to customize and maintain.

Here's a railscast: http://railscasts.com/episodes/160-authlogic


--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment