Find.find bug in 1.8.4?

J

Jonathan Leighton

Hi all,

I've just had a problem with Find.find: I was using it to recurse
through a directory tree and calculate the total size of all files. That
works fine, however, in one situation, a record is deleted before the
page loads (this is a Rails app btw) but still displayed on the page.
Long story short this causes Find.find to run on a directory that
doesn't exist. Now, on my dev machine (1.8.3) this works fine, as
Find.find never enters the block as the directory is non-existent. On
the production box (1.8.4), it raises an exception because the block is
entered, but the file/directory doesn't exist (so File.size doesn't
work). Now, this would appear to me to be a bug. Anyone know anything
about that?

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top