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
This started happening to me on development after playing around with some custom middleware I wrote. Running rake assets:clean:all solved it.