rails 3.1 upgrade => error

后端 未结 1 1139
轮回少年
轮回少年 2021-01-15 01:19

I just upgraded an existing rails 3 app to rails 3.1

I get this on any request:

Error during failsafe response: wrong number of arguments (6 for 5)
          


        
1条回答
  •  时光说笑
    2021-01-15 02:00

    Do you have inherited_resources_views installed? I did, and got this hard-to-debug error. Removing the gem fixed the problem.

    See https://github.com/fredwu/inherited_resources_views/commit/92f06650692e2a20b3d3e217775f78edc48a863b

    0 讨论(0)
提交回复
热议问题