Displaying 1 result from an estimated 1 matches for "sqlbypass".
2007 Jun 08
0
problem with rake db:sessions:clear and session_table_name
...to set the table mane to
either ''session'' or ''sessions''.
I started working on a patch but got confused figuring out where
table_name is defined in activerecord_store.rb.
It''s defined once as a cattr in this Class:
CGI::Session::ActiveRecordStore::SqlBypass.table_name
and again somehow in this class:
CGI::Session::ActiveRecordStore::Session.table_name
Any suggestions on how the patch should be constructed?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby o...