Libraries
Last updated
Last updated
- Flexible and modular authentication solution.
- Flexible authentication solution for multi-provider auth (e.g. Sign in with GitHub or Google).
- Minimal authorization through OO design and pure Ruby classes.
- Make background jobs interruptible and resumable by design.
- All sorts of useful information about every country packaged as convenient little country objects. It includes data from ISO 3166 (countries and states/subdivisions ), ISO 4217 (currency), and E.164 (phone numbers).
- Payment abstraction library extracted from Shopify.
- This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem ().
- A Ruby implementation of an Event Store based on Active Record.
- CQRS & event sourcing framework for Ruby.
- Microservices, Autonomous Services, Service-Oriented Architecture, and Event Sourcing Toolkit for Ruby with Support for Event Store and Postgres.
- Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper/Sequel support.
- Overriding ActiveRecord delete
and destroy
to act as soft deletion.
- Versioned database views for Rails.
See also .
- An ORM extension that logs all changes to your Rails models.
- Track changes to your models, for auditing or versioning. See how a model looked at any stage in its lifecycle, revert it to any version, or restore it after it has been destroyed.
- Rails I18n de-facto standard library for ActiveRecord model/data translation.
- Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
- A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
- PDF generator (from HTML) plugin for Ruby on Rails.
- Helps to kill N+1 queries and unused eager loading.
- Simple one-liner tests for common Rails functionality.
- Preview mail in the browser instead of sending.