Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Uses RabbitMQ and ActiveRecord for publishing and consuming model events from any service
2021
2022
2023
2024
2025
2026
0.0
ActiveQuery is a gem that helps you to create query objects in a simple way. It provides a DSL to define queries and scopes for your query object.
2021
2022
2023
2024
2025
2026
0.0
Gem to make easier model's filtering, sorting and pagination
2021
2022
2023
2024
2025
2026
0.0
ActiveQuery Explorer provides a web GUI (similar to GraphiQL) that discovers all registered ActiveQuery objects, displays their metadata, and allows executing them with parameters.
2021
2022
2023
2024
2025
2026
0.0
A RAG (Retrieval Augmented Generation) engine that integrates seamlessly with Rails applications
2021
2022
2023
2024
2025
2026
0.0
Set ActiveRecord models to delete themselves after a fixed time, or when a certain criteria is met.
2021
2022
2023
2024
2025
2026
0.0
A spaced-repetition system to be used with ActiveRecord models
2021
2022
2023
2024
2025
2026
0.0
Amazon Redshift _makeshift_ adapter for ActiveRecord 7.
2021
2022
2023
2024
2025
2026
0.0
Using this gem, ActiveRecord's JSON attribute is deserialized into HashWithIndifferentAccess.
2021
2022
2023
2024
2025
2026
0.0
This gem provides an ADBC adapter for Active Record. This adapter is optimized for extracting and loading large data from/to DBs. The optimization is powered by Apache Arrow.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord add-ons & helpers
2021
2022
2023
2024
2025
2026
0.0
Add activerecord association alias
2021
2022
2023
2024
2025
2026
0.0
Adds method to set an alias while adding a join
2021
2022
2023
2024
2025
2026
0.0
activerecord-alt-mongo-adapter is a MongoDB adapter for ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Call Model.reset_column_information for each migrations
2021
2022
2023
2024
2025
2026
0.0
This is that ActiveRecord adapter for the Amalgalite Database gem. The Amalgalite gem embeds the SQLite database inside a ruby extensions.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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
...
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
A DepthFirst visitor for Arel (removed from Rails in 6.1).
2021
2022
2023
2024
2025
2026