Libraries
Libraries that help you build and scale Ruby (and Rails) applications.
- awesome_print - Pretty print your Ruby objects with style -- in full color and with proper indentation.
- vcr - Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
- parallel_tests - Speedup Test::Unit + RSpec + Cucumber + Spinach by running parallel on multiple CPU cores.
- database_cleaner - Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
- knapsack - Knapsack splits tests across CI nodes and makes sure that tests will run comparable time on each node.
Last modified 2yr ago