Hey! I made it work by going into initializers / session_store.rb and activating the :active_record_store from there, using the line that was already there and commented (duh) :
ActionController::Base.session_store = :active_record_store Which is different from the one line I added to environment.rb: config.action_controller.session_store = :active_record_store So either the problem was : 1) the order in which files are loaded? 2) the line I used was only valid for previous versions of rails? Any idea? Would love to have a better understanding of what I just did ;) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

