Gems








vcr/vcr: Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. - vcr/vcr: Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accu...

Redlock is a redis-based distributed lock implementation in Ruby.
Distributed locks are a very useful primitive in many environments where different processes require to operate with shared resources in a mutually exclusive way.There are a number of libraries and blog posts describing how to implement a DLM (Dis...