active_flag
Flag storage
A Ruby gem that enables the use of bit arrays to store multiple boolean values in a single column for ActiveRecord models.
Bit array for ActiveRecord
234 stars
3 watching
18 forks
Language: Ruby
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kenn/standby | A gem that allows selective querying of standby databases in an ActiveRecord environment | 87 |
zorab47/active_admin-sortable_tree | A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 162 |
orslumen/record-cache | A gem that stores Active Model records in a cache store for faster lookups and automatic invalidation. | 145 |
unmantained-activeadmin-plugins/activeadmin-globalize | Gem that makes it easy to translate resource fields in ActiveAdmin, but is no longer actively maintained. | 51 |
kigster/simple-feed | A Ruby gem providing a scalable and easy-to-use activity feed implementation | 333 |
byroot/activerecord-typedstore | Enables type definition for model attributes in ActiveRecord, providing a way to enforce data types and default values | 446 |
amerine/acts_as_tree | A Ruby gem that adds support for organizing items into parent–children relationships to ActiveRecord | 587 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 125 |
radar/by_star | A Ruby gem that provides time-based query capabilities for ActiveRecord and Mongoid models. | 1,052 |
dhyegocalota/active_admin-humanized_enum | Easily translate enum values in ActiveAdmin using an integrated Humanized Enum solution. | 6 |
schemaplus/schema_plus_columns | Provides useful accessors to ActiveRecord's Column object | 2 |
derrickreimer/sequenced | Automatically assigns unique sequential IDs to records in databases | 406 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |
globalize/globalize | Enables translation of model attributes in ActiveRecord models | 2,157 |