Gems
stevepolitodesign/ruby_pii_filter: Filter PII from free text before sending it to external services or APIs, such as Chatbots.
This is a proof of concept.
Creates an interface for filtering personally identifiable information (PII) from free text, before sending it to external services or APIs, such as Chatbots.
The majority of the filtering is supported by regular expr...
rails/mission_control-jobs: Dashboard and Active Job extensions to operate and troubleshoot background jobs
This gem provides a Rails-based frontend to Active Job adapters. It currently supports Resque and Solid Queue. Its features depend on those offered by the adapter itself. At a minimum, it allows you to inspect job queues and jobs currently waiting...
minimagick/minimagick: mini replacement for RMagick
I was using RMagick and loving it, but it was eating up huge amounts of memory. Even a simple script would use over 100MB of RAM. On my local machine this wasn't a problem, but on my hosting server the ruby apps would crash because of their 100MB ...
markets/mini_i18n: 🌐 Minimalistic and fast i18n library for Ruby
MiniI18n is a simple, flexible, and fast Ruby Internationalization library. It supports localization, interpolation, pluralization, fallbacks, nested keys and more, with a minimal footprint and straightforward API (inspired by the well-known I18n ...
bkuhlmann/gemsmith: A command line interface for smithing Ruby gems.
Gemsmith is a command line interface for smithing Ruby gems. Perfect for when you need a professional and robust tool beyond Bundler's basic gem skeletons. While Bundler is great for creating your first gem, you’ll quickly outgrow Bundler when cre...