I'm using Authlogic 2.1.6 in Rails 3.0.1. Everything works fine but I am consistently getting the same two errors, which stem from the acts_as_authentic command in my user model.
DEPRECATION WARNING: Base.named_scope has been deprecated, please use Base.scope instead. (called from <class:User> at /Developer/Products/sphr/app/models/user.rb:271)
I recall seeing an Authlogic commit that claimed to have fixed this bug but I can't find it. Could you please tell me how to stop seeing these messages?
Thanks!
The calls to the deprecated methods have not been fixed in the master Authlogic repository. There are about two dozen pull requests fixing them on Github, though. If you feel so inclined, you can simply change your Gemfile to point to one of them instead.
Update: Those pull requests have finally been integrated in and you can use the standard gem again.