[Rails] Re: Authlogic and Sessions

2010-01-22 Thread Ugis Ozols
Hello. Try adding this line to config/environment.rb in config block: config.action_controller.session_store = :active_record_store -- 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

Re: [Rails] Re: Authlogic and Sessions

2010-01-22 Thread Craig White
On Thu, 2010-01-21 at 23:51 -0800, Ugis Ozols wrote: Hello. Try adding this line to config/environment.rb in config block: config.action_controller.session_store = :active_record_store yes, this was needed. I think I expected that this was going to be added automatically when I ran

Re: [Rails] Re: Authlogic and Sessions

2010-01-22 Thread Craig White
On Fri, 2010-01-22 at 05:44 -0700, Craig White wrote: On Thu, 2010-01-21 at 23:51 -0800, Ugis Ozols wrote: Hello. Try adding this line to config/environment.rb in config block: config.action_controller.session_store = :active_record_store yes, this was needed. I think I