Has anyone been experiencing any issues with autoload within threads in
2.3? I have been getting some random NameErrors in situations where I
should not. I have been unable to reproduce the problem or nail down
specifically when it happens (this is why I did not put in a bug
report).
Most recently, a NameError in this gem here:
https://github.com/sparklemotion/http-cookie/blob/v1.0.2/lib/http/cookie.rb#L281,
even though it is clearly set to autoload here:
https://github.com/sparklemotion/http-cookie/blob/v1.0.2/lib/http/cookie.rb#L209