Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
has_normalized_fields is a Ruby on Rails gem that lets you normalize user data for an improved user experience.
It takes the messy user inputed data and normalizes it into a nice clean standard format.
2021
2022
2023
2024
2025
2026
0.0
has_normalzied_sti is a rails extension to allow Single Table Inheritance
to work with a database normalized type column.
The extension expects the STI model to have a type_id column instead of
a type column. type_id should reference a Types table containg all the possible...
2021
2022
2023
2024
2025
2026
0.0
Ordering behavior for ActiveRecord models and Mongoid documents.
2021
2022
2023
2024
2025
2026
0.0
Generate random tokens (or use your own) for any ActiveRecord model. Hashes and salts the token before storage in the database using the same methodology as has_secure_password.
2021
2022
2023
2024
2025
2026
0.0
Add ability to draft/publish/withdraw/embargo models
2021
2022
2023
2024
2025
2026
0.0
Extremely simple API support for Rails models
2021
2022
2023
2024
2025
2026
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`
2021
2022
2023
2024
2025
2026
0.0
Drop-in replacement for has_secure_password that uses argon2
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
Allows to easily add SEO fields for models
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
parent.children.where.not(id: self.id), extended to n parents
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
Simple tagging with contexts.
2021
2022
2023
2024
2025
2026
0.0
Extend ActiveRecord models to generate uniq secure tokens before saving
2021
2022
2023
2024
2025
2026
0.0
Identifies your active records with a random token. For more information, please see the documentation.
2021
2022
2023
2024
2025
2026
0.0
For those pesky times when has_many just isn't specific enough.
2021
2022
2023
2024
2025
2026
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
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
The has_uuid gem adds a UUID to your AR models. See the README for details.
2021
2022
2023
2024
2025
2026