Gems








Property-Based Testing tool for Ruby, supporting multiple concurrency methods (Ractor, multiprocesses, multithreads).
A property-based testing tool for Ruby with experimental features that allow you to run test cases in parallel.PBT stands for Property-Based Testing.As for the results of the parallelization experiment, please refer the talk at RubyKaigi 2024: Unl...


A ruby gem to anonymize your ActiveRecord attributes with ease.
Anonymize your ActiveRecord models with ease 😎ActiveRecordAnonymizer uses faker to anonymize your ActiveRecord model's attributes without the need to write custom anonymization logic for each model.Using ActiveRecordAnonymizer, you can:Anonymize s...