本文介绍了如何避免 activesupport 中的循环参数引用警告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何避免 activesupport 中的循环参数引用警告.发生在 ruby 2.2.0
How do I avoid the circular argument reference warning in activesupport. Happens on ruby 2.2.0
/home/ec2-user/apps/foo_prod/shared/bundle/ruby/2.2.0/gems/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now
/home/ec2-user/apps/foo_prod/shared/bundle/ruby/2.2.0/gems/ruby-ole-1.2.11.7/lib/ole/types/base.rb:265: warning: duplicated key at line 266 ignored: 4095
推荐答案
This is compass issue 这里.他们还没有发布新版本,所以你可能需要等待.
This is compass issue here. They haven't release new version yet so you may need to wait for it.
这篇关于如何避免 activesupport 中的循环参数引用警告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!