Peter McCracken
Peter McCracken
I have the same issue, using a plain has_many association.
Interesting -- I hadn't used tcpdump; I'll take a look to see where the connection is coming from. Hopefully it's just an extra method that needs to be stubbed on...
Hmmmm... I wasn't able to reproduce the problem:  I'm a newbie to tcpdump, though. And I agree that the way I'm checking...
Also, I'd love to get this merged upstream, but there's a few caveats that I was going to address before sending a PR: 1. The use of `prepend` in tcr.rb...
1. Cool. 2. Detecting old cassettes would be pretty easy -- old cassettes serialize to an array, and new ones are a hash, so we could check whether the serialized...