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...
A Gem for creating partial anonymized dumps of your database using your app model relations.
Using production-like data in your staging environment could be very useful, especially for debugging intricate production bugs.The easiest way to achieve this is to use production database backups. But that's not an option for rather large applic...
A Middleman blog template configured with TailwindCSS, markdown parsing, code highlighting, a sitemap.xml and more. It's a perfect lightweight blog for anyone familiar with Ruby.
A Middleman blog template configured with TailwindCSS, markdown parsing, code highlighting, a sitemap.xml and more. It perfect for lightweight blogging or a personal website. Ruby knowledge is helpful, but not necessary.
Receive events (e.g. webhooks) in your development environment
Using the Hookdeck CLI, you can forward your events (e.g. webhooks) to your local web server with unlimited free and permanent event URLs. Your event history is preserved between sessions and can be viewed, replayed, or used for testing by you and...