Re: @state not being saved

2008-07-29 Thread Bluebie, Jenna
Also worth noting that camping includes it's own session support. We're not using bits from rails for sessions except for ActiveRecord itself, and then only if you're using active record sessions. You might like to try the cookie sessions included in current Camping 2.0 builds (Magnus has m

Re: @state not being saved

2008-07-29 Thread Fred Phillips
On Mon Jul 28 22:10:44 2008, Alpha Chen wrote: > This happened to me... I saw an email on this list earlier about AR > 2.1.0 having problems, and reverting back to 2.0.2 got session support > working again. > > On the command line: > $ gem install --version '=2.0.2' activerecord > > In Camping: >

Re: @state not being saved

2008-07-29 Thread Magnus Holm
For some reason, AR 1.2 can't save serialized data. At least in the tests I have done with Camping's Session model. For now we have to stick with 2.0.2, but I know the problem has been reported. 2008/7/29, Eric Mill <[EMAIL PROTECTED]>: > Is it that AR 2.1 only has problems in conjunction with Ca

Re: @state not being saved

2008-07-29 Thread Eric Mill
Is it that AR 2.1 only has problems in conjunction with Camping? Or is table-based session support totally broken in Rails 2.1 right now? -- Eric On Tue, Jul 29, 2008 at 1:10 AM, Alpha Chen <[EMAIL PROTECTED]> wrote: > This happened to me... I saw an email on this list earlier about AR > 2.1.0 h