Gems

resque/resque: Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later. - resque/resque: Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, a...

excid3/noticed: Notifications for Ruby on Rails applications
Notifications for Ruby on Rails applications. Contribute to excid3/noticed development by creating an account on GitHub.Currently, we support these notification delivery methods out of the box:DatabaseEmailActionCable channelsSlackMicrosoft TeamsT...

Shopify/measured: Encapsulate measurements and their units in Ruby.
Encapsulate measurements and their units in Ruby. Contribute to Shopify/measured development by creating an account on GitHub.Encapsulates measurements with their units. Provides easy conversion between units. Built in support for weight, length, ...

rails/thor: Thor is a toolkit for building powerful command-line interfaces.
Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the Rake build tool. The syntax is R...




GitHub Issue-style File Uploader Using Stimulus and Active - HYBRD
One of the things I love most is the ability to drag-and-drop or copy-and-paste files and have appropriate Markdown embedded automatically. I decided I would try to reproduce this functionality using Stimulus and Active Storage for the latest iter...


A pure Ruby HTML5-compliant parser with CSS selector and XPath 1.0 traversal
Gammo provides a pure Ruby HTML5-compliant parser and CSS selector / XPath support for traversing the DOM tree built by Gammo. The implementation of the HTML5 parsing algorithm in Gammo conforms the WHATWG specification. Given an HTML string, Gamm...