I just started getting errors in my logs:
ActionController::RoutingError: No route matches [HEAD] "/auth/cas" There is most definitely a route for "/auth/cas" (although it's buried in a gem) but not for a HEAD request. These errors coincide with UptimeRobot.com hitting my server, but it appears that they just started using HEAD requests, because I wasn't getting these when I originally set up my account with them.
Since I can't change the way UptimeRobot works, and I don't want to find a different service, how can I create a route that will handle this request or otherwise make it go away?
There's nothing in the Rails routing guide about how to handle HEAD requests.