Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Add ability to draft/publish/withdraw/embargo models
2020
2021
2022
2023
2024
2025
0.0
Extremely simple API support for Rails models
2020
2021
2022
2023
2024
2025
0.0
Does what `has_secure_password` does, but for any attribute that you want. It does not have to be a `password` attribute. It may be for example `security_answer`
2020
2021
2022
2023
2024
2025
0.0
Drop-in replacement for has_secure_password that uses argon2
2020
2021
2022
2023
2024
2025
0.0
HasSecureUuid provides you an easily way to generate random uuids for any model in ruby on rails. **SecureRandom::uuid** is used to generate a unique uuid, so collisions are highly unlikely.
2020
2021
2022
2023
2024
2025
0.0
Allows to easily add SEO fields for models
2020
2021
2022
2023
2024
2025
0.0
Adds dynamic attributes through serialize. This way, it's in one table, and it's still trivial to track changes to your records.
2020
2021
2022
2023
2024
2025
0.0
parent.children.where.not(id: self.id), extended to n parents
2020
2021
2022
2023
2024
2025
0.0
has_sti provides helper methods for Single Table Inheritance models of Active Record. It creates methods that allow to determine exact type of model and scopes that make easy to find records of certain type.
2020
2021
2022
2023
2024
2025
0.0
Simple tagging with contexts.
2020
2021
2022
2023
2024
2025
0.0
Extend ActiveRecord models to generate uniq secure tokens before saving
2020
2021
2022
2023
2024
2025
0.0
Identifies your active records with a random token. For more information, please see the documentation.
2020
2021
2022
2023
2024
2025
0.0
For those pesky times when has_many just isn't specific enough.
2020
2021
2022
2023
2024
2025
0.0
Assigns a case-insensitive unique three-letter code to each record in a scope, based loosely on some other attribute of the record
2020
2021
2022
2023
2024
2025
0.0
Adds validations on URL attributes for ActiveRecord models.
URL scheme will be checked and added before updating the database if necessary.
A raw_attribute method will also be added to display the url without HTTP(S) scheme or trailing slash.
2020
2021
2022
2023
2024
2025
0.0
has_validated_attributes is a Ruby on Rails gem that lets you validate your fields.
2020
2021
2022
2023
2024
2025
0.0
how many queries did you run? this will tell u
2020
2021
2022
2023
2024
2025
0.0
use has_set and has_enum in your ActiveRecord models if you want to have one (has_enum) value from a defined enumeration or more (has_set))
2020
2021
2022
2023
2024
2025
0.0
Easily fire webhooks for any ActiveRecord model
2020
2021
2022
2023
2024
2025
0.0
Health status API server
2020
2021
2022
2023
2024
2025