Ben Mishkin

Results 2 comments of Ben Mishkin

See line 71 of lib/authlogic-oid/session.rb . When using authlogic-oid, it clears out the block: ``` def save(&block) block = nil if !openid_identifier.blank? super(&block) end ``` leaving us with no render...

I'm experiencing the same issue (missing template, appears that `append_view_path` is clobbering all of my view paths). Last I used query_reviewer with this rails 2.3 app it worked flawlessly. I've...