Peter McCracken

Results 5 comments of Peter McCracken
trafficstars

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: ![screen shot 2014-03-26 at 9 46 26 am](https://f.cloud.github.com/assets/55985/2525230/1904e99e-b4ed-11e3-94fa-bf32360d3c99.png) 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...