Gems
serpapi/nokolexbor: High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.
Nokolexbor is a drop-in replacement for Nokogiri. It's 4.7x faster at parsing HTML and up to 1352x faster at CSS selectors.
It's a performance-focused HTML5 parser for Ruby based on Lexbor. It supports both CSS selectors and XPath. Nokolexbor's A...
rubymonolith/fixturebot: The speed of fixtures with the syntactic sugar of factories.
The syntactic sugar of factories with the speed of fixtures.
FixtureBot lets you define your test data in a Ruby DSL and compiles it into standard Rails fixture YAML files. The generated YAML is deterministic and should be checked into git, just ...
djezzzl/factory_trace: Simple tool to maintain factories and traits from FactoryBot
The main goal of the project is to provide an easy way to maintain FactoryBot inside your project in a good shape.
If the project helps you or your organization, I would be very grateful if you contribute or donate.
Your support is an incredible ...
peterc/pure_jpeg: Pure Ruby JPEG encoder and decoder with no native dependencies
Convert PNG or other pixel data to JPEG. Or the other way! Implements baseline JPEG encoding (DCT, Huffman, 4:2:0 chroma subsampling) and decodes both baseline and progressive JPEGs. Exposes a variety of encoding options to adjust parts of the JPE...