I have created a new rails3 project but I am seeing following logs many times in my server logs. Why I am getting these request and how can I avoid these?
Started GET "/apple-touch-icon-precomposed.png" for 192.168.6.2 at 2012-09-18 20:03:53 +0530
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-precomposed.png"):
I haven't given this link anywhere and don't want to render this image anywhere. I am clueless why this resource is being tried to be loaded.