Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Adds method to set an alias while adding a join
2020
2021
2022
2023
2024
2025
0.0
activerecord-alt-mongo-adapter is a MongoDB adapter for ActiveRecord.
2020
2021
2022
2023
2024
2025
0.0
Call Model.reset_column_information for each migrations
2020
2021
2022
2023
2024
2025
0.0
This is that ActiveRecord adapter for the Amalgalite Database gem. The Amalgalite gem embeds the SQLite database inside a ruby extensions.
2020
2021
2022
2023
2024
2025
0.0
Analyze an ActiveRecord class to get information about its associations. You will be able to know all its has_many and belongs_to for instance.
2020
2021
2022
2023
2024
2025
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
Optimize queries of ActiveRecord preload functions.
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