Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.02
Gives a hook on MySQL warnings that allow you to either raise or log them.
2020
2021
2022
2023
2024
2025
0.02
Active Record support for PostgreSQL JSON type
2020
2021
2022
2023
2024
2025
0.02
A whole bunch of extensions the ActiveRecord PostgreSQL adapter.
2020
2021
2022
2023
2024
2025
0.02
This gem allows automatic connection switching between a primary and one read replica database in ActiveRecord.
It pattern matches the SQL statement being sent to decide whether it should go to the replica (SELECT) or the
primary (INSERT, UPDATE, DELETE).
2020
2021
2022
2023
2024
2025
0.02
Amazon Redshift adapter for ActiveRecord 7+
2020
2021
2022
2023
2024
2025
0.02
An Active Record extension for Multitenancy with PostgreSQL Row Level Security
2020
2021
2022
2023
2024
2025
0.02
Create ActiveRecord relations from UNIONs
2020
2021
2022
2023
2024
2025
0.02
Touch `updated_at` by default with calls to `update_column(s)` and `update_all`
2020
2021
2022
2023
2024
2025
0.02
Automatic database view creation for ActiveRecord
2020
2021
2022
2023
2024
2025
0.02
An implementation of repository pattern that can connect with any ORM
2020
2021
2022
2023
2024
2025
0.02
Use your DB as a cache store
2020
2021
2022
2023
2024
2025
0.02
ActiveRecord extension for sorted adjacency lists support
2020
2021
2022
2023
2024
2025
0.02
This is a ruby gem that provides drop in replacement for acts_as_tree but makes use of SQL recursive statement. Be sure to have a DBMS that supports recursive queries when using this gem (e.g. PostgreSQL or SQLite).
2020
2021
2022
2023
2024
2025
0.02
ActiveRecord extension that provides revision support so that history can be tracked and changes can be reverted. Emphasis for this plugin versus similar ones is including associations, saving on storage, and extensibility of the model.
2020
2021
2022
2023
2024
2025
0.02
Annotate your models and keep your comments about fields.
2020
2021
2022
2023
2024
2025
0.02
Easing the creation of DTOs from your ActiveRecord models.
2020
2021
2022
2023
2024
2025
0.02
Parameter filter done OO, extending strong parameters.
2020
2021
2022
2023
2024
2025
0.02
Provides an easy way to do something that is possible in Rails but still a bit close to the metal using store_accessor: create typecasted, persistent attributes that are not columns in the database but stored in the JSON "data" column. Also supports infinite nesting of embedded models.
2020
2021
2022
2023
2024
2025
0.02
ArelToolkit contains parsing, querying, modifying, optimisations, extensions and more for Arel.
2020
2021
2022
2023
2024
2025