Open GoogleCodeExporter opened 9 years ago
"CGI::Session::ActiveRecordStore has been replaced by
ActiveRecord::SessionStore" --
http://guides.rubyonrails.org/2_3_release_notes.html
Just change all reference of CGI::Session::ActiveRecordStore to
ActiveRecord::SessionStore, and make sure that
fast_sessions.rb is changed to reflect this ( I found that I needed to use
"module" instead of "class" for
ActiveRecord)
Original comment by thevalen...@gmail.com
on 28 May 2009 at 3:55
Original issue reported on code.google.com by
toddqmil...@gmail.com
on 14 Apr 2009 at 5:36