Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Custom preloader for ActiveRecord.
2020
2021
2022
2023
2024
2025
0.0
Allows sets of custom timestamps for all or some models.
2020
2021
2022
2023
2024
2025
0.0
Allows to add column and table comments to ActiveRecord migrations.
2020
2021
2022
2023
2024
2025
0.0
Support for unsigned columns and comments in ActiveRecord Schema Dumps. Useful for those squared, pesky DBA's.
2020
2021
2022
2023
2024
2025
0.0
Support for unsigned integer columns in ActiveRecord migrations. Useful for keeping somewhat happy those squared, pesky DBA's.
2020
2021
2022
2023
2024
2025
0.0
Use database validations and convert ActiveRecord::StatementInvalid into ActiveRecord::RecordInvalid
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord extension for classifying models and fields as confidential data
2020
2021
2022
2023
2024
2025
0.0
A utility to bulk load test data for performance testing.
2020
2021
2022
2023
2024
2025
0.0
providing some helpful methods for ActiveRecord relate to Date class.
2020
2021
2022
2023
2024
2025
0.0
Easily create ActiveRecord date range scopes
2020
2021
2022
2023
2024
2025
0.0
Generate dbt files from the information of the database connected by ActiveRecord.
2020
2021
2022
2023
2024
2025
0.0
Rake db managements tasks for projects that use ActiveRecord without Rails.
2020
2021
2022
2023
2024
2025
0.0
Retry deadlocked ActiveRecord transactions
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Allows you to easily specify default values for attributes on new model objects.
2020
2021
2022
2023
2024
2025
0.0
Add default values to ActiveRecord models.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Allows you to redefine what is translated to nil on read and what is stored instead of nil for specified attributes.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Denormalize fields in ActiveRecord.
2020
2021
2022
2023
2024
2025