Luca

Results 25 comments of Luca

That's exactly what happens at the moment, but we use raw deflate rather than the gzip file format.

It's not quite the same, but I came across this looking for a way to trigger an external action when there are no results (in my case I'm showing a...

> It is the expected behavior. If the form has file inputs it will fallback to standard POST @rafaelfranca Maybe this behaviour should be revisited as the latest browsers support...

Thanks, that does the trick, but it isn't particularly elegant: ``` response_for :create, :update do redirect_to campaign_path(parent_object.id) end response_for :create_fail do render :action => :new end response_for :update_fail do render...

Hi Ben, No it is just an ordinary bucket. There are no files in it, as I had just created it in the S3 management console before mounting :)