I'm probably missing something very obvious here, but - I just started noticing error messages from my log, of the form:
ActionController::RoutingError (No route matches "/bullet.gif" with {:method=>:get}):
These immediately follow:
Processing ApplicationController#index (for 127.0.0.1 at 2009-01-19 06:51:04) [GET]
The thing is - I never call ApplicationController#index. What's calling this and why?
Any clues would be very much appreciated.
Yoram