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

GitHub

14 stars
7 watching
10 forks
Language: Ruby
last commit: over 4 years ago

Related projects:

RepositoryDescriptionStars
schemaplus/schema_plus_tablesAdds utility features to ActiveRecord's handling of tables5
adzap/active_enumDefines enum classes in Rails to enumerate ActiveRecord attributes with I18n support124
schemaplus/schema_plus_columnsProvides useful accessors to ActiveRecord's Column object2
bibendi/activerecord-postgres_enumIntegrates PostgreSQL's enum data type into ActiveRecord's schema and migrations.361
schemaplus/schema_plus_indexesAdds convenient capabilities to ActiveRecord's index handling9
alassek/activerecord-pg_enumEnables Rails to use PostgreSQL's enumeration types in database columns167
dhyegocalota/active_admin-humanized_enumEasily translate enum values in ActiveAdmin using an integrated Humanized Enum solution.6
brainspec/enumerizeAn enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel.1,741
schemaplus/schema_plus_coreAn extension to ActiveRecord, providing an internal API to extend its behavior without changing its core functionality.7
schemaplus/schema_plus_default_exprAllows setting default values of columns to SQL expressions in Ruby on Rails ActiveRecord migrations.0
schemaplus/schema_plus_pg_indexesAdds support for PostgreSQL index expressions and operator classes to ActiveRecord30
schemaplus/schema_plus_db_defaultProvides an extension to ActiveRecord that allows setting column values to their default database value when saving a record.1
amatsuda/stateful_enumSimplifies state machine management with Rails and ActiveRecord626
schemaplus/schema_monkeyA behind-the-scenes module insertion protocol to facilitate adding features to ActiveRecord5
schemaplus/schema_plus_viewsA gem that enables creating and querying views in ActiveRecord migrations.28