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?
If a user from Safari Web browser (Apple devices) visit your site. The browser tries to fetch the site icon if it is not defined in in the following order:
To resolve this issue either define an icon for safari web browsers or apple devices. Add something like this to head section of your site:
If you want to keep clean then upload the icon to root dir of your site with proper name.
The default icon size is 57px.
You can find more details on iOS developer library.