Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
An ActiveRecord plugin for self-referential and double-sided polymorphic associations.
2019
2020
2021
2022
2023
2024
0.0
An ActiveRecord plugin that combines an ordered habtm-like association with optional redis caching.
2019
2020
2021
2022
2023
2024
0.0
Keep a DRY multilingual translation of your ActiveRecord models' textual attributes
2019
2020
2021
2022
2023
2024
0.0
Keep a DRY multilingual translation of your ActiveRecord models' textual attributes
2019
2020
2021
2022
2023
2024
0.0
A key/value store solution for Rails apps with bloated tables
2019
2020
2021
2022
2023
2024
0.0
Create one model backed by a primary table and a supplementary 'meta' table.
2019
2020
2021
2022
2023
2024
0.0
Calculate metrics and store them in the DB.
2019
2020
2021
2022
2023
2024
0.0
Use the Money gem and ActiveRecord's composed_of to store fields wich contains
currency data in a safe and clean way.
2019
2020
2021
2022
2023
2024
0.0
Time-safe finders for ActiveRecord's has_secure_token.
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
0.0
Ordering behavior for ActiveRecord models and Mongoid documents.
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.0
Add ability to draft/publish/withdraw/embargo models
2019
2020
2021
2022
2023
2024
0.0
Extremely simple API support for Rails models
2019
2020
2021
2022
2023
2024
0.0
Drop-in replacement for has_secure_password that uses argon2
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.0
Allows to easily add SEO fields for models
2019
2020
2021
2022
2023
2024
0.0
parent.children.where.not(id: self.id), extended to n parents
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024