My Rails 3 site is getting hit by crawlers with strange accept headers, trigger exceptions as like
ActionView::MissingTemplate occurred in home#show
Here are some of the accept headers causing issues
text/*
application/jxw
*/*;q=0.1
In these cases, this is being interpreted as the format for the request, and as such, causing the missing template error. I don't really care what I return to these crawlers, but just want to avoid the exceptions.