Easily find all duplicate records)
Ruby
New
Free
A safe way to accept user parameters and query against your ActiveRecord Models
ActiveRecord Firebird Adapter for Rails 3 and 4 with support for migrations.
Native MySQL additions to ActiveRecord, like LOAD DATA INFILE, ENABLE/DISABLE KEYS, TRUNCATE TABLE.
Tools to help parametrize queries.
A collection of gems aimed to provide extended database support (Unsigned columns, Comments, etc).
Extends ActiveRecord#explain with support for EXPLAIN ANALYZE and output formats of JSON, XML, and YAML.
ActiveRecord adapter that raises an exception when used
Provides `ActiveRecord::Relation#except`, a convenience method that let's
you select all the fields from a table with the exception of the...
Better finder syntax (|, &, >=, <=) for ActiveRecord.
ActiveRecord-JDBC fetches ids of inserted records when you call connection.execute(). this
...
ActiveRecord::FilterWithScope extends Rails ActiveRecord gently to filter records out of the box.
The handy tool that lets you...
.
This fixes the DEFAULT_LIMIT set to 4 bytes in ActiveModel::Type:Integer.
Easy way to add scopes to your models.
Adds extended functionality to Activerecord Postgres implementation
The gem creates a view, controller and routes to allow Rails developers to see their ActiveRecord tables.
Extends ActiveRecord with enumeration capabilites.
This gem does the same as ActiveRecord::Base#enum but does not define enum_value? and enum_value! methods so you can use the...
Provides integration between ActiveRecord::Enum and I18n.
This gem allows you to use enum value as a STI type value easily.
Back-ports generated column support, deferred foreign key support, custom foreign key support, improved default configuration, and adds support for pragma...
Endoscope enables scope to apply to model instance
Adds MongoMapper embeds_many style behavior to ActiveRecord