makandra / assignable_valuesLinks
Restrict the values assignable to ActiveRecord attributes or associations.
☆140Updated 2 weeks ago
Alternatives and similar repositories for assignable_values
Users that are interested in assignable_values are comparing it to the libraries listed below
Sorting:
- An ActiveRecord plugin for atomic archiving and unarchiving of object trees. Inspired by ActsAsParanoid and PermanentRecord☆129Updated last year
- Convert strings between different cases.☆97Updated last year
- Base class and modules for YAML backed static models.☆43Updated 2 months ago
- ☆58Updated 2 years ago
- String enums for Rails☆88Updated last month
- Arel made simple☆98Updated 4 years ago
- Strategic - Painless Strategy Pattern in Ruby and Rails☆50Updated 2 years ago
- Simple, internationalized and DRY page titles and headings for Rails.☆113Updated 2 weeks ago
- Sequential Sidekiq jobs for Rails☆62Updated 2 years ago
- tiny and fast database cleaner☆50Updated 8 years ago
- A lightweight and database-level Ruby library to transform any Active Record query into analytics hash ready for use with any chart libra…☆109Updated 7 years ago
- Light pattern Decorator for Rails from Light Ruby☆54Updated 6 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!