Re: Trace Application Error

2011-07-21 Thread batate
We're considering moving away from Heroku for this reason. The logging options are horrific, outside of advanced logging. We don't mind paying for value, but logging should be a minimal base feature, available to all. To add fuel to the fire, GetExceptional is now a fee- only service. We love

Download CSV from AWS as file, not text

2011-05-05 Thread batate
I am uploading reports, via Carrierwave, to Amazon s3, but with protected urls. I'm able to process the upload fine, and I can see the file on Amazon, but it renders as text. I want it to trigger a browser download instead of just render the text. When I was generating the file via a template, I

Re: Download CSV from AWS as file, not text

2011-05-05 Thread batate
Yeah...good call. The content type is bogus. How do I force it with carrierwave? Is that in the uploader? On May 5, 12:18 pm, Steve Smith st...@scsworld.co.uk wrote: When you inspect the headers of the file are you seeing a content type? It sounds like you need to tell amazon the content-type