ruby on rails 3 - Heroku and Devise error -


i have updated devise 1.2 , gives med following error on heroku:

"devise changed how stores objects in session. if seeing message, can fix changing 1 character in cookie secret or cleaning database sessions if using db store." 

how can clean database sessions in heroku db?

heroku rake db:sessions:clear  

will empty sessions table


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -