Gems

discourse/rails_multisite: Multi tenancy for Rails applications
Multi tenancy for Rails applications. Contribute to discourse/rails_multisite development by creating an account on GitHub.This gem provides multi-db support for Rails applications.Using its middleware you can partition your app so each hostname h...


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

