camcorder icon indicating copy to clipboard operation
camcorder copied to clipboard

VCR not enough? Record arbitrary method invocations for later playback.

Results 3 camcorder issues
Sort by recently updated
recently updated
newest added

This is to permit the serialization of binary data strings containing non UTF-8 chars which seems to trip up YAML. VCR support configurable serializers, perhaps this could be added to...

For future people including me, if you get a `Camcorder::ProxyPlaybackError` because it can't find a recording, it could be due to psych changes. Because camcorder uses yaml to dump the...

I'm struggling to get this to work how I'd expect. I have one `ActiveJob` that loops through emails in an inbox, finds a record based on the contents of each...