Gems
joshmn/caffeinate: A Rails engine for drip campaigns/scheduled email sequences and periodic emails.
Caffeinate is a drip email engine for managing, creating, and sending scheduled email sequences from your Ruby on Rails application.Caffeinate provides a simple DSL to create scheduled email sequences which can be used by ActionMailer without any ...
An ActiveRecord plugin for atomic archiving and unarchiving of object trees.
Atomically archive object trees in your activerecord models.We had the problem that acts_as_paranoid and similar plugins/gems always work on a record-by-record basis and made it very difficult to restore records atomically (or archive them, for th...
Multitouch gestures with libinput driver on Linux
Multitouch gestures with libinput driver on Linux. Contribute to iberianpig/fusuma development by creating an account on GitHub.Fusuma is multitouch gesture recognizer. This gem makes your linux able to recognize swipes or pinchs and assign comman...
A Ruby gem to sort large amounts of data using a predictable amount of memory.
Sort arbitrarily large collections of data with limited memory usage. Given an enumerable and a sort_by proc, this gem will break the input data into sorted chunks, persist the chunks, and return an Enumerator. Data read from this enumerator will ...