Re: [Rails] Can't dump File ... when uploading files

2011-05-17 Thread David Kahn
On Tue, May 17, 2011 at 4:01 PM, Erwin wrote: > I am getting this error on the redirect_to command ... > > I am using Rails 3 w Paperclip to upload files ( but I tried also > CarrierWave .. same error) > I tried to change the session store from cookie-based to database .. > same error > I tried

[Rails] Can't dump File ... when uploading files

2011-05-17 Thread Erwin
I am getting this error on the redirect_to command ... I am using Rails 3 w Paperclip to upload files ( but I tried also CarrierWave .. same error) I tried to change the session store from cookie-based to database .. same error I tried to delete the params content ... I don't know what to try ne