Rails app logging duplicate requests

前端 未结 8 2230
感情败类
感情败类 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:04

    This started happening to me on development after playing around with some custom middleware I wrote. Running rake assets:clean:all solved it.

提交回复
热议问题