Re: [Rails] Re: Rails3 pre and protect_from_forgery

2010-05-18 Thread Patrick Berkeley
No idea, sorry. Think I just ended up hacking the session key with a global variable. On 2010-05-18, Tom Williams wrote: > Chaps, > Does anyone know if a bug got filed for this issue? > > Regards, > Tom > > On Apr 9, 9:47 pm, berkelep wrote: >> I'm experiencing the same issue when implementing U

[Rails] Re: Rails3 pre and protect_from_forgery

2010-05-18 Thread Tom Williams
Chaps, Does anyone know if a bug got filed for this issue? Regards, Tom On Apr 9, 9:47 pm, berkelep wrote: > I'm experiencing the same issue when implementing Uploadify into a > Rails 3.0.0.beta2 application. A comment and a question: > > 1) You shouldn't need to disable protect_from_forgery for

[Rails] Re: Rails3 pre and protect_from_forgery

2010-04-09 Thread berkelep
I'm experiencing the same issue when implementing Uploadify into a Rails 3.0.0.beta2 application. A comment and a question: 1) You shouldn't need to disable protect_from_forgery for uploads if you pass your session data to Uploadify, then back to Rails when you do the upload. But for the time bein