Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.04
Simple, conservative slave reads for ActiveRecord
2021
2022
2023
2024
2025
2026
0.04
This gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggable model for the backing queue and provides support for ActiveRecord, DataMapper, and MongoDB out of the box.
2021
2022
2023
2024
2025
2026
0.04
Tenacity provides a database client independent way of specifying simple relationships between models backed by different databases.
2021
2022
2023
2024
2025
2026
0.04
Manage delta indexes via Resque for Thinking Sphinx
2021
2022
2023
2024
2025
2026
0.04
ULID for Rails
2021
2022
2023
2024
2025
2026
0.04
A library for validating model association existence.
2021
2022
2023
2024
2025
2026
0.04
Add some nice ActiveModel/ActiveRecord validators.
2021
2022
2023
2024
2025
2026
0.04
Useful helpers to consistently migrate Integer id columns to UUID in PostgreSql. Special support for primary keys and references.
2021
2022
2023
2024
2025
2026
0.03
ActionSubscriber is a DSL that allows a rails app to consume messages from a RabbitMQ broker.
2021
2022
2023
2024
2025
2026
0.03
activejob-cancel provides cancel method to Active Job
2021
2022
2023
2024
2025
2026
0.03
ActiveRecord Association Helper for PORO (Plain Old Ruby Object)
2021
2022
2023
2024
2025
2026
0.03
ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of this writing, PostgreSQL is the only database which supports this syntax; however, this gem has been written with database independence in mind so that if another Arel visitor adds support for `Arel::Nodes::Dist...
2021
2022
2023
2024
2025
2026
0.03
An ActiveRecord extension providing convenience methods for timestamp management.
2021
2022
2023
2024
2025
2026
0.03
Use PostgreSQL JSONB fields to store association information of your models
2021
2022
2023
2024
2025
2026
0.03
Gives ActiveRecord support for PostgreSQL's native inherited tables
2021
2022
2023
2024
2025
2026
0.03
ActiveRecord connection adapter for MySQL. It is based on the stock MySQL adapter, and adds built-in support for the spatial extensions provided by MySQL. It uses the RGeo library to represent spatial data in Ruby. This gem is maintained for MySQL 8.0 and 8.4.
2021
2022
2023
2024
2025
2026
0.03
Support for Postgres Notify/Listen
2021
2022
2023
2024
2025
2026
0.03
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).
2021
2022
2023
2024
2025
2026
0.03
Active Record slotted counters support
2021
2022
2023
2024
2025
2026
0.03
Just wrap your existing code in `@relation.summarize do |relation| ... end` and run your queries against relation instead of @relation.
2021
2022
2023
2024
2025
2026