Wondering why every request in my Rails Production environment is hitting the same page with a timestamp appended to it. The headers indicate that it's expecting javascript.
This extra request seems to be causing a delay in loading pages, as now each page is making two requests instead of one.
Any insight into what might be happening and whether there is a solution for this issue?
Currently utilizing Ruby on Rails 3.2 with NGINX.