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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -