Gems
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...
guard/listen: The Listen gem listens to file modifications and notifies you about the changes.
OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, *BSD and Windows, more info below.
Detects file modification, addition and removal.
You can watch multiple directories.
Regexp-patterns for ignoring paths for more accuracy and speed
Increase...
nateware/redis-objects: Map Redis types directly to Ruby objects
Important 2.0 changes
Several longstanding bugs have been addressed in this release. However, this may require some code changes as part of the upgrade.
Renaming of lock Method
The lock method that collided with ActiveRecord::Base has been rename...
resque/resque: Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
For the backstory, philosophy, and history of Resque's beginnings, please see the blog pos...