Wednesday, July 18, 2007

ActiveRecord Session for Rails

I know that this is probably all over the Internet, this is just an entry for my own convenience.

  • Uncomment the ‘config.action_controller.session_store = :active_record_store’ from the app/config/environment.rb
  • rake db:sessions:create
  • rake migrate

Restart your server, and you are done!

No comments: