Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
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
0.03
Activity feeds backed by Redis
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.03
Sane ActiveRecord tree builder
2021
2022
2023
2024
2025
2026
0.03
Provides various extensions to the Rails ActiveRecord adapters.
2021
2022
2023
2024
2025
2026
0.03
A simple API for creating and finding sets of data in your database, built on ActiveRecord.
2021
2022
2023
2024
2025
2026
0.03
ActiveModel Serializers addon for eliminating N+1 queries problem from the serializers.
2021
2022
2023
2024
2025
2026
0.03
Generates attr_accessors that encrypt and decrypt attributes transparently
2021
2022
2023
2024
2025
2026
0.03
ActiveRecord plugin that allows to specify default values for attributes
2021
2022
2023
2024
2025
2026
0.03
A simple gem that audit ActiveRecord models' attributes or methods by taking snapshots and diff them for you. Starting from scratch to work with Rails 3.2.2 onwards
2021
2022
2023
2024
2025
2026
0.03
Execute any ActiveRecord Model method in the background
2021
2022
2023
2024
2025
2026
0.03
A simple API for creating and finding sets of data in your database, built on ActiveRecord.
2021
2022
2023
2024
2025
2026
0.03
GoogleBigQuery ActiveRecord Adapter & standalone API client
2021
2022
2023
2024
2025
2026
0.03
Birthday gem creates convienent methods for date and datetime fields in ActiveRecord, making it possible to look for birthdays without a hassle.
2021
2022
2023
2024
2025
2026
0.03
Rails database scrubber and loader, great for seeding your dev db with real but sanitized data
2021
2022
2023
2024
2025
2026
0.03
Activities recording and retrieving using a simple Pub/Sub architecture.
2021
2022
2023
2024
2025
2026