philiprehberger-log_filter is an open-source Ruby gem that enables developers to filter, drop, or replace log entries based on customizable patterns and preset rules. Below are 6 developer tools apps with similar functionality to philiprehberger-log_filter, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
philiprehberger-rule_engine is an open-source Ruby library that enables developers to define and evaluate business rules using declarative conditions and actions. It supports custom rule sets, easy integration into Ruby projects, and is distributed under the MIT license. Ideal for Ruby developers needing flexible rule evaluation.
philiprehberger-bloom_filter is an open-source Ruby gem implementing a space-efficient probabilistic set using Bloom filter algorithms. It allows developers to manage large sets with configurable false positive rates, ideal for memory-constrained applications.
philiprehberger-pagination is an open-source Ruby gem that provides framework-agnostic pagination utilities supporting cursor, offset, and keyset strategies. It allows Ruby developers to efficiently paginate collections in their applications regardless of the framework used. The gem is MIT licensed and easy to install.
philiprehberger-stopwatch is an open-source Ruby gem that implements a precision stopwatch with lap timing, pause/resume, and formatted output. It is designed for developers needing accurate timing tools in their Ruby projects.
philiprehberger-fuzzy_match is an open-source Ruby gem that provides fuzzy string matching capabilities using algorithms like Levenshtein and Jaro-Winkler. It supports ranked search and is suitable for applications needing approximate string comparison.
philiprehberger-pipe is an open-source Ruby library for composing functional pipelines with conditional steps and error handling. It is designed for Ruby developers who want to structure data flows in a functional style.