Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.04
ULID for Rails
2020
2021
2022
2023
2024
2025
0.04
Add some nice ActiveModel/ActiveRecord validators.
2020
2021
2022
2023
2024
2025
0.03
A streamlined, production-focused toolkit for building MCP servers in Rails applications. Provides essential base classes, authentication gateways, and HTTP transport with minimal dependencies.
2020
2021
2022
2023
2024
2025
0.03
ActionSubscriber is a DSL that allows a rails app to consume messages from a RabbitMQ broker.
2020
2021
2022
2023
2024
2025
0.03
Gem that allows to attach dynamic attributes to ActiveRecord model
2020
2021
2022
2023
2024
2025
0.03
activejob-cancel provides cancel method to Active Job
2020
2021
2022
2023
2024
2025
0.03
Exposes a bulk insert API to AR subclasses
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.03
Provides transparent encryption for ActiveRecord. You can protect your data with any encryption algorithm you want.
2020
2021
2022
2023
2024
2025
0.03
An ActiveRecord extension providing convenience methods for timestamp management.
2020
2021
2022
2023
2024
2025
0.03
ActiveRecord Firebird Adapter for Rails 3 and 4 with support for migrations.
2020
2021
2022
2023
2024
2025
0.03
Save unnecessary round trips to the database
2020
2021
2022
2023
2024
2025
0.03
Use PostgreSQL JSONB fields to store association information of your models
2020
2021
2022
2023
2024
2025
0.03
Gives ActiveRecord support for PostgreSQL's native inherited tables
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.03
Support for Postgres Notify/Listen
2020
2021
2022
2023
2024
2025
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).
2020
2021
2022
2023
2024
2025
0.03
Active Record slotted counters support
2020
2021
2022
2023
2024
2025
0.03
Just wrap your existing code in `@relation.summarize do |relation| ... end` and run your queries against relation instead of @relation.
2020
2021
2022
2023
2024
2025
0.03
acts_as_account implements double entry accounting for Rails models. Your
models get accounts and you can do consistent transactions between them.
Since the documentation is sparse, see the transfer.feature for usage
examples.
2020
2021
2022
2023
2024
2025