Trending Projects for December 24, 2023
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
Persistent event repository implementation for RubyEventStore based on ActiveRecord. Ships with database schema
and migrations suitable for PostgreSQL, MySQL ans SQLite database engines.
Includes repository implementation with linearized writes to achieve log-like properties of streams
on top of SQL database engine.
minitest-parallel_fork adds fork-based parallelization to Minitest. Each test/spec
suite is run in one of the forks, allowing this to work correctly when using
before_all/after_all/around_all hooks provided by minitest-hooks. Using separate
processes via fork can significantly improve spec performance when using MRI,
and can work in cases where Minitest's default thread-based parallelism do n...