After I upgraded my Authlogic to 2.1.2 I'm facing an odd error when trying to use my webpage; it comes up with an error 'undefined method `^' for "e":String'. I've double checked the lines in the Authlogic code (see codepad urls for the tracelog), but I can find no trace of any "^" in the code anywhere. The methods that result in this error are the default current_user(_session) methods from the Authlogic docs.
I'm not sure if this is a bug in Authlogic or my code, but I'd love to know the answer to that!
Passenger output (and called methods): http://codepad.org/lm43n9KN WEBrick output (bigger tracelog): http://codepad.org/owmJoGMx
Thanks in advance.