Authlogic has a couple unfortunate deprecation warnings that are fixed in a fork.
How do I use this forked version? I tried adding the following to my Gemfile:
gem 'authlogic', :git => 'git://github.com/railsware/authlogic.git'
And it didn't work quite that well. I started getting:
git://github.com/railsware/authlogic.git (at master) is not checked out. Please run
bundle install
And
The git source git://github.com/railsware/authlogic.git is not yet checked out. Please run
bundle install
before trying to start your application
Assistance will be rewarded with virtual cookies.