I have a Rails app that is generating duplicate requests for every request in development. The app is running Rails 2.3.5 with my primary development machine running Ubuntu
Check your code see if there is something like this inside it:
I have got the same problem just now becase of a tag
this will cause rails to make duplicate requests!