Gems



rsim/oracle-enhanced: Oracle enhaced adapter for ActiveRecord
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 8.0 and it is working with Oracle database versions 10g and hig...


liufengyun/hashdiff: Hashdiff is a ruby library to to compute the smallest difference between two hashes
Hashdiff is a ruby library to compute the smallest difference between two hashes.
It also supports comparing two arrays.
Hashdiff does not monkey-patch any existing class. All features are contained inside the Hashdiff module.
Docs: Documentati...

mattruzicka/evolvable: An evolutionary computation framework for Ruby
Evolvable is a Ruby gem that brings genetic algorithms to Ruby objects through simple, flexible APIs. Define genes, implement fitness criteria, and let evolution discover optimal solutions through selection, combination, and mutation.
Perfect for...

njaremko/parquet-ruby: A parquet library for Ruby, written in Rust.
This library provides high-level bindings to parquet-rs with two primary APIs for reading Parquet files: row-wise and column-wise iteration. The column-wise API generally offers better performance, especially when working with subset of columns.
.

fractaledmind/chaotic_job: 👾 Resilience test helpers for Active Job
ChaoticJob provides a set of tools to help you test the reliability and resilience of your Active Jobs. It does this by allowing you to simulate various types of failures and glitches that can occur in a production environment, inspired by the pri...
