ruby - How do I get logout to work on RubyCAS-Server? -
i have installed , setup rubycas-server , rubycas-client on machine. login works when try logout error message rubycas-server:
camping problem! casserver::controllers::logout.get activerecord::statementinvalid mysql::error: unknown column 'username' in 'where clause': select * `casserver_pgt` (username = 'lgs') :
i using version 0.6 of gem. looking @ migrations in rubycas-server looks there shouldn't username column in table @ all.
does know why happening , can it?
seems there's bug in 0.6 version of gem (possibly coinciding change made finders in rails 2.1) detailed in bug ticket. in meantime, try installing source tree.
Comments
Post a Comment