I''ve got an issue and I think it''s webrick related. I''m loading images dynamically, from a database. I''ve got an Image controller with a "show" action that takes an id as a parameter. The problem is that images sometimes come up broken when loading more than one on the same html page. I think this is because my browser tries to load them simultaneously and webrick can''t handle that??? The webrick logs report a 404 error but it''s intermittent. The images all work if loaded individually, the problem only arises when there are multiple images on the same page. Any help is very much appreciated. - Philip