Rails app logging duplicate requests

前端 未结 8 2226
感情败类
感情败类 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 20:03

    The "answer" to the problem was to move to a new directory and fetch the original code from Github. After getting everything configured and setup in the new directory the application works as it should with no duplicate requests. I still don't know why the code in the original directory borked out; I even diff'ed the directories and the only outliers were the log files.

    I'm answering my own question here for the sanity of others that might experience the same problem.

提交回复
热议问题