ActiveRecord OpenTracing tracer
Ruby
New
Free
Extend ActiveRecord uniqueness validations with via: :db option.
UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
ActiveRecord is great, but could be better. Here are some tweaks for it.
This simple plugin gives you the ability to get XLS for a collection of ActiveRecord models.
The activerecord-timescaledb-adapter provides access to features of the Timescale Postgres extension from ActiveRecord.
Time-Related Scope for ActiveRecord
Allows the use of TiDB as a backend for ActiveRecord and Rails apps.
An Active Record extension for Multitenancy with PostgreSQL Row Level Security
Gem activerecord-take_or_find provides a method on your ActiveRecord models.
Depending on the passed argument, which can either be a number...
This gem enables the use of database specific table locks when saving or destroying your ActiveRecord objects. This ensures no...
ActiveRecord Tablefree Models provides a simple mixin for creating models that are not bound to the database. This approach is...
Specify a table name with a version number
Suppressing RangeError during type casting
Just wrap your existing code in `@relation.summarize do |relation| ... end` and run your queries against relation instead of @relation.
Make ActiveRecord 4's Enum store as strings instead of integers.
.
A collection of time scopes for activerecord, including created_after/created_before/updated_after/etc
ActiveRecord::StrictValidations adds validations to ActiveRecord models to make sure they do not trigger database errors.
Temp Table for activerecord
`User.table_info` shows columns and indexes like `SHOW CREATE TABLE`
Generates encrypt_string type that transparently encrypt and decrypt string value to ActiveRecord.
Publish events about changes to your ActiveRecord models to different
targets, like HTTP endpoints, AWS SNS topics or...