10 repos
Tools and frameworks for building Ruby web applications, with particular emphasis on testing infrastructure and code quality. The cluster centers on RSpec for testing, Rails integration, static site generation with Jekyll, and auxiliary tools like VCR for HTTP mocking and Reek for code analysis. These repositories represent the practical ecosystem for Ruby developers building tested, maintainable applications.
vcr/vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast,…