Gems
martijn/xsv: High performance, lightweight .xlsx parser for Ruby that provides nothing a CSV parser wouldn't
Xsv is a high performance, lightweight, pure Ruby parser for ISO/IEC 29500 Office Open XML spreadsheets (commonly known as Excel or .xlsx files). It strives to be minimal in the sense that it provides nothing a CSV reader wouldn't. This means it o...
codenamev/chaos_to_the_rescue: Safe-by-default LLM-powered method generation and Rails error rescue suggestions
Safe-by-default LLM-powered method generation and Rails error rescue suggestions
ChaosToTheRescue is a Ruby gem that uses Large Language Models (LLMs) to:
Generate missing methods on-the-fly via method_missing
Suggest fixes for Rails exceptions ...
kiebor81/mudis: Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications. Rails and Hanami (or any Rack) compatible.
Mudis is a fast, thread-safe, in-memory, sharded LRU (Least Recently Used) cache for Ruby applications. Inspired by Redis, it provides value serialization, optional compression, per-key expiry, and metric tracking in a lightweight, dependency-free...
rubysec/bundler-audit: Patch-level verification for Bundler
Checks for vulnerable versions of gems in Gemfile.lock.
Checks for insecure gem sources (http:// and git://).
Allows ignoring certain advisories that have been manually worked around.
Prints advisory information.
Does not require a network connect...
ledermann/pingcrm: PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works
PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works.
This is a port of the original PingCRM written in Laravel/PHP to Ruby on Rails. Now it's possible to dive into the beautiful world of Inertia.js without having...
resque/resque-scheduler: A light-weight job scheduling system built on top of Resque
Resque-scheduler is an extension to Resque that adds support for queueing items in the future.
Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.
Scheduled jobs are like cron jobs, recurring on a regular basis....
modelcontextprotocol/ruby-sdk: The official Ruby SDK for the Model Context Protocol. Maintained in collaboration with Shopify.
Building an MCP Server
The MCP::Server class is the core component that handles JSON-RPC requests and responses. It implements the Model Context Protocol specification, handling model context requests and responses.
Key Features
Implements JSON-R...