`User.table_info` shows columns and indexes like `SHOW CREATE TABLE`
Ruby
New
Free
This gem enables the use of database specific table locks when saving or destroying your ActiveRecord objects. This ensures no...
Specify a table name with a version number
Gem activerecord-take_or_find provides a method on your ActiveRecord models.
Depending on the passed argument, which can either be a number...
Temp Table for activerecord
An Active Record extension for Multitenancy with PostgreSQL Row Level Security
Allows the use of TiDB as a backend for ActiveRecord and Rails apps.
The activerecord-timescaledb-adapter provides access to features of the Timescale Postgres extension from ActiveRecord.
Time-Related Scope for ActiveRecord
A collection of time scopes for activerecord, including created_after/created_before/updated_after/etc
.
Convert ActiveRecord objects to plain old ruby objects and vice versa
Extend AR to use touch for has_many and has_one relations
This simple plugin gives you the ability to get XLS for a collection of ActiveRecord models.
ActiveRecord OpenTracing tracer
This gem enables tracking of dirty associations on ActiveRecord objects
Type information of activerecord models, attributes and associations in good and clear manner
Getting transactions right is hard, and this gem makes it easier.
Queue up calls to specific models and execute them in transactions, after a certain number of models have been added.
translatable activerecord attributes
ActiveRecord connection adapter for MySQL. It is based on the stock MySQL adapter, and adds built-in support for the spatial...
ActiveRecord sharding extension
ActiveRecord is great, but could be better. Here are some tweaks for it.
ActiveRecord::Store but with type definition
Provides encrypted string attributes to Active Record models
Adds a symbol attribute type to activerecord
Add ULID support to ActiveRecord
UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
Extend ActiveRecord uniqueness validations with via: :db option.
Support MySQL's INSERT ... ON DUPLICATE KEY UPDATE in ActiveRecord
Allows database connections to be defined as URLS, then converted to hash for use in ActiveRecord
This gem extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same...
active_record_uuid is a nice gem that add uuid supports to your activerecord models (MySQL). It allows you to store uuid...
UUID extension for ActiveRecord
Installs blah blah blah
Guarantee uniqueness of a single attribute across one or more children of an ActiveRecord object
Works around https://github.com/rails/rails/issues/4568
Extends activerecord validations with helpers
Register PostgreSQL 'VERSION' column type in rails
ActiveRecord adapter for Vertica. Only for use with JRuby. Requires separate Vertica JDBC driver.
SQL views with ActiveRecord
Automatic database view creation for ActiveRecord
Define attributes in arel
active_record_voyeur was developed by: markbates
Simple DSL to control callback attribute changed in ActiveRecord model
A simple mixin to ActiveRecord::Base that allows use of OR arel relations.
A method that allows you to run code without callbacks for a specific active-record model.
manage WriteOnceReadMany tables backing ActiveRecord models.
there will...
YugabyteDB adapter for ActiveRecord.
ActiveModel based object persistance library for Redis
Small childly ORM for Redis
Easy datamapper methods to use redis in rails
Redis activerecord like interface.
Redis based analytics.
Manage the states of records by commonly used attributes.
Reload Rails code in development mode only when change is deteced
Active Remote provides Active Record-like object-relational mapping over RPC. It was written for use with Google Protocol Buffers, but could...
Provides "cached" finders and a DSL to enumerate which finders should have cached versions
Add shards, and switch between them for key tasks
Hooks into ActiveRecord to automatically sends reads to read replicas and writes to primary database.
ActiveRepo aims to give ActiveRecord objects a wrapper for Repository pattern.
Flexible but opinionated framework for defining and running reports on Rails models backed by SQL databases.
Add relational OLAP-like functionality for ActiveRecord
Active Representer provides model objects for web applications by decorating objects.
gem to track the changes of active_resource object.
ActiveResource classes for Chatwork API
HTTP conditional get support for ActiveResource
Extend your ActiveResource model's connections
Wraps web resources in model classes that can be manipulated through XML over REST.
REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.
Google Spreadsheets accessor with ActiveResource
Send custom headers with ActiveResource requests