Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
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
Support for Postgres Notify/Listen
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
0.03
Sane ActiveRecord tree builder
2020
2021
2022
2023
2024
2025
0.03
Provides various extensions to the Rails ActiveRecord adapters.
2020
2021
2022
2023
2024
2025
0.03
ActiveRecord::Base.connection.after_transaction_commit { ... }
2020
2021
2022
2023
2024
2025
0.03
A simple API for creating and finding sets of data in your database, built on ActiveRecord.
2020
2021
2022
2023
2024
2025
0.03
Creates aliases of ActiveRecord named scopes.
2020
2021
2022
2023
2024
2025
0.03
ActiveModel Serializers addon for eliminating N+1 queries problem from the serializers.
2020
2021
2022
2023
2024
2025
0.03
Access postgres without blocking.
2020
2021
2022
2023
2024
2025
0.03
ActiveRecord plugin that allows to specify default values for attributes
2020
2021
2022
2023
2024
2025
0.03
A simple API for creating and finding sets of data in your database, built on ActiveRecord.
2020
2021
2022
2023
2024
2025
0.03
Measure and benchmark execution time of your ruby methods. Forgot about `Time.now - t` solution. Use `benchmark` to see how much time it take sto execute your method.
2020
2021
2022
2023
2024
2025
0.03
Rails database scrubber and loader, great for seeding your dev db with real but sanitized data
2020
2021
2022
2023
2024
2025
0.03
Activities recording and retrieving using a simple Pub/Sub architecture.
2020
2021
2022
2023
2024
2025
0.03
Various GraphQL caching / instrumentation tools
2020
2021
2022
2023
2024
2025