Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.01
Auto corrector for N+1 queries detected at runtime with Bullet.
2020
2021
2022
2023
2024
2025
0.01
Imagine you have an Account model which has many transactions.
calculable_attrs gem allows you to define Account#balance as SUM(transactions.amount) directly in your Account model.
And solves n+1 problem for you in an elegant way.
2020
2021
2022
2023
2024
2025
0.01
Extends CanCan with dynamic, inheritable permissions stored in a database, with caching and multi-tenant refinements
2020
2021
2022
2023
2024
2025
0.01
Validate carrierwave uploads are virus free with clamav.
2020
2021
2022
2023
2024
2025
0.01
Asynchronously LISTEN for Postgresql NOTIFY messages with payloads and Do Something
2020
2021
2022
2023
2024
2025
0.01
An Active Record extension to provide state callbacks
2020
2021
2022
2023
2024
2025
0.01
Simple ActiveRecord audit system
2020
2021
2022
2023
2024
2025
0.01
ChronoForge provides a robust framework for building durable, distributed workflows in Ruby on Rails applications. It offers reliable state management, error recovery, and workflow orchestration through features like durable execution, wait states, and comprehensive error tracking.
2020
2021
2022
2023
2024
2025
0.01
circuit_switch is a gem for 'difficult' application. This switch helps to make changes easier and deploy safely.
2020
2021
2022
2023
2024
2025
0.01
For Rails applications - add creator and updater to your ActiveRecord models
and automatically set these from current_user
See the README on github for more info
2020
2021
2022
2023
2024
2025
0.01
Show recently news on the terminal.
2020
2021
2022
2023
2024
2025
0.01
An ActiveRecord plugin to strip whitespace from strings and coerce empty strings to nil values on assignment.
2020
2021
2022
2023
2024
2025
0.01
Add comment support for ActiveRecord models.
2020
2021
2022
2023
2024
2025
0.01
ComputedModel is a helper for building a read-only model (sometimes called a view)
from multiple sources of models.
It comes with batch loading and dependency resolution for better performance.
It is designed to be universal. It's as easy as pie to pull data from both
ActiveRecord and remote ser...
2020
2021
2022
2023
2024
2025
0.01
Give condition when to increment/decrement counter cache.
2020
2021
2022
2023
2024
2025
0.01
Consent permission based authorization
2020
2021
2022
2023
2024
2025
0.01
Consort allows you to define relationships between various ORM/ODMs and access them similarly to ActiveRecord associations.
2020
2021
2022
2023
2024
2025
0.01
Consort allows you to define relationships between various ORM/ODMs and access them similarly to ActiveRecord associations.
2020
2021
2022
2023
2024
2025
0.01
Loads all records from the table on first use, and thereafter returns the
cached (and frozen) records for all find calls.
Optionally, creates class-level methods you can use to grab the records,
named after the name field you specify.
2020
2021
2022
2023
2024
2025
0.01
Dynamic scopes by convention for ActiveRecord 3
2020
2021
2022
2023
2024
2025