Paranoia adds soft deletion feature for activerecord.
rubygem-pg provides the module "pg", a Ruby interface to the
PostgreSQL Relational Database Management System, which
supersedes the old "postgres" module.
rubygem-pg_array_parser is a simple library to parse PostgreSQL arrays into an
array of strings.
rubygem-postgres_ext adds missing native PostgreSQL data types to ActiveRecord
and convenient querying extensions to ActiveRecord and Arel for Rails 4.x
It is analogous to cdb from D.J.Berstein, but written completely from scratch,
has some functionality removed and some new added compared to DJB's one, a bit
faster, and much easier to use (only one library needed at link time).
Redis session store for ActionPack
Adds a Redis::Namespace class which can be used to namespace calls to Redis.
This is useful when using a single instance of Redis with multiple, different
applications.
rubygem-redis is a Ruby client library for the Redis key-value store.
Seed Fu is an attempt to once and for all solve the problem of inserting and
maintaining seed data in a database. It uses a variety of techniques gathered
from various places around the web and combines them to create what is
hopefully the most robust seed data system around.
The useracc utility is a special purpose database application to
store and retrieve data about users in a distributed environment.
It is usable in situations where a single numerical and/or a single
non-numerical field for each index (possibly a user name) are
adequate.