schema_plus_enums
Enum support
An ActiveRecord extension for supporting enum data types in Ruby on Rails applications.
Support for enum data types in ActiveRecord
14 stars
7 watching
10 forks
Language: Ruby
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 124 |
schemaplus/schema_plus_columns | Provides useful accessors to ActiveRecord's Column object | 2 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 361 |
schemaplus/schema_plus_indexes | Adds convenient capabilities to ActiveRecord's index handling | 9 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
dhyegocalota/active_admin-humanized_enum | Easily translate enum values in ActiveAdmin using an integrated Humanized Enum solution. | 6 |
brainspec/enumerize | An enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel. | 1,741 |
schemaplus/schema_plus_core | An extension to ActiveRecord, providing an internal API to extend its behavior without changing its core functionality. | 7 |
schemaplus/schema_plus_default_expr | Allows setting default values of columns to SQL expressions in Ruby on Rails ActiveRecord migrations. | 0 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
schemaplus/schema_plus_db_default | Provides an extension to ActiveRecord that allows setting column values to their default database value when saving a record. | 1 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 626 |
schemaplus/schema_monkey | A behind-the-scenes module insertion protocol to facilitate adding features to ActiveRecord | 5 |
schemaplus/schema_plus_views | A gem that enables creating and querying views in ActiveRecord migrations. | 28 |