Re: [Rails-core] r4098 causes breakage if asset doesn't exist

2006-03-29 Thread Lee Marlow
I logged this as http://dev.rubyonrails.org/ticket/4490 and included a patch that just returns '0' for the asset id if the file doesn't exist. On 3/29/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote: Hi !I have two apps really: the frontend and the backend.  Apache has anAlias directive which dir

[Rails-core] r4098 causes breakage if asset doesn't exist

2006-03-29 Thread Francois Beausoleil
Hi ! I have two apps really: the frontend and the backend. Apache has an Alias directive which directs traffic normally destined to public/images to another folder. The problem is that r4098 attemps to do a File.stat on a non-existent file. This is the breakage I'm talking about. Next, I'd lik