Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Link objects of different models in a single common table named "any_links" using
has_many_to_many, has_many_to_one or has_one_to_many new methods.
There is no need for creating a new table for any connection type, nor buiding an
...
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord-Archiver is a simple tool for taking a subset of the records in one environment
and exporting them for use in another environment.
Design Constraints:
- leave out ids so as not to create collisions in the new environment
- preserve relations between records
- Allow for cyclic relati...
2020
2021
2022
2023
2024
2025
0.0
A DepthFirst visitor for Arel (removed from Rails in 6.1).
2020
2021
2022
2023
2024
2025
0.0
Friendly and easy sort
2020
2021
2022
2023
2024
2025
0.0
Provides a `module_name` option for ActiveRecord Associations
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord adapter that enables Rails applications to connect to and query AWS Athena
2020
2021
2022
2023
2024
2025
0.0
Atomic updates to ActiveRecord models
2020
2021
2022
2023
2024
2025
0.0
Transparent conversion for ActiveRecord
2020
2021
2022
2023
2024
2025
0.0
Adds methods to your models to let you easily override instance attributes in specific environments.
2020
2021
2022
2023
2024
2025
0.0
Add simple attribute annotations to your active records
2020
2021
2022
2023
2024
2025
0.0
Active Record Attributes Equality is a very simple rails plugin / gem that forces ActiveRecord to compare the model's attributes in the presence of two new records. Otherwise, it compares their IDs, just like ActiveRecord::Base#==.
2020
2021
2022
2023
2024
2025
0.0
A ActiveRecord plugin which removes leading and trailing whitespace of attributes before validation.
2020
2021
2022
2023
2024
2025
0.0
Automatically calls `build_assoc_model` for you, ensuring that model.assoc_model is always an instance of model and not nil.
2020
2021
2022
2023
2024
2025
0.0
Sets the default values of nil attributes based on the database schema.
2020
2021
2022
2023
2024
2025
0.0
Configuration based condition building and inclusion handling extension for ActiveRecord::Base
2020
2021
2022
2023
2024
2025
0.0
activerecord-autoscope automatically add useful scopes
2020
2021
2022
2023
2024
2025
0.0
Automatically switch to writable role on ActiverRecord writable methods.
2020
2021
2022
2023
2024
2025
0.0
An Aurora Serverless ActiveRecord adapter
2020
2021
2022
2023
2024
2025
0.0
Adds ability to active record connect to database using aws secret to store database connection informations
2020
2021
2022
2023
2024
2025
0.0
Batch up your ActiveRecord "touch" operations for better performance. All accumulated "touch" calls will be consolidated into as few database round trips as possible.
2020
2021
2022
2023
2024
2025