Rails: ParameterFilter::compiled_filter tries to dup symbol

前端 未结 1 686
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 05:47

I\'m running rails3 with rails exception-notifier gem. When an exception occurs, and an email should be sent, I\'m getting an exception from the ParameterFilter class. I\'ve

相关标签:
1条回答
  • 2021-01-13 06:10

    This looks like a bug in Rails. Either the key should be a string rather than a symbol, or the dup should be protected by duplicable?.

    You should file a bug at https://rails.lighthouseapp.com/, including a minimal test case if possible.

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