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
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