Gems



Heya is a campaign mailer for Rails. Think of it like ActionMailer, but for timed email sequences. It can also perform other actions like sending a text message.
Heya is a campaign mailer for Rails. Think of it like ActionMailer, but for timed email sequences. It can also perform other actions like sending a text message.


All sorts of useful information about every country
Countries is a collection of all sorts of useful information for every country in the ISO 3166 standard. It contains info for the following standards ISO3166-1 (countries), ISO3166-2 (states/subdivisions), ISO4217 (currency) and E.164 (phone numbe...

First-party, privacy-focused traffic analytics for Ruby on Rails applications.
Simple traffic analytics for the win of privacy.NO cookiesNO JavaScriptNO third partiesNO bullshitActiveAnalytics is a Rails engine directly mountable in your Ruby on Rails application. It doesn't reveal anything about specific visitors. It cannot...


Compact ZIP file writing/reading for Ruby, for streaming applications
Allows streaming, non-rewinding ZIP file output from Ruby.Initially written and as a spiritual successor to zipline and now proudly powering it under the hood.Allows you to write a ZIP archive out to a File, Socket, String or Array without having ...


Hashdiff is a ruby library to to compute the smallest difference between two hashes
Hashdiff is a ruby library to compute the smallest difference between two hashes.It also supports comparing two arrays.Hashdiff does not monkey-patch any existing class. All features are contained inside the Hashdiff module.Docs: DocumentationWARN...