Gems



wmlele/devise-otp: Two Factors authentication for Devise using Time Based OTP/rfc6238 tokens.
Devise OTP is a Two-Factor Authentication extension for Devise. The second factor is done using an RFC 6238 Time-Based One-Time Password (TOTP) implemented by the rotp library.
It has the following features:
Optional and mandatory OTP enforcemen...


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