Rails app logging duplicate requests

前端 未结 8 2276
感情败类
感情败类 2021-01-04 19:37

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

8条回答
  •  难免孤独
    2021-01-04 19:53

    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!

提交回复
热议问题