Gems


Qurasoft/teams_connector: Publish Cards to your Microsoft Teams channels directly from Ruby.
Welcome to Teams Connector. This gem allows you to easily send messages from your ruby project to Microsoft Teams channels. It integrates in your rails project, when you are using bundler or even in plain ruby projects.The messages can be send syn...

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...