Ross ROSS = Recommend OSS · open-source software intelligence for agents

platform: ruby

867 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
binarylogic/authlogic
Authlogic is an unobtrusive Ruby authentication library built on ActiveRecord, treating user sessions as models. It handles login, logout, …
624344stable
crmne/ruby_llm
RubyLLM is a Ruby framework providing a unified, expressive interface to all major AI providers (OpenAI, Anthropic, Google, Ollama, and any…
834322active
eventmachine/eventmachine
EventMachine is an event-driven I/O and lightweight concurrency library for Ruby based on the Reactor pattern. It enables building highly s…
654277stable
errbit/errbit
Errbit is an open-source, self-hosted error catcher that collects and manages error notifications from other applications. It is Airbrake A…
984271active
grosser/parallel
A Ruby gem that makes parallel processing simple, supporting parallel map/each/flat_map over processes, threads, or Ractors. It is best sui…
694264stable
zdennis/activerecord-import
A Ruby gem that adds bulk import capabilities to ActiveRecord, dramatically reducing the number of SQL INSERT statements needed to insert l…
774154stable
typhoeus/typhoeus
Typhoeus is a Ruby library that wraps libcurl to make fast, reliable HTTP requests, including running many requests in parallel via its Hyd…
644133stable
troessner/reek
Reek is a code smell detector for Ruby that examines classes, modules, and methods and reports code smells like uncommunicative names, long…
764129active
stringer-rss/stringer
Stringer is a self-hosted, anti-social RSS feed reader built with Ruby on Rails, PostgreSQL, and Hotwire. It offers keyboard shortcuts, mul…
774128active
voormedia/rails-erd
A Ruby gem that generates entity-relationship diagrams from Rails applications' Active Record models using reflection. It outputs Mermaid d…
964105stable
bblimke/webmock
WebMock is a Ruby library for stubbing HTTP requests and setting expectations on them at the HTTP client library level. It works with many …
954049stable
xcpretty/xcpretty
xcpretty is a fast, flexible command-line formatter for xcodebuild output, written in Ruby and distributed as a gem. It pipes raw xcodebuil…
384036stable
svenfuchs/rails-i18n
A Ruby gem that centralizes locale data for Ruby on Rails' I18n API, providing translations, pluralization rules, transliteration, and ordi…
774033active
sds/overcommit
Overcommit is a fully configurable and extendable Git hook manager written in Ruby. It supports a wide variety of built-in hooks, repo-spec…
934007active
redis/redis-rb
redis-rb is the official Ruby client library for Redis, exposing Redis commands through an idiomatic Ruby API that mirrors the server's com…
874001active
flippercloud/flipper
Flipper is an open-source Ruby gem providing performant feature flags for Ruby and Rails applications, with support for enabling features p…
893965stable
ruby/rubygems
RubyGems is the package management framework for Ruby, providing the `gem` command to install, create, manage, and load gems (Ruby packages…
953954stable
octokit/octokit.rb
Octokit.rb is a Ruby client library for the GitHub REST API, wrapping endpoints in idiomatic Ruby methods. It supports authentication (basi…
623951stable
mongodb/mongoid
Mongoid is the official Object-Document Mapper (ODM) framework for MongoDB in Ruby, built on top of the official Ruby MongoDB driver. It pr…
933912stable
refinery/refinerycms
Refinery CMS is an open source, extendable content management system built as a Ruby on Rails engine, supporting Rails 6.1 through 8.1+ and…
863908active
MiniProfiler/rack-mini-profiler
Rack middleware that displays a speed badge on every HTML page with detailed performance profiling for Ruby web apps. It provides database …
743905active
iberianpig/fusuma
Fusuma is a Ruby-based tool that enables multitouch gesture recognition on Linux using the libinput driver. It lets users map touchpad swip…
733897active
ankane/groupdate
A Ruby gem that makes it simple to group ActiveRecord data by time periods like day, week, month, or hour, with full time zone and daylight…
763887stable
stefankroes/ancestry
A Ruby gem that organizes Rails ActiveRecord models into tree (hierarchical) structures using the materialized path pattern. It stores the …
723880stable
ruby-china/homeland
Homeland is an open-source forum/community website system built on Ruby on Rails, evolved from the Ruby China community. It provides a full…
663860active
ryanb/letter_opener
A Ruby gem that intercepts outgoing email in development and previews it in the browser instead of sending it. It integrates with Rails Act…
683842stable
jekyll/minima
Minima is the default, one-size-fits-all Jekyll theme designed for writers, providing ready-made layouts for home pages, posts, and static …
573837active
Haml
Haml is a Ruby templating engine that compiles an indentation-based, DRY markup language into HTML, usable from the command line or within …
983835stable
fnando/i18n-js
A Ruby gem that exports i18n translations from YAML files to JSON for use in JavaScript applications, with a companion npm package for cons…
743810active
feedbin/feedbin
Feedbin is a web-based RSS reader built as a Ruby on Rails application, offering a clean reading interface for feeds, newsletters, podcasts…
773778active
thoughtbot/clearance
Clearance is a Rails engine providing email and password authentication for Ruby on Rails applications. It offers opinionated defaults for …
853736active
jwt/ruby-jwt
A Ruby gem implementing the RFC 7519 OAuth JSON Web Token (JWT) standard, supporting encoding and decoding of signed tokens with HMAC, RSAS…
923687stable
mikel/mail
Mail is a pure Ruby library for generating, parsing, and sending/receiving email messages in a simple, Ruby-esque way. It proxies network a…
813671stable
aws/aws-sdk-ruby
The official AWS SDK for Ruby (Version 3), providing idiomatic Ruby client libraries for AWS services such as S3, EC2, and DynamoDB. It is …
673655stable
nesquena/rabl
RABL (Ruby API Builder Language) is a Ruby templating system for Rails and Padrino that generates JSON, XML, MessagePack, PList, and BSON A…
663632stable
scenic-views/scenic
Scenic is a Ruby gem that adds methods to ActiveRecord::Migration for creating and managing versioned database views in Rails applications.…
633623stable
thoughtbot/shoulda-matchers
A Ruby gem providing RSpec- and Minitest-compatible one-liner matchers for testing common Rails functionality like validations, association…
863582stable
roidrage/lograge
Lograge is a Ruby gem that replaces Rails' default multi-line request logging with a single, parsable key-value line per request. It is des…
733572active
mileszs/wicked_pdf
Wicked PDF is a Ruby on Rails plugin that generates PDF files from HTML views by wrapping the wkhtmltopdf shell utility. Developers write n…
383572stable
devise token auth
A Ruby gem providing token-based authentication for Rails JSON APIs, built on Devise and OmniAuth. It supports multi-client sessions, token…
753571active
grosser/parallel_tests
A Ruby gem that speeds up test suites by splitting Minitest, RSpec, Cucumber, Spinach, and Turnip tests into balanced groups and running th…
703517active
CocoaPods
CocoaPods is the dependency manager for Swift and Objective-C Cocoa projects, resolving dependencies declared in a Podfile, fetching source…
9314831maintenance
whitesmith/rubycritic
RubyCritic is a Ruby gem that wraps static analysis tools like Reek, Flay, and Flog to generate a quality report of Ruby code. It provides …
723499active
collectiveidea/audited
Audited is a Ruby gem and ActiveRecord extension for Rails that automatically logs all changes to your models into an audits table. It reco…
563496active
trailblazer/trailblazer
Trailblazer is a Ruby framework of around 40 gems that structures business logic through abstractions like operations (service objects), fo…
463477stable
collectiveidea/interactor
A Ruby gem providing a common interface for encapsulating business logic in single-purpose objects called interactors. Each interactor oper…
463458stable
rouge-ruby/rouge
Rouge is a pure Ruby syntax highlighter supporting over 200 languages, with output to HTML or ANSI 256-color text. Its HTML output is compa…
943451active
travisjeffery/timecop
Timecop is a Ruby gem that provides time travel, time freezing, and time acceleration capabilities for testing time-dependent code. It offe…
673425stable
minitest/minitest
Minitest is a small, fast, and readable testing suite for Ruby supporting TDD, BDD, spec-style expectations, and benchmarking. It ships as …
743411stable
Byebug
Byebug is a feature-rich debugger for Ruby implemented as a C extension using the TracePoint and Debug Inspector APIs. It provides stepping…
743349active
krisleech/wisper
Wisper is a micro library that adds Publish-Subscribe (pub/sub) capabilities to plain Ruby objects. Objects including the Wisper::Publisher…
323331stable
cyu/rack-cors
Rack middleware that adds Cross-Origin Resource Sharing (CORS) support to Rack-compatible Ruby web applications, including Rails. It lets y…
423290active
shrinerb/shrine
Shrine is a modular file attachment toolkit for Ruby applications that handles uploading, storing, processing, and serving files across man…
773285stable
github/secure_headers
A Ruby gem that manages the application of HTTP security response headers such as Content Security Policy, HSTS, and X-Frame-Options with s…
843228stable
ohler55/oj
Oj (Optimized JSON) is a fast JSON parser and object marshaller implemented as a C extension for Ruby. It serves as a drop-in replacement f…
933225stable
alexrudall/ruby-openai
A Ruby gem providing a client for the OpenAI API, supporting chat completions, the Responses API, streaming, vision, audio (Whisper), image…
723222active
RolifyCommunity/rolify
rolify is a Ruby gem providing simple role management for Rails applications, with support for scoping roles to specific resource objects. …
523177stable
thoughtbot/factory_bot_rails
factory_bot_rails provides Rails integration for Factory Bot, a fixtures replacement library for defining test data with a straightforward …
703137stable
petergoldstein/dalli
Dalli is a high-performance pure Ruby client for accessing memcached servers. It supports failover, namespaces, thread-safe operation, SSL/…
983114active
inspec/inspec
Chef InSpec is an open-source testing framework for infrastructure that expresses compliance, security, and policy requirements as human- a…
923085active
mustache/mustache
Mustache is the canonical Ruby implementation of the logic-less Mustache template language, separating markup templates from Ruby view clas…
673085stable
httprb/http
http.rb is a fast, easy-to-use Ruby HTTP client library with a chainable API. It implements the HTTP protocol natively using the llhttp par…
933084active
elastic/elasticsearch-rails
Official Elasticsearch integrations for Ruby on Rails, provided as three gems: elasticsearch-model (ActiveModel/ActiveRecord/Mongoid search…
453084active
trailblazer/cells
Cells is a Ruby gem providing view components (view models) for Ruby and Rails, encapsulating UI fragments into plain Ruby classes that ren…
323071stable
zombocom/derailed_benchmarks
A Ruby gem providing a suite of benchmarking and profiling tools for Rails and Ruby applications. It measures memory usage of Gemfile depen…
323063active
hashie/hashie
Hashie is a Ruby gem providing a collection of classes and mixins that extend Ruby's Hash with powerful features like method access, key in…
753035stable
socketry/falcon
Falcon is a high-performance, multi-process, multi-fiber rack-compatible HTTP web server for Ruby, built on the async ecosystem. It nativel…
973024active
bensheldon/good_job
GoodJob is a multithreaded, Postgres-based Active Job backend for Ruby on Rails. It stores jobs in Postgres, uses advisory locks and LISTEN…
962993stable
public-activity/public_activity
A Ruby gem that provides easy activity tracking for ActiveRecord, Mongoid, and MongoMapper models in Rails 6.1+. It records what has been c…
702990active
sunspot/sunspot
Sunspot is a Ruby library providing an expressive DSL for indexing Ruby objects into and searching them via the Apache Solr search engine, …
672979active
DatabaseCleaner/database_cleaner
A set of Ruby gems providing strategies for cleaning databases, primarily to ensure a clean state during tests. It supports multiple ORMs a…
702965active
jekyll/jekyll-admin
A Jekyll plugin that adds a CMS-style graphical admin interface for authoring content and managing Jekyll sites. It consists of a Ruby-base…
342930active
fetlife/rollout
Rollout is a fast, Redis-backed feature flag library for Ruby applications. It supports activating features globally, per user group, for s…
742905stable
googleapis/google-api-ruby-client
A set of auto-generated Ruby REST client libraries for Google APIs, built from Discovery Documents, plus the code generator itself. Each cl…
972896stable
RubyMoney Money
A Ruby library providing a Money class that encapsulates monetary amounts and currencies, storing values as integer cents to avoid floating…
752881stable
roo-rb/roo
Roo is a Ruby library that provides read access to common spreadsheet formats including xlsx, xlsm, ods, and CSV, with extensions for xls a…
462875stable
minimagick/minimagick
MiniMagick is a lightweight Ruby wrapper around the ImageMagick command-line tool, serving as a memory-efficient alternative to RMagick. It…
972863stable
zombocom/wicked
Wicked is a Ruby gem that turns Rails controllers into step-by-step wizard flows, acting as a RESTful-ish state machine for multi-step proc…
322854stable
rails/spring
Spring is a Ruby gem that preloads Rails applications into a background process to speed up development commands. It automatically reloads …
922814active
openstreetmap/openstreetmap-website
The Ruby on Rails application that powers the OpenStreetMap website and its editing API. It provides user accounts, diary entries, messagin…
772813stable
kpumuk/meta-tags
MetaTags is a Ruby gem providing Rails helpers for rendering HTML head metadata such as titles, descriptions, canonical URLs, robots direct…
862802active
digininja/CeWL
CeWL is a Ruby command-line tool that spiders a target website to a specified depth and collects unique words into a custom wordlist for us…
632801stable
danbooru/danbooru
Danbooru is a taggable image board web application written in Ruby on Rails, the software behind the well-known anime image board. It suppo…
672791active
rubysec/bundler-audit
bundler-audit is a command-line tool that audits a Ruby project's Gemfile.lock for gems with known vulnerabilities using the ruby-advisory-…
732756active
rails/bootsnap
Bootsnap is a Ruby gem that optimizes and caches expensive boot-time computations such as LOAD_PATH resolution and Ruby/YAML/JSON compilati…
972740stable
sergiokopplin/indigo
Indigo is a minimalist Jekyll template for personal blogs and portfolio sites, featuring light and dark themes. It is built with Jekyll, Sa…
232721active
splitrb/split
Split is a Rack-based A/B testing framework for Ruby web applications, working with Rails, Sinatra, or any Rack-compatible app. It uses Red…
672707active
excid3/noticed
Noticed is a Ruby gem for sending notifications in Ruby on Rails applications across multiple delivery methods like email, SMS, Slack, and …
762703active
danmayer/coverband
Coverband is a Ruby gem that measures production code usage, counting how many times each line of code executes in a running application. I…
912686active
DavyJonesLocker/client_side_validations
A Ruby gem and JavaScript package that automatically extracts ActiveModel validation rules from a Rails backend and applies them as client-…
972680active
scambra/devise_invitable
A Ruby gem that extends the Devise authentication framework for Rails with invitation functionality. It lets authenticated users invite oth…
752676active
prontolabs/pronto
Pronto is a Ruby gem that runs automated code review by analyzing only the changes in a diff rather than the whole codebase. It integrates …
692670active
brandonhilkert/sucker_punch
Sucker Punch is a single-process asynchronous background job processing library for Ruby, built on concurrent-ruby. Jobs are stored in memo…
582630stable
rubyonjets/jets
Jets is a Ruby serverless framework and deployment service that packages Rails, Sinatra, Hanami, or any Rack app and runs it on AWS Lambda.…
552590active
lisamelton/video_transcoding
A set of standalone Ruby command-line scripts that wrap HandBrake and FFmpeg to transcode, inspect, and convert video files. It focuses on …
352517active
wardencommunity/warden
Warden is a general-purpose authentication framework for Rack-based Ruby web applications. It provides a flexible middleware layer for hand…
412514active
Apipie/apipie-rails
Apipie-rails is a DSL and Rails engine for documenting RESTful APIs in Ruby on Rails applications. It lets developers describe API endpoint…
802507stable
fnando/browser
A Ruby gem for detecting browsers, bots, devices, and platforms from user agent strings. It includes ActionController integration for Rails…
442499active
rails/solid_queue
Solid Queue is a database-backed queuing backend for Rails Active Job, storing jobs in SQL databases like MySQL, PostgreSQL, or SQLite. It …
982488active
trailblazer/reform
Reform is a Ruby library providing form objects decoupled from models, with validations, coercion, and nested model setup. It is framework-…
402488stable

← prev page 2 / 9 next →