Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
The intention of this library is to make it easy to inherit particular variables between models in rails apps. We start with a parent model that will function as a pseudo-polymorphic association for children objects.
2020
2021
2022
2023
2024
2025
0.0
Automatically sets up usage of a relational table to contain user-created multi-locale string attributes
2020
2021
2022
2023
2024
2025
0.0
Easily associate locations with your models.
2020
2021
2022
2023
2024
2025
0.0
Logging your ActiveRecord model, and supply useful methods.
2020
2021
2022
2023
2024
2025
0.0
This plugin implements Flickr's machine tags as explained here[http://www.flickr.com/groups/api/discuss/72157594497877875] while still maintaining standard tagging behavior. Basically, a machine tag has a namespace, a predicate and a value in the format [namespace]:[predicate]=[value] This...
2020
2021
2022
2023
2024
2025
0.0
Add multiply emails features to models like User without changing common behaviour of the email attribute
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord plugin for self-referential and double-sided polymorphic associations.
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord plugin that combines an ordered habtm-like association with optional redis caching.
2020
2021
2022
2023
2024
2025
0.0
Keep a DRY multilingual translation of your ActiveRecord models' textual attributes
2020
2021
2022
2023
2024
2025
0.0
Keep a DRY multilingual translation of your ActiveRecord models' textual attributes
2020
2021
2022
2023
2024
2025
0.0
A key/value store solution for Rails apps with bloated tables
2020
2021
2022
2023
2024
2025
0.0
Create one model backed by a primary table and a supplementary 'meta' table.
2020
2021
2022
2023
2024
2025
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