From: Ken Fettig Date: 2005-06-18T14:35:33+09:00 Subject: ruby on rails problem Hello, I have a Ruby on Rails question. I have used a layout in a controller, and I have image files referenced in the layout. I have the image files in the public/images dir. When I reference the controller in a URL directly ( http://127.0.0.1:3000/students ), Rails finds the image files. When I reference it indirectly like the following ( http://127.0.0.1:3000/students ), Rails does not find the image files. I am using the Webrick server. Does anyone know what I am doing wrong, or if there is a bug that I do not know of? How do I work around this? Thanks Much Ken