Table of Contents - activerecord-postgres_enum-1.6.1 Documentation
Classes and Modules
- ActiveModel
- ActiveModel::Validations
- ActiveModel::Validations::HelperMethods
- ActiveRecord
- ActiveRecord::ConnectionAdapters
- ActiveRecord::ConnectionAdapters::PostgreSQL
- ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Enum
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::TypeMapInitializer
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ActiveRecord::PostgresEnum
- ActiveRecord::PostgresEnum::CommandRecorder
- ActiveRecord::PostgresEnum::EnumValidator
- ActiveRecord::PostgresEnum::PostgreSQLAdapter
- ActiveRecord::PostgresEnum::PostgreSQLAdapter::ColumnDumperExt
- ActiveRecord::PostgresEnum::PostgreSQLAdapter::SchemaDumperExt
- ActiveRecord::PostgresEnum::SchemaDumper
Methods
- ::enum_values — ActiveRecord::PostgresEnum::EnumValidator
- #add_enum_value — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #create_enum — ActiveRecord::PostgresEnum::CommandRecorder
- #create_enum — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #drop_enum — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #dump_enums — ActiveRecord::PostgresEnum::SchemaDumper
- #enum_type — ActiveRecord::PostgresEnum::EnumValidator
- #enums — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #invert_create_enum — ActiveRecord::PostgresEnum::CommandRecorder
- #invert_rename_enum — ActiveRecord::PostgresEnum::CommandRecorder
- #invert_rename_enum_value — ActiveRecord::PostgresEnum::CommandRecorder
- #migration_keys — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #prepare_column_options — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #prepare_column_options — ActiveRecord::PostgresEnum::PostgreSQLAdapter::SchemaDumperExt
- #prepare_column_options — ActiveRecord::PostgresEnum::PostgreSQLAdapter::ColumnDumperExt
- #register_enum_type — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::TypeMapInitializer
- #remove_enum_value — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #rename_enum — ActiveRecord::PostgresEnum::CommandRecorder
- #rename_enum — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #rename_enum_value — ActiveRecord::PostgresEnum::CommandRecorder
- #rename_enum_value — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #rename_enum_value_supported? — ActiveRecord::PostgresEnum::PostgreSQLAdapter
- #tables — ActiveRecord::PostgresEnum::SchemaDumper
- #validate_each — ActiveRecord::PostgresEnum::EnumValidator
- #validates_enum — ActiveModel::Validations::HelperMethods