From 594b4697752739feed2fccf326d9e1d91dd6a289 Mon Sep 17 00:00:00 2001 From: Ivan Marynych <49816584+loqimean@users.noreply.github.com> Date: Sun, 26 Oct 2025 15:22:22 +0100 Subject: [PATCH] Add random-rails to the list of libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c325aa8..323c1751 100644 --- a/README.md +++ b/README.md @@ -956,6 +956,7 @@ Where to discover new Ruby libraries, projects and trends. * [fast_underscore](https://github.com/kddeisz/fast_underscore) - Provides a C-optimized method for transforming a string from any capitalization into underscore-separated * [pluck_in_batches](https://github.com/fatkodima/pluck_in_batches) - A faster alternative to the custom use of `in_batches` with `pluck`. * [yajl-ruby](https://github.com/brianmario/yajl-ruby) - A streaming JSON parsing and encoding library for Ruby (C bindings to yajl). +* [random-rails](https://github.com/the-rubies-way/random-rails) - The fastest solution for retrieving random ActiveRecord records, compatible with PostgreSQL, MySQL, and SQLite. ## ORM/ODM