Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
A lightweight gem to monitor and measure database queries in Rails applications, providing detailed metrics on CRUD operations per table including support for bulk operations like insert_all.
2021
2022
2023
2024
2025
2026
0.0
A Rails generator to create dbt sources, models, and seeds from ActiveRecord schema and enums.
2021
2022
2023
2024
2025
2026
0.0
Rake db managements tasks for projects that use ActiveRecord without Rails.
2021
2022
2023
2024
2025
2026
0.0
Transparently retries ActiveRecord transactions on ActiveRecord::Deadlocked errors
(including PG::TRDeadlockDetected) with configurable exponential backoff and jitter.
Provides hooks for custom callbacks, structured logging, and Rails initializer support.
2021
2022
2023
2024
2025
2026
0.0
Retry deadlocked ActiveRecord transactions
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord-Deepstore enhances ActiveRecord models with powerful functionality for handling deeply nested data structures within a database column. It provides methods for storing, accessing, and managing deeply nested data, making it easier to work with complex data structures in your Rails app...
2021
2022
2023
2024
2025
2026
0.0
Allows you to easily specify default values for attributes on new model objects.
2021
2022
2023
2024
2025
2026
0.0
Add default values to ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord defaults to immediately persisting changes to the database on assignments like user.session_ids = [1, 2]. This is a surprising behaviour that this gem aims to fix to be more coherent with regular assignments.
2021
2022
2023
2024
2025
2026
0.0
Allows you to redefine what is translated to nil on read and what is stored instead of nil for specified attributes.
2021
2022
2023
2024
2025
2026
0.0
Since Rails 5 you can no longer call some ActiveRecord class methods named like their Enumerable counterparts. This gem reinstates the expected behaviour, where you can always get the method from Enumerable by calling to_a on the relation.
2021
2022
2023
2024
2025
2026
0.0
Denormalize fields in ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Adds deselect logic to ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
Collection of utility Ruby Features for ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
In complex applications, there is no place for guessing
2021
2022
2023
2024
2025
2026
0.0
Allow / disallow query execution through active record
2021
2022
2023
2024
2025
2026
0.0
Add comment where is it called in your sql automatically. It's useful for code reading.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecordDumper is a fork of YamlDb gem without any explicit Rails dependencies.
This way it can be used by any AR-enabled app (e.g. Sinatra) without pulling whole Rails in.
YamlDB/ActiveRecordDumper is a database-independent format for dumping and restoring data.
It complements the database-i...
2021
2022
2023
2024
2025
2026
0.0
Duplicating ActiveRecords is easy again.
2021
2022
2023
2024
2025
2026
0.0
activerecord-duplicator copies an ActiveRecord record and its associated rows
(has_many, has_one, belongs_to, has_many :through) in one call. It rewires
foreign keys through an internal id map, bypasses callbacks by using
insert_all!, and lets you plug in per-model handlers for records that need
...
2021
2022
2023
2024
2025
2026