Session Restore

I need to be able to save and restore form data to and from a
session. Has anybody worked through this already?

Well, I haven’t used it personally (yet) but:
rake create_session_table
and
config.action_controller.session_store = :active_record_store
should take care of it.

See:
Peak Obsession
upgrading_from_0131_to_10.html
(or attend Marcel’s bootcamp at Big Nerd Ranch)

  • josh