Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Calculate metrics and store them in the DB.
2020
2021
2022
2023
2024
2025
0.0
Parsing the various ways people enter dollar amounts so you don't have to. Store values in cents as integer.
2020
2021
2022
2023
2024
2025
0.0
Use the Money gem and ActiveRecord's composed_of to store fields wich contains
currency data in a safe and clean way.
2020
2021
2022
2023
2024
2025
0.0
Time-safe finders for ActiveRecord's has_secure_token.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Ordering behavior for ActiveRecord models and Mongoid documents.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
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
Identifies your active records with a random token. For more information, please see the documentation.
2020
2021
2022
2023
2024
2025
0.0
Extend ActiveRecord models to generate uniq secure tokens before saving
2020
2021
2022
2023
2024
2025