I am looking for a good authentication solution. Is Authlogic the way to go for Rails 3? I am having p开发者_JAVA百科roblems and finding a lot of info that others are as well with Rails 3. Should I look at something else?
I would suggest Devise with Rails 3, it's well supported (and very slick). http://rubygems.org/gems/devise
精彩评论