Gems
URL-Safe String Serialization for any Ruby Object
Universal ID introduces a paradigm shift in Ruby development with powerful recursive serialization. This innovative library transforms any Ruby object into a URL-safe string, enabling efficient encoding and seamless data transfer across process bo...
A ruby gem to run seeds for you in your Ruby on Rails application.
Seedie is a Ruby gem designed to make it easy to seed your database with realistic data. Utilizing the Faker library, Seedie generates realistic data for ActiveRecord models. Currently supports only PostrgreSQL and SQLite3 databases. The gem inclu...
A JRuby wrapper for Apache Tika to extract text and metadata from files of various formats.
Rika is a JRuby wrapper for the Apache Tika Java library, which extracts text and metadata from files and resources of many different formats.Rika can be used as a library in your Ruby code, or on the command line.For class and method level docume...
Shopify/limiter: Simple Ruby rate limiting mechanism.
Simple Ruby rate limiting mechanism. Contribute to Shopify/limiter development by creating an account on GitHub.To rate limit calling an instance method, a mixin is provided. Simply specify the method to be limited, and the maximum rate that the m...
Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.
Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface. - rossta/montrose: Recurring events library for Ruby. Montrose is an easy-to-use library for defining recurring events in Ruby. It uses a simple c...
Barley is a dead simple, fast, and efficient ActiveModel serializer
Barley is a dead simple, fast, and efficient ActiveModel serializer.Cerealize your ActiveModel objects into flat hashes with a dead simple, yet versatile DSL, and caching and type-checking baked in. Our daily bread is to make your API faster.You d...
ActiveRecord connection adapter for PostGIS, based on postgresql and rgeo
The activerecord-postgis-adapter provides access to features of the PostGIS geospatial database from ActiveRecord. It extends the standard postgresql adapter to provide support for the spatial data types and features added by the PostGIS extension...