Table of Contents - activerecord-6.1.7.8 Documentation
Pages
- README
- databases.rake
- application_record.rb.tt
- create_table_migration.rb.tt
- migration.rb.tt
- abstract_base_class.rb.tt
- model.rb.tt
- module.rb.tt
Classes and Modules
- ActiveRecord
- ActiveRecord::ActiveJobRequiredError
- ActiveRecord::ActiveRecordError
- ActiveRecord::AdapterNotFound
- ActiveRecord::AdapterNotSpecified
- ActiveRecord::AdapterTimeout
- ActiveRecord::Aggregations
- ActiveRecord::Aggregations::ClassMethods
- ActiveRecord::AmbiguousSourceReflectionForThroughAssociation
- ActiveRecord::AssociationNotFoundError
- ActiveRecord::AssociationNotFoundError::Correction
- ActiveRecord::AssociationRelation
- ActiveRecord::AssociationTypeMismatch
- ActiveRecord::Associations
- ActiveRecord::Associations::AliasTracker
- ActiveRecord::Associations::Association
- ActiveRecord::Associations::AssociationScope
- ActiveRecord::Associations::AssociationScope::ReflectionProxy
- ActiveRecord::Associations::BelongsToAssociation
- ActiveRecord::Associations::BelongsToPolymorphicAssociation
- ActiveRecord::Associations::Builder
- ActiveRecord::Associations::Builder::Association
- ActiveRecord::Associations::Builder::BelongsTo
- ActiveRecord::Associations::Builder::CollectionAssociation
- ActiveRecord::Associations::Builder::HasAndBelongsToMany
- ActiveRecord::Associations::Builder::HasMany
- ActiveRecord::Associations::Builder::HasOne
- ActiveRecord::Associations::Builder::SingularAssociation
-
ActiveRecord::Associations::ClassMethods
- A word of warning
- Auto-generated methods
- Singular associations (one-to-one)
- Collection associations (one-to-many / many-to-many)
- Overriding generated methods
- Cardinality and associations
- One-to-one
- One-to-many
- Many-to-many
- Is it a #belongs_to or #has_one association?
- Unsaved objects and associations
- One-to-one associations
- Collections
- Customizing the query
- Accessing the owner object
- Association callbacks
- Association extensions
- Association Join Models
- Setting Inverses
- Nested Associations
- Polymorphic Associations
- Caching
- Eager loading of associations
- Table Aliasing
- Modules
- Bi-directional associations
- Deleting from associations
- Dependent associations
- Delete or destroy?
- What gets deleted?
- Type safety with ActiveRecord::AssociationTypeMismatch
- Options
- ActiveRecord::Associations::CollectionAssociation
- ActiveRecord::Associations::CollectionProxy
- ActiveRecord::Associations::ForeignAssociation
- ActiveRecord::Associations::HasManyAssociation
- ActiveRecord::Associations::HasManyThroughAssociation
- ActiveRecord::Associations::HasOneAssociation
- ActiveRecord::Associations::HasOneThroughAssociation
- ActiveRecord::Associations::JoinDependency
- ActiveRecord::Associations::JoinDependency::Aliases
- ActiveRecord::Associations::JoinDependency::JoinAssociation
- ActiveRecord::Associations::JoinDependency::JoinBase
- ActiveRecord::Associations::JoinDependency::JoinPart
- ActiveRecord::Associations::Preloader
- ActiveRecord::Associations::Preloader::AlreadyLoaded
- ActiveRecord::Associations::Preloader::Association
- ActiveRecord::Associations::Preloader::ThroughAssociation
- ActiveRecord::Associations::SingularAssociation
- ActiveRecord::Associations::ThroughAssociation
- ActiveRecord::AttributeAssignment
- ActiveRecord::AttributeAssignmentError
- ActiveRecord::AttributeMethods
- ActiveRecord::AttributeMethods::BeforeTypeCast
- ActiveRecord::AttributeMethods::ClassMethods
- ActiveRecord::AttributeMethods::Dirty
- ActiveRecord::AttributeMethods::GeneratedAttributeMethods
- ActiveRecord::AttributeMethods::PrimaryKey
- ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- ActiveRecord::AttributeMethods::Query
- ActiveRecord::AttributeMethods::Read
- ActiveRecord::AttributeMethods::Read::ClassMethods
- ActiveRecord::AttributeMethods::Serialization
- ActiveRecord::AttributeMethods::Serialization::ClassMethods
- ActiveRecord::AttributeMethods::Serialization::ColumnNotSerializableError
- ActiveRecord::AttributeMethods::TimeZoneConversion
- ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods
- ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter
- ActiveRecord::AttributeMethods::Write
- ActiveRecord::AttributeMethods::Write::ClassMethods
- ActiveRecord::Attributes
- ActiveRecord::Attributes::ClassMethods
- ActiveRecord::AutosaveAssociation
- ActiveRecord::AutosaveAssociation::AssociationBuilderExtension
- ActiveRecord::AutosaveAssociation::ClassMethods
-
ActiveRecord::Base
- Active Record
- Creation
- Conditions
- Overwriting default accessors
- Attribute query methods
- Accessing attributes before they have been typecasted
- Dynamic attribute-based finders
- Saving arrays, hashes, and other non-mappable objects in text columns
- Single table inheritance
- Connection to multiple databases in different models
- Exceptions
- ActiveRecord::Batches
- ActiveRecord::Batches::BatchEnumerator
- ActiveRecord::Calculations
- ActiveRecord::Callbacks
- ActiveRecord::Callbacks::ClassMethods
- ActiveRecord::Coders
- ActiveRecord::Coders::JSON
- ActiveRecord::Coders::YAMLColumn
- ActiveRecord::ConcurrentMigrationError
- ActiveRecord::ConfigurationError
- ActiveRecord::ConnectionAdapters::AbstractAdapter
- ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::StatementPool
- ActiveRecord::ConnectionAdapters::AbstractPool
- ActiveRecord::ConnectionAdapters::AlterTable
- ActiveRecord::ConnectionAdapters::ColumnMethods
- ActiveRecord::ConnectionAdapters::ConnectionHandler
- ActiveRecord::ConnectionAdapters::ConnectionPool
- ActiveRecord::ConnectionAdapters::ConnectionPool::BiasableQueue
- ActiveRecord::ConnectionAdapters::ConnectionPool::BiasableQueue::BiasedConditionVariable
- ActiveRecord::ConnectionAdapters::ConnectionPool::ConnectionLeasingQueue
- ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
- ActiveRecord::ConnectionAdapters::DatabaseLimits
- ActiveRecord::ConnectionAdapters::DatabaseStatements
- ActiveRecord::ConnectionAdapters::Deduplicable
- ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
- ActiveRecord::ConnectionAdapters::IndexDefinition
- ActiveRecord::ConnectionAdapters::LegacyPoolManager
- ActiveRecord::ConnectionAdapters::MySQL
- ActiveRecord::ConnectionAdapters::MySQL::Column
- ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- ActiveRecord::ConnectionAdapters::MySQL::ExplainPrettyPrinter
- ActiveRecord::ConnectionAdapters::MySQL::Quoting
- ActiveRecord::ConnectionAdapters::MySQL::SchemaCreation
- ActiveRecord::ConnectionAdapters::MySQL::SchemaDumper
- ActiveRecord::ConnectionAdapters::MySQL::SchemaStatements
- ActiveRecord::ConnectionAdapters::MySQL::Table
- ActiveRecord::ConnectionAdapters::MySQL::TableDefinition
- ActiveRecord::ConnectionAdapters::MySQL::TypeMetadata
- ActiveRecord::ConnectionAdapters::Mysql2Adapter
- ActiveRecord::ConnectionAdapters::NullPool
- ActiveRecord::ConnectionAdapters::NullTransaction
- ActiveRecord::ConnectionAdapters::PoolConfig
- ActiveRecord::ConnectionAdapters::PoolManager
- ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- ActiveRecord::ConnectionAdapters::PostgreSQL::Column
- ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- ActiveRecord::ConnectionAdapters::PostgreSQL::ExplainPrettyPrinter
- ActiveRecord::ConnectionAdapters::PostgreSQL::Name
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::BitVarying
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Cidr
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Date
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Decimal
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Enum
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Hstore
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Inet
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Interval
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Jsonb
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::LegacyPoint
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Macaddr
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Money
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Oid
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Point
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Range
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::SpecializedString
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::TypeMapInitializer
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Uuid
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Vector
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml::Data
- ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange
- ActiveRecord::ConnectionAdapters::PostgreSQL::ReferentialIntegrity
- ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaCreation
- ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaDumper
- ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
- ActiveRecord::ConnectionAdapters::PostgreSQL::Utils
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::MoneyDecoder
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
- ActiveRecord::ConnectionAdapters::QueryCache
- ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration
- ActiveRecord::ConnectionAdapters::Quoting
- ActiveRecord::ConnectionAdapters::RealTransaction
- ActiveRecord::ConnectionAdapters::ReferenceDefinition
- ActiveRecord::ConnectionAdapters::SQLite3
- ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- ActiveRecord::ConnectionAdapters::SQLite3::ExplainPrettyPrinter
- ActiveRecord::ConnectionAdapters::SQLite3::Quoting
- ActiveRecord::ConnectionAdapters::SQLite3::SchemaCreation
- ActiveRecord::ConnectionAdapters::SQLite3::SchemaDumper
- ActiveRecord::ConnectionAdapters::SQLite3::SchemaStatements
- ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ActiveRecord::ConnectionAdapters::SQLite3Adapter::SQLite3Integer
- ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
- ActiveRecord::ConnectionAdapters::SavepointTransaction
- ActiveRecord::ConnectionAdapters::Savepoints
- ActiveRecord::ConnectionAdapters::SchemaCache
- ActiveRecord::ConnectionAdapters::SchemaCreation
- ActiveRecord::ConnectionAdapters::SchemaDumper
- ActiveRecord::ConnectionAdapters::SchemaStatements
- ActiveRecord::ConnectionAdapters::StatementPool
- ActiveRecord::ConnectionAdapters::Table
- ActiveRecord::ConnectionAdapters::TableDefinition
- ActiveRecord::ConnectionAdapters::Transaction
- ActiveRecord::ConnectionAdapters::TransactionManager
- ActiveRecord::ConnectionAdapters::TransactionState
- ActiveRecord::ConnectionHandling
- ActiveRecord::ConnectionNotEstablished
- ActiveRecord::ConnectionTimeoutError
- ActiveRecord::Core
- ActiveRecord::Core::ClassMethods
- ActiveRecord::Core::InspectionMask
- ActiveRecord::CounterCache
- ActiveRecord::CounterCache::ClassMethods
- ActiveRecord::DangerousAttributeError
- ActiveRecord::DatabaseAlreadyExists
- ActiveRecord::DatabaseConfigurations
- ActiveRecord::DatabaseConfigurations::ConnectionUrlResolver
- ActiveRecord::DatabaseConfigurations::DatabaseConfig
- ActiveRecord::DatabaseConfigurations::HashConfig
- ActiveRecord::DatabaseConfigurations::InvalidConfigurationError
- ActiveRecord::DatabaseConfigurations::UrlConfig
- ActiveRecord::Deadlocked
- ActiveRecord::DelegatedType
- ActiveRecord::Delegation
- ActiveRecord::Delegation::ClassMethods
- ActiveRecord::Delegation::ClassSpecificRelation
- ActiveRecord::Delegation::ClassSpecificRelation::ClassMethods
- ActiveRecord::Delegation::DelegateCache
- ActiveRecord::Delegation::GeneratedRelationMethods
- ActiveRecord::DeleteRestrictionError
- ActiveRecord::DestroyAssociationAsyncError
- ActiveRecord::DestroyAssociationAsyncJob
- ActiveRecord::DuplicateMigrationNameError
- ActiveRecord::DuplicateMigrationVersionError
- ActiveRecord::DynamicMatchers
- ActiveRecord::DynamicMatchers::FindBy
- ActiveRecord::DynamicMatchers::FindByBang
- ActiveRecord::DynamicMatchers::Method
- ActiveRecord::EagerLoadPolymorphicError
- ActiveRecord::Enum
- ActiveRecord::Enum::EnumMethods
- ActiveRecord::Enum::EnumType
- ActiveRecord::EnvironmentMismatchError
- ActiveRecord::EnvironmentStorageError
- ActiveRecord::ExclusiveConnectionTimeoutError
- ActiveRecord::Explain
- ActiveRecord::ExplainRegistry
- ActiveRecord::ExplainSubscriber
- ActiveRecord::FinderMethods
- ActiveRecord::Fixture
- ActiveRecord::Fixture::FixtureError
- ActiveRecord::Fixture::FormatError
- ActiveRecord::FixtureClassNotFound
-
ActiveRecord::FixtureSet
- Using Fixtures in Test Cases
- Dynamic fixtures with ERB
- Transactional Tests
- Advanced Fixtures
- Stable, Autogenerated IDs
- Label references for associations (belongs_to, has_one, has_many)
- belongs_to
- Polymorphic belongs_to
- has_and_belongs_to_many
- Autofilled Timestamp Columns
- Fixture label interpolation
- Support for YAML defaults
- Configure the fixture model class
- ActiveRecord::FixtureSet::ClassCache
- ActiveRecord::FixtureSet::File
- ActiveRecord::FixtureSet::ModelMetadata
- ActiveRecord::FixtureSet::RenderContext
- ActiveRecord::FixtureSet::TableRow
- ActiveRecord::FixtureSet::TableRow::HasManyThroughProxy
- ActiveRecord::FixtureSet::TableRow::ReflectionProxy
- ActiveRecord::FixtureSet::TableRows
- ActiveRecord::Generators
- ActiveRecord::Generators::ApplicationRecordGenerator
- ActiveRecord::Generators::Base
- ActiveRecord::Generators::Migration
- ActiveRecord::Generators::Migration::ClassMethods
- ActiveRecord::Generators::MigrationGenerator
- ActiveRecord::Generators::ModelGenerator
- ActiveRecord::HasManyThroughAssociationNotFoundError
- ActiveRecord::HasManyThroughAssociationNotFoundError::Correction
- ActiveRecord::HasManyThroughAssociationPointlessSourceTypeError
- ActiveRecord::HasManyThroughAssociationPolymorphicSourceError
- ActiveRecord::HasManyThroughAssociationPolymorphicThroughError
- ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection
- ActiveRecord::HasManyThroughNestedAssociationsAreReadonly
- ActiveRecord::HasManyThroughOrderError
- ActiveRecord::HasManyThroughSourceAssociationNotFoundError
- ActiveRecord::HasOneAssociationPolymorphicThroughError
- ActiveRecord::HasOneThroughCantAssociateThroughCollection
- ActiveRecord::HasOneThroughCantAssociateThroughHasOneOrManyReflection
- ActiveRecord::HasOneThroughNestedAssociationsAreReadonly
- ActiveRecord::IllegalMigrationNameError
- ActiveRecord::ImmutableRelation
- ActiveRecord::Inheritance
- ActiveRecord::Inheritance::ClassMethods
- ActiveRecord::InsertAll
- ActiveRecord::InsertAll::Builder
- ActiveRecord::Integration
- ActiveRecord::Integration::ClassMethods
- ActiveRecord::InternalMetadata
- ActiveRecord::InvalidForeignKey
- ActiveRecord::InverseOfAssociationNotFoundError
- ActiveRecord::InverseOfAssociationNotFoundError::Correction
- ActiveRecord::IrreversibleMigration
- ActiveRecord::IrreversibleOrderError
- ActiveRecord::LegacyYamlAdapter
- ActiveRecord::LegacyYamlAdapter::Rails41
- ActiveRecord::LegacyYamlAdapter::Rails420
- ActiveRecord::LockWaitTimeout
- ActiveRecord::Locking
- ActiveRecord::Locking::LockingType
- ActiveRecord::Locking::Optimistic
- ActiveRecord::Locking::Optimistic::ClassMethods
- ActiveRecord::Locking::Pessimistic
- ActiveRecord::LogSubscriber
- ActiveRecord::Middleware
- ActiveRecord::Middleware::DatabaseSelector
- ActiveRecord::Middleware::DatabaseSelector::Resolver
- ActiveRecord::Middleware::DatabaseSelector::Resolver::Session
- ActiveRecord::Migration
- ActiveRecord::Migration::CheckPending
- ActiveRecord::Migration::CommandRecorder
- ActiveRecord::Migration::CommandRecorder::StraightReversions
- ActiveRecord::Migration::Compatibility
- ActiveRecord::Migration::Compatibility::V4_2::t
- ActiveRecord::Migration::Compatibility::V5_0::t
- ActiveRecord::Migration::Compatibility::V5_2::recorder
- ActiveRecord::Migration::Compatibility::V5_2::t
- ActiveRecord::Migration::Compatibility::V6_0::t
- ActiveRecord::Migration::Current
- ActiveRecord::Migration::JoinTable
- ActiveRecord::Migration::V6_1
- ActiveRecord::MigrationContext
- ActiveRecord::MigrationError
- ActiveRecord::Migrator
- ActiveRecord::MismatchedForeignKey
- ActiveRecord::ModelSchema
- ActiveRecord::ModelSchema::ClassMethods
- ActiveRecord::MultiparameterAssignmentErrors
- ActiveRecord::NestedAttributes
- ActiveRecord::NestedAttributes::ClassMethods
- ActiveRecord::NestedAttributes::TooManyRecords
- ActiveRecord::NoDatabaseError
- ActiveRecord::NoEnvironmentInSchemaError
- ActiveRecord::NoTouching
- ActiveRecord::NoTouching::ClassMethods
- ActiveRecord::NotNullViolation
- ActiveRecord::NullRelation
- ActiveRecord::PendingMigrationError
- ActiveRecord::Persistence
- ActiveRecord::Persistence::ClassMethods
- ActiveRecord::PredicateBuilder
- ActiveRecord::PredicateBuilder::ArrayHandler
- ActiveRecord::PredicateBuilder::ArrayHandler::NullPredicate
- ActiveRecord::PredicateBuilder::AssociationQueryValue
- ActiveRecord::PredicateBuilder::BaseHandler
- ActiveRecord::PredicateBuilder::BasicObjectHandler
- ActiveRecord::PredicateBuilder::PolymorphicArrayValue
- ActiveRecord::PredicateBuilder::RangeHandler
- ActiveRecord::PredicateBuilder::RelationHandler
- ActiveRecord::PreparedStatementCacheExpired
- ActiveRecord::PreparedStatementInvalid
- ActiveRecord::ProtectedEnvironmentError
- ActiveRecord::QueryAborted
- ActiveRecord::QueryCache
- ActiveRecord::QueryCache::ClassMethods
- ActiveRecord::QueryCanceled
- ActiveRecord::QueryMethods
- ActiveRecord::QueryMethods::WhereChain
- ActiveRecord::Querying
- ActiveRecord::Railtie
- ActiveRecord::Railties
- ActiveRecord::Railties::ControllerRuntime
- ActiveRecord::Railties::ControllerRuntime::ClassMethods
- ActiveRecord::RangeError
- ActiveRecord::ReadOnlyError
- ActiveRecord::ReadOnlyRecord
- ActiveRecord::ReadonlyAttributes
- ActiveRecord::ReadonlyAttributes::ClassMethods
- ActiveRecord::RecordInvalid
- ActiveRecord::RecordNotDestroyed
- ActiveRecord::RecordNotFound
- ActiveRecord::RecordNotSaved
- ActiveRecord::RecordNotUnique
- ActiveRecord::Reflection
- ActiveRecord::Reflection::AbstractReflection
- ActiveRecord::Reflection::AggregateReflection
- ActiveRecord::Reflection::AssociationReflection
- ActiveRecord::Reflection::BelongsToReflection
- ActiveRecord::Reflection::ClassMethods
- ActiveRecord::Reflection::HasAndBelongsToManyReflection
- ActiveRecord::Reflection::HasManyReflection
- ActiveRecord::Reflection::HasOneReflection
- ActiveRecord::Reflection::MacroReflection
- ActiveRecord::Reflection::PolymorphicReflection
- ActiveRecord::Reflection::RuntimeReflection
- ActiveRecord::Reflection::ThroughReflection
- ActiveRecord::Relation
- ActiveRecord::Relation::FromClause
- ActiveRecord::Relation::HashMerger
- ActiveRecord::Relation::Merger
- ActiveRecord::Relation::QueryAttribute
- ActiveRecord::Relation::RecordFetchWarning
- ActiveRecord::Relation::RecordFetchWarning::QueryRegistry
- ActiveRecord::Relation::StrictLoadingScope
- ActiveRecord::Relation::WhereClause
- ActiveRecord::Relation::WhereClauseFactory
- ActiveRecord::Result
- ActiveRecord::Rollback
- ActiveRecord::RuntimeRegistry
- ActiveRecord::Sanitization
- ActiveRecord::Sanitization::ClassMethods
- ActiveRecord::Schema
- ActiveRecord::SchemaDumper
- ActiveRecord::SchemaMigration
- ActiveRecord::Scoping
- ActiveRecord::Scoping::ClassMethods
- ActiveRecord::Scoping::Default
- ActiveRecord::Scoping::Default::ClassMethods
- ActiveRecord::Scoping::Named
- ActiveRecord::Scoping::Named::ClassMethods
- ActiveRecord::Scoping::ScopeRegistry
- ActiveRecord::SecureToken
- ActiveRecord::SecureToken::ClassMethods
- ActiveRecord::SecureToken::MinimumLengthError
- ActiveRecord::Serialization
- ActiveRecord::SerializationFailure
- ActiveRecord::SerializationTypeMismatch
- ActiveRecord::SignedId
- ActiveRecord::SignedId::ClassMethods
- ActiveRecord::SpawnMethods
- ActiveRecord::StaleObjectError
- ActiveRecord::StatementCache
- ActiveRecord::StatementCache::BindMap
- ActiveRecord::StatementCache::Params
- ActiveRecord::StatementCache::PartialQuery
- ActiveRecord::StatementCache::PartialQueryCollector
- ActiveRecord::StatementCache::Query
- ActiveRecord::StatementCache::Substitute
- ActiveRecord::StatementInvalid
- ActiveRecord::StatementTimeout
- ActiveRecord::Store
- ActiveRecord::Store::ClassMethods
- ActiveRecord::Store::HashAccessor
- ActiveRecord::Store::IndifferentCoder
- ActiveRecord::Store::IndifferentHashAccessor
- ActiveRecord::Store::StringKeyedHashAccessor
- ActiveRecord::StrictLoadingViolationError
- ActiveRecord::SubclassNotFound
- ActiveRecord::Suppressor
- ActiveRecord::Suppressor::ClassMethods
- ActiveRecord::SuppressorRegistry
- ActiveRecord::TableMetadata
- ActiveRecord::TableNotSpecified
- ActiveRecord::Tasks
- ActiveRecord::Tasks::DatabaseNotSupported
- ActiveRecord::Tasks::DatabaseTasks
- ActiveRecord::Tasks::MySQLDatabaseTasks
- ActiveRecord::Tasks::PostgreSQLDatabaseTasks
- ActiveRecord::Tasks::SQLiteDatabaseTasks
- ActiveRecord::TestDatabases
- ActiveRecord::TestFixtures
- ActiveRecord::TestFixtures::ClassMethods
- ActiveRecord::ThroughCantAssociateThroughHasOneOrManyReflection
- ActiveRecord::ThroughNestedAssociationsAreReadonly
- ActiveRecord::Timestamp
- ActiveRecord::Timestamp::ClassMethods
- ActiveRecord::TouchLater
- ActiveRecord::TransactionIsolationError
- ActiveRecord::TransactionRollbackError
- ActiveRecord::Transactions
- ActiveRecord::Transactions::ClassMethods
- ActiveRecord::Translation
- ActiveRecord::Type::Date
- ActiveRecord::Type::DateTime
- ActiveRecord::Type::DecimalWithoutScale
- ActiveRecord::Type::HashLookupTypeMap
- ActiveRecord::Type::Internal
- ActiveRecord::Type::Internal::Timezone
- ActiveRecord::Type::Json
- ActiveRecord::Type::Serialized
- ActiveRecord::Type::Text
- ActiveRecord::Type::Time
- ActiveRecord::Type::Time::Value
- ActiveRecord::Type::TypeMap
- ActiveRecord::Type::UnsignedInteger
- ActiveRecord::TypeCaster
- ActiveRecord::TypeCaster::Connection
- ActiveRecord::TypeCaster::Map
- ActiveRecord::UnknownAttributeReference
- ActiveRecord::UnknownMigrationVersionError
- ActiveRecord::UnknownPrimaryKey
- ActiveRecord::VERSION
- ActiveRecord::Validations
- ActiveRecord::Validations::AbsenceValidator
- ActiveRecord::Validations::AssociatedValidator
- ActiveRecord::Validations::ClassMethods
- ActiveRecord::Validations::LengthValidator
- ActiveRecord::Validations::NumericalityValidator
- ActiveRecord::Validations::PresenceValidator
- ActiveRecord::Validations::UniquenessValidator
- ActiveRecord::ValueTooLong
- ActiveRecord::WrappedDatabaseException
- Arel
- Arel::Nodes::LeadingJoin
Methods
- ::[] — ActiveRecord::Migration
- ::cache_fixtures — ActiveRecord::FixtureSet
- ::cache_for_connection — ActiveRecord::FixtureSet
- ::cached_fixtures — ActiveRecord::FixtureSet
- ::check_pending! — ActiveRecord::Migration
- ::complete — ActiveRecord::QueryCache
- ::configurations — ActiveRecord::Core
- ::configurations= — ActiveRecord::Core
- ::connection_class — ActiveRecord::Core
- ::connection_handler — ActiveRecord::Core
- ::connection_handler= — ActiveRecord::Core
- ::connection_handlers — ActiveRecord::Core
- ::connection_handlers= — ActiveRecord::Core
- ::context_class — ActiveRecord::FixtureSet
- ::create_fixtures — ActiveRecord::FixtureSet
- ::create_unlogged_tables — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::current_adapter_name — ActiveRecord::Type
- ::current_preventing_writes — ActiveRecord::Core
- ::current_role — ActiveRecord::Core
- ::current_shard — ActiveRecord::Core
- ::current_version — ActiveRecord::Migration
- ::database_exists? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::database_exists? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- ::database_exists? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::database_exists? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ::define — ActiveRecord::Schema
- ::dirties_query_cache — ActiveRecord::ConnectionAdapters::QueryCache
- ::disable_ddl_transaction! — ActiveRecord::Migration
- ::eager_load! — ActiveRecord
- ::emulate_booleans — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- ::fixture_is_cached? — ActiveRecord::FixtureSet
- ::gem_version — ActiveRecord
- ::identify — ActiveRecord::FixtureSet
- ::immutable_strings_by_default= — ActiveRecord::ModelSchema
- ::implicit_order_column — ActiveRecord::ModelSchema
- ::implicit_order_column= — ActiveRecord::ModelSchema
- ::install_executor_hooks — ActiveRecord::QueryCache
- ::instantiate_all_loaded_fixtures — ActiveRecord::FixtureSet
- ::instantiate_fixtures — ActiveRecord::FixtureSet
- ::internal_metadata_table_name — ActiveRecord::ModelSchema
- ::internal_metadata_table_name= — ActiveRecord::ModelSchema
- ::klasses — ActiveRecord::NoTouching
- ::load_from — ActiveRecord::ConnectionAdapters::SchemaCache
- ::load_schema_if_pending! — ActiveRecord::Migration
- ::match — ActiveRecord::DynamicMatchers::Method
- ::migrate — ActiveRecord::Migration
- ::new — ActiveRecord::AssociationNotFoundError::Correction
- ::new — ActiveRecord::InverseOfAssociationNotFoundError::Correction
- ::new — ActiveRecord::HasManyThroughAssociationNotFoundError::Correction
- ::new — ActiveRecord::EagerLoadPolymorphicError
- ::new — ActiveRecord::AttributeMethods::Serialization::ColumnNotSerializableError
- ::new — ActiveRecord::ConnectionAdapters::ConnectionPool
- ::new — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- ::new — ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
- ::new — ActiveRecord::ConnectionAdapters::ConnectionHandler
- ::new — ActiveRecord::ConnectionAdapters::TableDefinition
- ::new — ActiveRecord::ConnectionAdapters::Table
- ::new — ActiveRecord::ConnectionAdapters::TransactionState
- ::new — ActiveRecord::ConnectionAdapters::SavepointTransaction
- ::new — ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- ::new — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- ::new — ActiveRecord::ConnectionAdapters::MySQL::TableDefinition
- ::new — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- ::new — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- ::new — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange
- ::new — ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
- ::new — ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- ::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::new — ActiveRecord::ConnectionAdapters::SchemaCache
- ::new — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ::new — ActiveRecord::DatabaseConfigurations
- ::new — ActiveRecord::DatabaseConfigurations::HashConfig
- ::new — ActiveRecord::DatabaseConfigurations::UrlConfig
- ::new — ActiveRecord::DynamicMatchers::Method
- ::new — ActiveRecord::RecordNotFound
- ::new — ActiveRecord::RecordNotSaved
- ::new — ActiveRecord::RecordNotDestroyed
- ::new — ActiveRecord::StatementInvalid
- ::new — ActiveRecord::MismatchedForeignKey
- ::new — ActiveRecord::StaleObjectError
- ::new — ActiveRecord::AttributeAssignmentError
- ::new — ActiveRecord::MultiparameterAssignmentErrors
- ::new — ActiveRecord::UnknownPrimaryKey
- ::new — ActiveRecord::FixtureSet
- ::new — ActiveRecord::FixtureSet::ClassCache
- ::new — ActiveRecord::Middleware::DatabaseSelector
- ::new — ActiveRecord::EnvironmentMismatchError
- ::new — ActiveRecord::Migration
- ::new — ActiveRecord::Migration::CheckPending
- ::new — ActiveRecord::Migration::CommandRecorder
- ::new — ActiveRecord::Reflection::MacroReflection
- ::new — ActiveRecord::Relation
- ::new — ActiveRecord::QueryMethods::WhereChain
- ::new — ActiveRecord::Result
- ::new — ActiveRecord::StatementCache::PartialQueryCollector
- ::new — ActiveRecord::RecordInvalid
- ::new — ActiveRecord::ConnectionAdapters::DatabaseStatements
- ::new — ActiveRecord::ConnectionAdapters::QueryCache
- ::new — ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration
- ::new — ActiveRecord::Core
- ::new_client — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- ::new_client — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::pattern — ActiveRecord::DynamicMatchers::Method
- ::pluralize_table_names — ActiveRecord::ModelSchema
- ::pluralize_table_names= — ActiveRecord::ModelSchema
- ::prefix — ActiveRecord::DynamicMatchers::Method
- ::prefix — ActiveRecord::DynamicMatchers::FindBy
- ::prefix — ActiveRecord::DynamicMatchers::FindByBang
- ::primary_key_prefix_type — ActiveRecord::ModelSchema
- ::primary_key_prefix_type= — ActiveRecord::ModelSchema
- ::read — ActiveRecord::ConnectionAdapters::SchemaCache
- ::register — ActiveRecord::Type
- ::reset_cache — ActiveRecord::FixtureSet
- ::reset_runtime — ActiveRecord::LogSubscriber
- ::run — ActiveRecord::QueryCache
- ::runtime — ActiveRecord::LogSubscriber
- ::runtime= — ActiveRecord::LogSubscriber
- ::schema_migrations_table_name — ActiveRecord::ModelSchema
- ::schema_migrations_table_name= — ActiveRecord::ModelSchema
- ::signed_global_id — ActiveRecord::FixtureSet
- ::spawn_thread — ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
- ::sql — Arel
- ::structure_dump_flags — ActiveRecord::Tasks::DatabaseTasks
- ::structure_load_flags — ActiveRecord::Tasks::DatabaseTasks
- ::suffix — ActiveRecord::DynamicMatchers::Method
- ::suffix — ActiveRecord::DynamicMatchers::FindByBang
- ::table_name_prefix — ActiveRecord::ModelSchema
- ::table_name_prefix= — ActiveRecord::ModelSchema
- ::table_name_suffix — ActiveRecord::ModelSchema
- ::table_name_suffix= — ActiveRecord::ModelSchema
- ::type_cast_config_to_boolean — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::type_cast_config_to_integer — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::version — ActiveRecord
- #-@ — ActiveRecord::ConnectionAdapters::Deduplicable
- #<< — ActiveRecord::Associations::CollectionProxy
- #<< — ActiveRecord::StatementCache::PartialQueryCollector
- #<=> — ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- #<=> — ActiveRecord::Core
- #== — ActiveRecord::Associations::CollectionProxy
- #== — ActiveRecord::Reflection::MacroReflection
- #== — ActiveRecord::Relation
- #== — ActiveRecord::Core
- #[] — ActiveRecord::ConnectionAdapters::TableDefinition
- #[] — ActiveRecord::DatabaseConfigurations
- #[] — ActiveRecord::FixtureSet
- #[] — ActiveRecord::FixtureSet::ClassCache
- #[] — ActiveRecord::Result
- #[] — ActiveRecord::AttributeMethods
- #[]= — ActiveRecord::FixtureSet
- #[]= — ActiveRecord::AttributeMethods
- #_assign_attributes — ActiveRecord::AttributeAssignment
- #_convert_type_from_options — ActiveRecord::ModelSchema::ClassMethods
- #_create — ActiveRecord::Relation
- #_create! — ActiveRecord::Relation
- #_create_record — ActiveRecord::AttributeMethods::Dirty
- #_create_record — ActiveRecord::Callbacks
- #_create_record — ActiveRecord::CounterCache
- #_create_record — ActiveRecord::Locking::Optimistic
- #_create_record — ActiveRecord::Persistence
- #_create_record — ActiveRecord::Timestamp
- #_delete_row — ActiveRecord::Persistence
- #_ensure_no_duplicate_errors — ActiveRecord::AutosaveAssociation
- #_enum_methods_module — ActiveRecord::Enum
- #_increment_attribute — ActiveRecord::Relation
- #_lock_value_for_database — ActiveRecord::Locking::Optimistic
- #_lookup_cast_type — ActiveRecord::Attributes::ClassMethods
- #_new — ActiveRecord::Relation
- #_quote — ActiveRecord::ConnectionAdapters::Quoting
- #_quote — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #_raise_readonly_record_error — ActiveRecord::Persistence
- #_raise_record_not_destroyed — ActiveRecord::Persistence
- #_raise_record_not_touched_error — ActiveRecord::Persistence
- #_read_attribute — ActiveRecord::AttributeMethods::Read
- #_scoping — ActiveRecord::Relation
- #_substitute_values — ActiveRecord::Relation
- #_substitute_values — ActiveRecord::Persistence::ClassMethods
- #_touch_row — ActiveRecord::AttributeMethods::Dirty
- #_touch_row — ActiveRecord::Locking::Optimistic
- #_touch_row — ActiveRecord::Persistence
- #_type_cast — ActiveRecord::ConnectionAdapters::Quoting
- #_type_cast — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #_update_record — ActiveRecord::AttributeMethods::Dirty
- #_update_record — ActiveRecord::Callbacks
- #_update_record — ActiveRecord::Persistence
- #_update_record — ActiveRecord::Timestamp
- #_update_row — ActiveRecord::Locking::Optimistic
- #_update_row — ActiveRecord::Persistence
- #abstract_class? — ActiveRecord::Inheritance::ClassMethods
- #accepts_nested_attributes_for — ActiveRecord::NestedAttributes::ClassMethods
- #accessed_fields — ActiveRecord::AttributeMethods
- #accessor — ActiveRecord::Type::Json
- #acquire_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #act_on_ignored_order — ActiveRecord::Batches
- #active? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #active? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #active? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #active? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #active_connection? — ActiveRecord::ConnectionAdapters::ConnectionPool
- #active_connections? — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #adapter — ActiveRecord::DatabaseConfigurations::HashConfig
- #adapter_name — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #add — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #add — ActiveRecord::ConnectionAdapters::SchemaCache
- #add_belongs_to — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_bind — ActiveRecord::StatementCache::PartialQueryCollector
- #add_binds — ActiveRecord::StatementCache::PartialQueryCollector
- #add_check_constraint — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_child — ActiveRecord::ConnectionAdapters::TransactionState
- #add_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_column_for_alter — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_column_for_alter — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #add_foreign_key — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_index_for_alter — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #add_index_opclass — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #add_index_sort_order — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_options_for_index_columns — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_options_for_index_columns — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #add_pg_decoders — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #add_pg_encoders — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #add_reference — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_timestamps — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_timestamps_for_alter — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_transaction_record — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #adopt_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #after_commit — ActiveRecord::Transactions::ClassMethods
- #after_create — ActiveRecord::Callbacks::ClassMethods
- #after_create_commit — ActiveRecord::Transactions::ClassMethods
- #after_destroy — ActiveRecord::Callbacks::ClassMethods
- #after_destroy_commit — ActiveRecord::Transactions::ClassMethods
- #after_find — ActiveRecord::Callbacks::ClassMethods
- #after_initialize — ActiveRecord::Callbacks::ClassMethods
- #after_rollback — ActiveRecord::Transactions::ClassMethods
- #after_save — ActiveRecord::Callbacks::ClassMethods
- #after_save_commit — ActiveRecord::Transactions::ClassMethods
- #after_touch — ActiveRecord::Callbacks::ClassMethods
- #after_update — ActiveRecord::Callbacks::ClassMethods
- #after_update_commit — ActiveRecord::Transactions::ClassMethods
- #aggregate_column — ActiveRecord::Calculations
- #aliased_types — ActiveRecord::ConnectionAdapters::TableDefinition
- #aliased_types — ActiveRecord::ConnectionAdapters::MySQL::TableDefinition
- #all — ActiveRecord::Scoping::Named::ClassMethods
- #all_attributes? — ActiveRecord::Calculations
- #all_connection_pools — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #all_timestamp_attributes_in_model — ActiveRecord::Timestamp
- #allowed_index_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #already_in_scope? — ActiveRecord::Relation
- #alter_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #and — ActiveRecord::QueryMethods
- #annotate — ActiveRecord::QueryMethods
- #announce — ActiveRecord::Migration
- #any? — ActiveRecord::Associations::CollectionProxy
- #any? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #any? — ActiveRecord::Relation
- #any_waiting? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #append — ActiveRecord::Associations::CollectionProxy
- #apply_finish_limit — ActiveRecord::Batches
- #apply_join_dependency — ActiveRecord::FinderMethods
- #apply_limits — ActiveRecord::Batches
- #apply_start_limit — ActiveRecord::Batches
- #arel_column — ActiveRecord::QueryMethods
- #arel_columns — ActiveRecord::QueryMethods
- #arel_from_relation — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #arel_visitor — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #arel_visitor — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #arel_visitor — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #arel_visitor — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #around_create — ActiveRecord::Callbacks::ClassMethods
- #around_destroy — ActiveRecord::Callbacks::ClassMethods
- #around_save — ActiveRecord::Callbacks::ClassMethods
- #around_save_collection_association — ActiveRecord::AutosaveAssociation
- #around_update — ActiveRecord::Callbacks::ClassMethods
- #assert_mutability! — ActiveRecord::QueryMethods
- #assert_valid_enum_definition_values — ActiveRecord::Enum
- #assert_valid_transaction_action — ActiveRecord::Transactions::ClassMethods
- #assign_multiparameter_attributes — ActiveRecord::AttributeAssignment
- #assign_nested_parameter_attributes — ActiveRecord::AttributeAssignment
- #associated_records_to_validate_or_save — ActiveRecord::AutosaveAssociation
- #association_foreign_key_changed? — ActiveRecord::AutosaveAssociation
- #association_valid? — ActiveRecord::AutosaveAssociation
- #assume_migrated_upto_version — ActiveRecord::ConnectionAdapters::SchemaStatements
- #attempt_to_checkout_all_existing_connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #attr_readonly — ActiveRecord::ReadonlyAttributes::ClassMethods
- #attribute — ActiveRecord::AttributeMethods::Read
- #attribute — ActiveRecord::Attributes::ClassMethods
- #attribute? — ActiveRecord::AttributeMethods::Query
- #attribute_before_last_save — ActiveRecord::AttributeMethods::Dirty
- #attribute_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
- #attribute_came_from_user? — ActiveRecord::AttributeMethods::BeforeTypeCast
- #attribute_change_to_be_saved — ActiveRecord::AttributeMethods::Dirty
- #attribute_for_database — ActiveRecord::AttributeMethods::BeforeTypeCast
- #attribute_for_inspect — ActiveRecord::AttributeMethods
- #attribute_in_database — ActiveRecord::AttributeMethods::Dirty
- #attribute_method? — ActiveRecord::AttributeMethods
- #attribute_method? — ActiveRecord::AttributeMethods::ClassMethods
- #attribute_method? — ActiveRecord::AttributeMethods::PrimaryKey
- #attribute_names — ActiveRecord::AttributeMethods
- #attribute_names — ActiveRecord::AttributeMethods::ClassMethods
- #attribute_names_for_partial_writes — ActiveRecord::AttributeMethods::Dirty
- #attribute_present? — ActiveRecord::AttributeMethods
- #attributes — ActiveRecord::AttributeMethods
- #attributes_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
- #attributes_for_create — ActiveRecord::AttributeMethods
- #attributes_for_update — ActiveRecord::AttributeMethods
- #attributes_hash — ActiveRecord::DynamicMatchers::Method
- #attributes_in_database — ActiveRecord::AttributeMethods::Dirty
- #attributes_with_values — ActiveRecord::AttributeMethods
- #autosave= — ActiveRecord::Reflection::MacroReflection
- #average — ActiveRecord::Calculations
- #base_class — ActiveRecord::Inheritance::ClassMethods
- #base_class? — ActiveRecord::Inheritance::ClassMethods
- #batch_order — ActiveRecord::Batches
- #becomes — ActiveRecord::Persistence
- #becomes! — ActiveRecord::Persistence
- #before_create — ActiveRecord::Callbacks::ClassMethods
- #before_destroy — ActiveRecord::Callbacks::ClassMethods
- #before_save — ActiveRecord::Callbacks::ClassMethods
- #before_update — ActiveRecord::Callbacks::ClassMethods
- #begin_db_transaction — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #begin_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #begin_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #belongs_to — ActiveRecord::ConnectionAdapters::TableDefinition
- #belongs_to — ActiveRecord::ConnectionAdapters::Table
- #belongs_to — ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- #belongs_to — ActiveRecord::Associations::ClassMethods
- #belongs_to_touch_method — ActiveRecord::Persistence
- #bigserial — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #binary? — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- #bind_params_length — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #bind_params_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #bit — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #bit_varying — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #blank? — ActiveRecord::DatabaseConfigurations
- #blank? — ActiveRecord::Relation
- #blob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #body — ActiveRecord::DynamicMatchers::Method
- #box — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #build — ActiveRecord::Associations::CollectionProxy
- #build — ActiveRecord::Relation
- #build_arel — ActiveRecord::QueryMethods
- #build_cast_value — ActiveRecord::QueryMethods
- #build_configs — ActiveRecord::DatabaseConfigurations
- #build_configuration_sentence — ActiveRecord::DatabaseConfigurations
- #build_count_subquery — ActiveRecord::Calculations
- #build_db_config_from_hash — ActiveRecord::DatabaseConfigurations
- #build_db_config_from_raw_config — ActiveRecord::DatabaseConfigurations
- #build_db_config_from_string — ActiveRecord::DatabaseConfigurations
- #build_default_scope — ActiveRecord::Scoping::Default::ClassMethods
- #build_fixture_sql — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #build_fixture_statements — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #build_fixture_statements — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #build_from — ActiveRecord::QueryMethods
- #build_join_buckets — ActiveRecord::QueryMethods
- #build_join_dependencies — ActiveRecord::QueryMethods
- #build_joins — ActiveRecord::QueryMethods
- #build_order — ActiveRecord::QueryMethods
- #build_preloader — ActiveRecord::Relation
- #build_result — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #build_select — ActiveRecord::QueryMethods
- #build_statement_pool — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #build_statement_pool — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #build_statement_pool — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #build_statement_pool — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #build_truncate_statement — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #build_truncate_statement — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #build_truncate_statements — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #build_truncate_statements — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #build_url_hash — ActiveRecord::DatabaseConfigurations::UrlConfig
- #build_watcher — ActiveRecord::Migration::CheckPending
- #bulk_change_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #bulk_make_new_connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #cache — ActiveRecord::ConnectionAdapters::QueryCache
- #cache — ActiveRecord::QueryCache::ClassMethods
- #cache_dump_filename — ActiveRecord::Tasks::DatabaseTasks
- #cache_key — ActiveRecord::Relation
- #cache_key — ActiveRecord::Integration
- #cache_key_with_version — ActiveRecord::Relation
- #cache_key_with_version — ActiveRecord::Integration
- #cache_notification_info — ActiveRecord::ConnectionAdapters::QueryCache
- #cache_sql — ActiveRecord::ConnectionAdapters::QueryCache
- #cache_version — ActiveRecord::Relation
- #cache_version — ActiveRecord::Integration
- #calculate — ActiveRecord::Associations::CollectionProxy
- #calculate — ActiveRecord::Calculations
- #call — ActiveRecord::Middleware::DatabaseSelector
- #call — ActiveRecord::Migration::CheckPending
- #can_perform_case_insensitive_comparison_for? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #can_perform_case_insensitive_comparison_for? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #can_perform_case_insensitive_comparison_for? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #can_remove_index_by_name? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #can_remove_no_wait? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #can_use_fast_cache_version? — ActiveRecord::Integration
- #cast_value — ActiveRecord::Type::Time
- #change — ActiveRecord::ConnectionAdapters::Table
- #change_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_comment — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_default — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_default_for_alter — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #change_column_for_alter — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #change_column_for_alter — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #change_column_null — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_null_for_alter — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #change_default — ActiveRecord::ConnectionAdapters::Table
- #change_null — ActiveRecord::ConnectionAdapters::Table
- #change_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_table_comment — ActiveRecord::ConnectionAdapters::SchemaStatements
- #changed_attribute_names_to_save — ActiveRecord::AttributeMethods::Dirty
- #changed_for_autosave? — ActiveRecord::AutosaveAssociation
- #changed_in_place? — ActiveRecord::Type::Json
- #changes_to_save — ActiveRecord::AttributeMethods::Dirty
- #charset — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #charset — ActiveRecord::Tasks::DatabaseTasks
- #charset_current — ActiveRecord::Tasks::DatabaseTasks
- #check_constraint — ActiveRecord::ConnectionAdapters::TableDefinition
- #check_constraint — ActiveRecord::ConnectionAdapters::Table
- #check_constraint_for — ActiveRecord::ConnectionAdapters::SchemaStatements
- #check_constraint_for! — ActiveRecord::ConnectionAdapters::SchemaStatements
- #check_constraint_name — ActiveRecord::ConnectionAdapters::SchemaStatements
- #check_constraints — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #check_constraints — ActiveRecord::ConnectionAdapters::SchemaStatements
- #check_if_method_has_arguments! — ActiveRecord::QueryMethods
- #check_int_in_range — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #check_protected_environments! — ActiveRecord::Tasks::DatabaseTasks
- #check_reorder_deprecation — ActiveRecord::FinderMethods
- #check_schema_file — ActiveRecord::Tasks::DatabaseTasks
- #check_target_version — ActiveRecord::Tasks::DatabaseTasks
- #checkin — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout_and_verify — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout_for_exclusive_access — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout_new_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout_timeout — ActiveRecord::DatabaseConfigurations::HashConfig
- #cidr — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #circle — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #citext — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #class_for_adapter — ActiveRecord::Tasks::DatabaseTasks
- #clear — ActiveRecord::Associations::CollectionProxy
- #clear — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #clear! — ActiveRecord::ConnectionAdapters::SchemaCache
- #clear_active_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #clear_aggregation_cache — ActiveRecord::Aggregations
- #clear_all_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #clear_cache! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #clear_data_source_cache! — ActiveRecord::ConnectionAdapters::SchemaCache
- #clear_on_handler — ActiveRecord::ConnectionHandling
- #clear_query_cache — ActiveRecord::ConnectionAdapters::QueryCache
- #clear_query_caches_for_current_thread — ActiveRecord::ConnectionHandling
- #clear_reloadable_connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #clear_reloadable_connections! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #clear_reloadable_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #clear_schema_cache — ActiveRecord::Tasks::DatabaseTasks
- #clear_timestamp_attributes — ActiveRecord::Timestamp
- #client_min_messages — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #client_min_messages= — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #clone — ActiveRecord::Core
- #close — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #collation — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #collation — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #collation — ActiveRecord::Tasks::DatabaseTasks
- #collation_current — ActiveRecord::Tasks::DatabaseTasks
- #collector — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #colorize_payload_name — ActiveRecord::LogSubscriber
- #column — ActiveRecord::ConnectionAdapters::TableDefinition
- #column — ActiveRecord::ConnectionAdapters::Table
- #column — ActiveRecord::ConnectionAdapters::ColumnMethods
- #column_alias_for — ActiveRecord::Calculations
- #column_defaults — ActiveRecord::ModelSchema::ClassMethods
- #column_definitions — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #column_definitions — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #column_exists? — ActiveRecord::ConnectionAdapters::Table
- #column_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #column_for — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #column_for_attribute — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #column_for_attribute — ActiveRecord::ModelSchema::ClassMethods
- #column_name_matcher — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #column_name_with_order_matcher — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #column_names — ActiveRecord::ModelSchema::ClassMethods
- #column_options_keys — ActiveRecord::ConnectionAdapters::SchemaStatements
- #column_references — ActiveRecord::QueryMethods
- #column_type — ActiveRecord::Result
- #columns — ActiveRecord::ConnectionAdapters::TableDefinition
- #columns — ActiveRecord::ConnectionAdapters::SchemaCache
- #columns — ActiveRecord::ConnectionAdapters::SchemaStatements
- #columns — ActiveRecord::ModelSchema::ClassMethods
- #columns_hash — ActiveRecord::ConnectionAdapters::SchemaCache
- #columns_hash? — ActiveRecord::ConnectionAdapters::SchemaCache
- #combine_multi_statements — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #combine_multi_statements — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #command_recorder — ActiveRecord::Migration
- #commit — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #commit — ActiveRecord::ConnectionAdapters::RealTransaction
- #commit! — ActiveRecord::ConnectionAdapters::TransactionState
- #commit_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #commit_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #committed? — ActiveRecord::ConnectionAdapters::TransactionState
- #completed? — ActiveRecord::ConnectionAdapters::TransactionState
- #composed_of — ActiveRecord::Aggregations::ClassMethods
- #compute_class — ActiveRecord::Reflection::MacroReflection
- #compute_table_name — ActiveRecord::ModelSchema::ClassMethods
- #compute_type — ActiveRecord::Inheritance::ClassMethods
- #concat — ActiveRecord::Associations::CollectionProxy
- #config — ActiveRecord::DatabaseConfigurations::HashConfig
- #configs_for — ActiveRecord::DatabaseConfigurations
- #configure_connection — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #configure_connection — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #configure_connection — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #configure_connection — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #configure_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
- #configured_migrate_path — ActiveRecord::Generators::Migration
- #connect — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #connect — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #connect — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #connected? — ActiveRecord::ConnectionAdapters::ConnectionPool
- #connected? — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #connected? — ActiveRecord::ConnectionHandling
- #connected_to — ActiveRecord::ConnectionHandling
- #connected_to? — ActiveRecord::ConnectionHandling
- #connected_to_many — ActiveRecord::ConnectionHandling
- #connecting_to — ActiveRecord::ConnectionHandling
- #connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #connection — ActiveRecord::Migration
- #connection — ActiveRecord::Migration::CheckPending
- #connection — ActiveRecord::ConnectionHandling
- #connection_cache_key — ActiveRecord::ConnectionAdapters::ConnectionPool
- #connection_config — ActiveRecord::ConnectionHandling
- #connection_db_config — ActiveRecord::ConnectionHandling
- #connection_handler — ActiveRecord::Core
- #connection_pool — ActiveRecord::ConnectionHandling
- #connection_pool_list — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #connection_pools — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #connection_specification_name — ActiveRecord::ConnectionHandling
- #connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #connects_to — ActiveRecord::ConnectionHandling
- #construct_coder — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #construct_relation_for_exists — ActiveRecord::FinderMethods
- #content_columns — ActiveRecord::ModelSchema::ClassMethods
- #copy — ActiveRecord::Migration
- #copy_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #copy_table_contents — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #copy_table_indexes — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #corrections — ActiveRecord::AssociationNotFoundError::Correction
- #corrections — ActiveRecord::InverseOfAssociationNotFoundError::Correction
- #corrections — ActiveRecord::HasManyThroughAssociationNotFoundError::Correction
- #count — ActiveRecord::Associations::CollectionProxy
- #count — ActiveRecord::Calculations
- #count_by_sql — ActiveRecord::Querying
- #create — ActiveRecord::Associations::CollectionProxy
- #create — ActiveRecord::Relation
- #create — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #create — ActiveRecord::Persistence::ClassMethods
- #create — ActiveRecord::Tasks::DatabaseTasks
- #create! — ActiveRecord::Associations::CollectionProxy
- #create! — ActiveRecord::Relation
- #create! — ActiveRecord::Persistence::ClassMethods
- #create_all — ActiveRecord::Tasks::DatabaseTasks
- #create_alter_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #create_alter_table — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #create_column_definition — ActiveRecord::ConnectionAdapters::TableDefinition
- #create_current — ActiveRecord::Tasks::DatabaseTasks
- #create_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #create_database — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #create_join_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #create_or_find_by — ActiveRecord::Relation
- #create_or_find_by! — ActiveRecord::Relation
- #create_or_update — ActiveRecord::Callbacks
- #create_or_update — ActiveRecord::Persistence
- #create_or_update — ActiveRecord::Timestamp
- #create_savepoint — ActiveRecord::ConnectionAdapters::Savepoints
- #create_schema — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #create_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #create_table_definition — ActiveRecord::ConnectionAdapters::SchemaStatements
- #create_table_definition — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #create_with — ActiveRecord::QueryMethods
- #ctype — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #current_config — ActiveRecord::Tasks::DatabaseTasks
- #current_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #current_database — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #current_savepoint_name — ActiveRecord::ConnectionAdapters::Savepoints
- #current_schema — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #current_scope_restoring_block — ActiveRecord::Relation
- #current_thread — ActiveRecord::ConnectionAdapters::ConnectionPool
- #current_time_from_proper_timezone — ActiveRecord::Timestamp
- #custom_inspect_method_defined? — ActiveRecord::Core
- #custom_validation_context? — ActiveRecord::AutosaveAssociation
- #dangerous_attribute_method? — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #dangerous_class_method? — ActiveRecord::AttributeMethods::ClassMethods
- #data_source_exists? — ActiveRecord::ConnectionAdapters::SchemaCache
- #data_source_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #data_source_sql — ActiveRecord::ConnectionAdapters::SchemaStatements
- #data_source_sql — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #data_sources — ActiveRecord::ConnectionAdapters::SchemaCache
- #data_sources — ActiveRecord::ConnectionAdapters::SchemaStatements
- #database — ActiveRecord::DatabaseConfigurations::HashConfig
- #database_adapter_for — ActiveRecord::Tasks::DatabaseTasks
- #daterange — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #db_dir — ActiveRecord::Tasks::DatabaseTasks
- #db_migrate_path — ActiveRecord::Generators::Migration
- #debug — ActiveRecord::LogSubscriber
- #decorate_attribute_type — ActiveRecord::Attributes::ClassMethods
- #decrement — ActiveRecord::Persistence
- #decrement! — ActiveRecord::Persistence
- #decrement_counter — ActiveRecord::CounterCache::ClassMethods
- #deduplicate — ActiveRecord::ConnectionAdapters::Deduplicable
- #deduplicated — ActiveRecord::ConnectionAdapters::Deduplicable
- #deep_deduplicate — ActiveRecord::ConnectionAdapters::SchemaCache
- #default_env — ActiveRecord::DatabaseConfigurations
- #default_fixture_model — ActiveRecord::FixtureSet::ClassCache
- #default_hash — ActiveRecord::DatabaseConfigurations
- #default_insert_value — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #default_insert_value — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #default_migrate_path — ActiveRecord::Generators::Migration
- #default_scope — ActiveRecord::Scoping::Default::ClassMethods
- #default_scoped — ActiveRecord::Scoping::Named::ClassMethods
- #default_sequence_name — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #default_timezone — ActiveRecord::Type::Internal::Timezone
- #default_validation_context — ActiveRecord::Validations
- #define — ActiveRecord::DynamicMatchers::Method
- #define_attribute — ActiveRecord::Attributes::ClassMethods
- #define_default_attribute — ActiveRecord::Attributes::ClassMethods
- #define_delegated_type_methods — ActiveRecord::DelegatedType
- #delegated_type — ActiveRecord::DelegatedType
- #delete — ActiveRecord::Associations::CollectionProxy
- #delete — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #delete — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #delete — ActiveRecord::Persistence
- #delete — ActiveRecord::Persistence::ClassMethods
- #delete_all — ActiveRecord::Associations::CollectionProxy
- #delete_all — ActiveRecord::Relation
- #delete_all — ActiveRecord::Batches::BatchEnumerator
- #delete_by — ActiveRecord::Relation
- #derive_class_name — ActiveRecord::Reflection::MacroReflection
- #derive_columns_hash_and_deduplicate_values — ActiveRecord::ConnectionAdapters::SchemaCache
- #descends_from_active_record? — ActiveRecord::Inheritance::ClassMethods
- #deserialize — ActiveRecord::Type::Json
- #destroy — ActiveRecord::Associations::CollectionProxy
- #destroy — ActiveRecord::Persistence
- #destroy — ActiveRecord::Persistence::ClassMethods
- #destroy! — ActiveRecord::Persistence
- #destroy_all — ActiveRecord::Associations::CollectionProxy
- #destroy_all — ActiveRecord::Relation
- #destroy_all — ActiveRecord::Batches::BatchEnumerator
- #destroy_associations — ActiveRecord::Persistence
- #destroy_by — ActiveRecord::Relation
- #destroy_row — ActiveRecord::CounterCache
- #destroy_row — ActiveRecord::Locking::Optimistic
- #destroy_row — ActiveRecord::Persistence
- #destroyed? — ActiveRecord::Persistence
- #destroyed_by_association — ActiveRecord::AutosaveAssociation
- #destroyed_by_association= — ActiveRecord::AutosaveAssociation
- #detect_enum_conflict! — ActiveRecord::Enum
- #detect_negative_enum_conditions! — ActiveRecord::Enum
- #determine_encoding_of_strings_in_array — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #disable_extension — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #disable_extension — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #disable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
- #disable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration
- #disable_referential_integrity — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #discard! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #disconnect — ActiveRecord::ConnectionAdapters::ConnectionPool
- #disconnect! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #disconnect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #disconnect! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #disconnect! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #disconnect! — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #discriminate_class_for_record — ActiveRecord::Inheritance::ClassMethods
- #discriminate_class_for_record — ActiveRecord::Persistence::ClassMethods
- #distinct — ActiveRecord::Associations::CollectionProxy
- #distinct — ActiveRecord::QueryMethods
- #distinct_select? — ActiveRecord::Calculations
- #does_not_support_reverse? — ActiveRecord::QueryMethods
- #down — ActiveRecord::Migration
- #drop — ActiveRecord::Tasks::DatabaseTasks
- #drop_all — ActiveRecord::Tasks::DatabaseTasks
- #drop_current — ActiveRecord::Tasks::DatabaseTasks
- #drop_join_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #drop_schema — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #drop_table — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #drop_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #dump_filename — ActiveRecord::Tasks::DatabaseTasks
- #dump_schema_cache — ActiveRecord::Tasks::DatabaseTasks
- #dump_to — ActiveRecord::ConnectionAdapters::SchemaCache
- #dup — ActiveRecord::Core
- #each — ActiveRecord::FixtureSet
- #each — ActiveRecord::Batches::BatchEnumerator
- #each — ActiveRecord::Result
- #each_counter_cached_associations — ActiveRecord::CounterCache
- #each_current_configuration — ActiveRecord::Tasks::DatabaseTasks
- #each_join_dependencies — ActiveRecord::QueryMethods
- #each_local_configuration — ActiveRecord::Tasks::DatabaseTasks
- #each_record — ActiveRecord::Batches::BatchEnumerator
- #eager_load — ActiveRecord::QueryMethods
- #eager_loading? — ActiveRecord::Relation
- #empty? — ActiveRecord::Associations::CollectionProxy
- #empty? — ActiveRecord::DatabaseConfigurations
- #empty? — ActiveRecord::Relation
- #empty? — ActiveRecord::Result
- #empty_insert_statement_value — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #empty_insert_statement_value — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #enable_extension — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #enable_extension — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #enable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
- #enable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration
- #encode_array — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #encode_range — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #encode_with — ActiveRecord::ConnectionAdapters::SchemaCache
- #encode_with — ActiveRecord::Relation
- #encode_with — ActiveRecord::Core
- #encoding — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #encoding — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #enlist_fixture_connections — ActiveRecord::TestFixtures
- #ensure_proper_type — ActiveRecord::Inheritance
- #enum — ActiveRecord::Enum
- #env — ActiveRecord::Tasks::DatabaseTasks
- #env_with_configs — ActiveRecord::DatabaseConfigurations
- #environment_url_config — ActiveRecord::DatabaseConfigurations
- #environment_value_for — ActiveRecord::DatabaseConfigurations
- #eql? — ActiveRecord::Core
- #error_number — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #escape_bytea — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #establish_connection — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #establish_connection — ActiveRecord::ConnectionHandling
- #evaluate_default_scope — ActiveRecord::Scoping::Default::ClassMethods
- #except — ActiveRecord::SpawnMethods
- #exec_cache — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #exec_delete — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_delete — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #exec_delete — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #exec_delete — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #exec_insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_insert — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #exec_migration — ActiveRecord::Migration
- #exec_no_cache — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #exec_queries — ActiveRecord::Associations::CollectionProxy
- #exec_queries — ActiveRecord::Relation
- #exec_queries — ActiveRecord::Relation::RecordFetchWarning
- #exec_query — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_query — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #exec_query — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #exec_query — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #exec_rollback_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #exec_rollback_to_savepoint — ActiveRecord::ConnectionAdapters::Savepoints
- #exec_stmt_and_free — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #exec_update — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_update — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #exec_update — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #exec_update — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #execute — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #execute — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #execute — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #execute — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #execute_and_clear — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #execute_batch — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #execute_batch — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #execute_batch — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #execute_batch — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #execute_block — ActiveRecord::Migration
- #execute_callstack_for_multiparameter_attributes — ActiveRecord::AttributeAssignment
- #exists? — ActiveRecord::FinderMethods
- #expire — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #explain — ActiveRecord::Relation
- #explain — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #explain — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #explain — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #extending — ActiveRecord::QueryMethods
- #extension_available? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #extension_enabled? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #extensions — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #extensions — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #extract_associated — ActiveRecord::QueryMethods
- #extract_callstack_for_multiparameter_attributes — ActiveRecord::AttributeAssignment
- #extract_default_function — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #extract_foreign_key_action — ActiveRecord::ConnectionAdapters::SchemaStatements
- #extract_foreign_key_action — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #extract_limit — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #extract_new_comment_value — ActiveRecord::ConnectionAdapters::SchemaStatements
- #extract_new_default_value — ActiveRecord::ConnectionAdapters::SchemaStatements
- #extract_precision — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #extract_precision — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #extract_query_source_location — ActiveRecord::LogSubscriber
- #extract_scale — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #extract_schema_qualified_name — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #extract_table_options! — ActiveRecord::ConnectionAdapters::SchemaStatements
- #extract_table_ref_from_insert_sql — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #extract_value_from_default — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #fetch_type_metadata — ActiveRecord::ConnectionAdapters::SchemaStatements
- #fetch_type_metadata — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #fifth — ActiveRecord::Associations::CollectionProxy
- #fifth — ActiveRecord::FinderMethods
- #fifth! — ActiveRecord::FinderMethods
- #filter_attributes — ActiveRecord::Core::ClassMethods
- #filter_attributes= — ActiveRecord::Core::ClassMethods
- #finalized? — ActiveRecord::ConnectionAdapters::TransactionState
- #find — ActiveRecord::Associations::CollectionProxy
- #find — ActiveRecord::FinderMethods
- #find_by — ActiveRecord::FinderMethods
- #find_by! — ActiveRecord::FinderMethods
- #find_by_sql — ActiveRecord::Querying
- #find_db_config — ActiveRecord::DatabaseConfigurations
- #find_each — ActiveRecord::Batches
- #find_from_target? — ActiveRecord::Associations::CollectionProxy
- #find_in_batches — ActiveRecord::Batches
- #find_last — ActiveRecord::FinderMethods
- #find_nth — ActiveRecord::FinderMethods
- #find_nth_from_last — ActiveRecord::Associations::CollectionProxy
- #find_nth_from_last — ActiveRecord::FinderMethods
- #find_nth_with_limit — ActiveRecord::Associations::CollectionProxy
- #find_nth_with_limit — ActiveRecord::FinderMethods
- #find_one — ActiveRecord::FinderMethods
- #find_or_create_by — ActiveRecord::Relation
- #find_or_create_by! — ActiveRecord::Relation
- #find_or_initialize_by — ActiveRecord::Relation
- #find_parameter_position — ActiveRecord::AttributeAssignment
- #find_signed — ActiveRecord::SignedId::ClassMethods
- #find_signed! — ActiveRecord::SignedId::ClassMethods
- #find_some — ActiveRecord::FinderMethods
- #find_some_ordered — ActiveRecord::FinderMethods
- #find_sti_class — ActiveRecord::Inheritance::ClassMethods
- #find_take — ActiveRecord::FinderMethods
- #find_take_with_limit — ActiveRecord::FinderMethods
- #find_with_ids — ActiveRecord::FinderMethods
- #finder — ActiveRecord::DynamicMatchers::Method
- #finder — ActiveRecord::DynamicMatchers::FindBy
- #finder — ActiveRecord::DynamicMatchers::FindByBang
- #first — ActiveRecord::Associations::CollectionProxy
- #first — ActiveRecord::FinderMethods
- #first! — ActiveRecord::FinderMethods
- #fixtures — ActiveRecord::TestFixtures::ClassMethods
- #fixtures_path — ActiveRecord::Tasks::DatabaseTasks
- #flush — ActiveRecord::ConnectionAdapters::ConnectionPool
- #flush! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #flush_idle_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #for_each — ActiveRecord::Tasks::DatabaseTasks
- #foreign_key — ActiveRecord::ConnectionAdapters::Table
- #foreign_key_exists? — ActiveRecord::ConnectionAdapters::Table
- #foreign_key_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #foreign_key_for — ActiveRecord::ConnectionAdapters::SchemaStatements
- #foreign_key_for! — ActiveRecord::ConnectionAdapters::SchemaStatements
- #foreign_key_name — ActiveRecord::ConnectionAdapters::SchemaStatements
- #foreign_key_type — ActiveRecord::Generators::Migration
- #foreign_keys — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #foreign_keys — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #foreign_keys — ActiveRecord::ConnectionAdapters::SchemaStatements
- #foreign_keys — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #foreign_table_exists? — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #foreign_tables — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #format_for_inspect — ActiveRecord::AttributeMethods
- #forty_two — ActiveRecord::Associations::CollectionProxy
- #forty_two — ActiveRecord::FinderMethods
- #forty_two! — ActiveRecord::FinderMethods
- #fourth — ActiveRecord::Associations::CollectionProxy
- #fourth — ActiveRecord::FinderMethods
- #fourth! — ActiveRecord::FinderMethods
- #freeze — ActiveRecord::Core
- #from — ActiveRecord::QueryMethods
- #frozen? — ActiveRecord::Core
- #full_commit! — ActiveRecord::ConnectionAdapters::TransactionState
- #full_rollback! — ActiveRecord::ConnectionAdapters::TransactionState
- #full_rollback? — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #full_version — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #fully_committed? — ActiveRecord::ConnectionAdapters::TransactionState
- #fully_completed? — ActiveRecord::ConnectionAdapters::TransactionState
- #fully_rolledback? — ActiveRecord::ConnectionAdapters::TransactionState
- #generate_association_writer — ActiveRecord::NestedAttributes::ClassMethods
- #generate_unique_secure_token — ActiveRecord::SecureToken::ClassMethods
- #get_full_version — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #get_oid_type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #get_pool_manager — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #group — ActiveRecord::QueryMethods
- #has_and_belongs_to_many — ActiveRecord::Associations::ClassMethods
- #has_attribute? — ActiveRecord::AttributeMethods
- #has_attribute? — ActiveRecord::AttributeMethods::ClassMethods
- #has_changes_to_save? — ActiveRecord::AttributeMethods::Dirty
- #has_default_function? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #has_include? — ActiveRecord::Calculations
- #has_many — ActiveRecord::Associations::ClassMethods
- #has_one — ActiveRecord::Associations::ClassMethods
- #has_secure_token — ActiveRecord::SecureToken::ClassMethods
- #hash — ActiveRecord::Core
- #hash_rows — ActiveRecord::Result
- #having — ActiveRecord::QueryMethods
- #hex? — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- #host — ActiveRecord::DatabaseConfigurations::HashConfig
- #hstore — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #id — ActiveRecord::AttributeMethods::PrimaryKey
- #id= — ActiveRecord::AttributeMethods::PrimaryKey
- #id? — ActiveRecord::AttributeMethods::PrimaryKey
- #id_before_type_cast — ActiveRecord::AttributeMethods::PrimaryKey
- #id_in_database — ActiveRecord::AttributeMethods::PrimaryKey
- #id_was — ActiveRecord::AttributeMethods::PrimaryKey
- #idle_timeout — ActiveRecord::DatabaseConfigurations::HashConfig
- #ids — ActiveRecord::Calculations
- #ignore_default_scope= — ActiveRecord::Scoping::Default::ClassMethods
- #ignore_default_scope? — ActiveRecord::Scoping::Default::ClassMethods
- #ignored_columns — ActiveRecord::ModelSchema::ClassMethods
- #ignored_columns= — ActiveRecord::ModelSchema::ClassMethods
- #ignored_fixtures= — ActiveRecord::FixtureSet
- #in_batches — ActiveRecord::Batches
- #in_clause_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #in_transaction? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #include? — ActiveRecord::Associations::CollectionProxy
- #include? — ActiveRecord::FinderMethods
- #includes — ActiveRecord::QueryMethods
- #includes_column? — ActiveRecord::Result
- #increment — ActiveRecord::Persistence
- #increment! — ActiveRecord::Persistence
- #increment_counter — ActiveRecord::CounterCache::ClassMethods
- #index — ActiveRecord::ConnectionAdapters::TableDefinition
- #index — ActiveRecord::ConnectionAdapters::Table
- #index_algorithms — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #index_algorithms — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #index_algorithms — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #index_column_names — ActiveRecord::ConnectionAdapters::SchemaStatements
- #index_exists? — ActiveRecord::ConnectionAdapters::Table
- #index_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #index_name_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #index_name_exists? — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #index_name_for_remove — ActiveRecord::ConnectionAdapters::SchemaStatements
- #index_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #index_name_options — ActiveRecord::ConnectionAdapters::SchemaStatements
- #indexes — ActiveRecord::ConnectionAdapters::SchemaCache
- #indexes — ActiveRecord::ConnectionAdapters::SchemaStatements
- #inet — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #infinity? — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #inheritance_column — ActiveRecord::ModelSchema::ClassMethods
- #inheritance_column= — ActiveRecord::ModelSchema::ClassMethods
- #inherited — ActiveRecord::Inheritance::ClassMethods
- #inherited — ActiveRecord::ModelSchema::ClassMethods
- #init_internals — ActiveRecord::Aggregations
- #init_internals — ActiveRecord::Core
- #init_with — ActiveRecord::ConnectionAdapters::SchemaCache
- #init_with — ActiveRecord::Core
- #initialize_copy — ActiveRecord::Relation
- #initialize_copy — ActiveRecord::Result
- #initialize_dup — ActiveRecord::ConnectionAdapters::SchemaCache
- #initialize_dup — ActiveRecord::Inheritance
- #initialize_internals_callback — ActiveRecord::Core
- #initialize_internals_callback — ActiveRecord::Inheritance
- #initialize_load_schema_monitor — ActiveRecord::ModelSchema::ClassMethods
- #initialize_type_map — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #initialize_type_map — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #initialize_type_map — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #initialize_type_map — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #insert — ActiveRecord::Persistence::ClassMethods
- #insert! — ActiveRecord::Persistence::ClassMethods
- #insert_all — ActiveRecord::Persistence::ClassMethods
- #insert_all! — ActiveRecord::Persistence::ClassMethods
- #insert_class — ActiveRecord::FixtureSet::ClassCache
- #insert_fixture — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #insert_fixtures_set — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #insert_versions_sql — ActiveRecord::ConnectionAdapters::SchemaStatements
- #inspect — ActiveRecord::Relation
- #inspect — ActiveRecord::Core
- #inspection_filter — ActiveRecord::Core
- #instance_method_already_implemented? — ActiveRecord::AttributeMethods::ClassMethods
- #instance_method_already_implemented? — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #instantiate — ActiveRecord::Persistence::ClassMethods
- #instantiate_fixtures — ActiveRecord::TestFixtures
- #instantiate_instance_of — ActiveRecord::Persistence::ClassMethods
- #int4range — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #int8range — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #integer_like_primary_key? — ActiveRecord::ConnectionAdapters::TableDefinition
- #integer_like_primary_key_type — ActiveRecord::ConnectionAdapters::TableDefinition
- #integer_like_primary_key_type — ActiveRecord::ConnectionAdapters::MySQL::TableDefinition
- #integer_like_primary_key_type — ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
- #integer_like_primary_key_type — ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- #internal_poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #interval — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #invalid_alter_table_type? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #invalidate! — ActiveRecord::ConnectionAdapters::TransactionState
- #invalidated? — ActiveRecord::ConnectionAdapters::TransactionState
- #inverse_of — ActiveRecord::Migration::CommandRecorder
- #invert_change_column_comment — ActiveRecord::Migration::CommandRecorder
- #invert_change_column_default — ActiveRecord::Migration::CommandRecorder
- #invert_change_column_null — ActiveRecord::Migration::CommandRecorder
- #invert_change_table_comment — ActiveRecord::Migration::CommandRecorder
- #invert_drop_table — ActiveRecord::Migration::CommandRecorder
- #invert_remove_check_constraint — ActiveRecord::Migration::CommandRecorder
- #invert_remove_column — ActiveRecord::Migration::CommandRecorder
- #invert_remove_columns — ActiveRecord::Migration::CommandRecorder
- #invert_remove_foreign_key — ActiveRecord::Migration::CommandRecorder
- #invert_remove_index — ActiveRecord::Migration::CommandRecorder
- #invert_rename_column — ActiveRecord::Migration::CommandRecorder
- #invert_rename_index — ActiveRecord::Migration::CommandRecorder
- #invert_rename_table — ActiveRecord::Migration::CommandRecorder
- #invert_transaction — ActiveRecord::Migration::CommandRecorder
- #is_cached_plan_failure? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #is_utc? — ActiveRecord::Type::Internal::Timezone
- #joined_includes_values — ActiveRecord::Relation
- #joins — ActiveRecord::QueryMethods
- #jsonb — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #klass — ActiveRecord::Reflection::MacroReflection
- #last — ActiveRecord::Associations::CollectionProxy
- #last — ActiveRecord::Result
- #last — ActiveRecord::FinderMethods
- #last! — ActiveRecord::FinderMethods
- #last_insert_id_result — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #last_inserted_id — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #last_inserted_id — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #last_inserted_id — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #lease — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #left_joins — ActiveRecord::QueryMethods
- #left_outer_joins — ActiveRecord::QueryMethods
- #length — ActiveRecord::Associations::CollectionProxy
- #length — ActiveRecord::Result
- #limit — ActiveRecord::QueryMethods
- #limited_ids_for — ActiveRecord::FinderMethods
- #line — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #load — ActiveRecord::Relation
- #load_additional_types — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #load_fixtures — ActiveRecord::TestFixtures
- #load_instances? — ActiveRecord::TestFixtures
- #load_records — ActiveRecord::Relation
- #load_schema — ActiveRecord::ModelSchema::ClassMethods
- #load_schema! — ActiveRecord::ModelSchema::ClassMethods
- #load_schema_current — ActiveRecord::Tasks::DatabaseTasks
- #load_seed — ActiveRecord::Tasks::DatabaseTasks
- #load_target — ActiveRecord::Associations::CollectionProxy
- #loaded — ActiveRecord::Associations::CollectionProxy
- #loaded? — ActiveRecord::Associations::CollectionProxy
- #local_database? — ActiveRecord::Tasks::DatabaseTasks
- #lock — ActiveRecord::QueryMethods
- #lock! — ActiveRecord::Locking::Pessimistic
- #lock_thread= — ActiveRecord::ConnectionAdapters::ConnectionPool
- #locked? — ActiveRecord::ConnectionAdapters::QueryCache
- #locking_column — ActiveRecord::Locking::Optimistic::ClassMethods
- #locking_column= — ActiveRecord::Locking::Optimistic::ClassMethods
- #locking_enabled? — ActiveRecord::Locking::Optimistic::ClassMethods
- #log — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #log_query_source — ActiveRecord::LogSubscriber
- #logger — ActiveRecord::LogSubscriber
- #longblob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #longtext — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #lookup_cast_type — ActiveRecord::ConnectionAdapters::Quoting
- #lookup_cast_type — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #lookup_cast_type_from_join_dependencies — ActiveRecord::Calculations
- #lookup_table_klass_from_join_dependencies — ActiveRecord::QueryMethods
- #lseg — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #ltree — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #macaddr — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #many? — ActiveRecord::Associations::CollectionProxy
- #many? — ActiveRecord::Relation
- #mark_for_destruction — ActiveRecord::AutosaveAssociation
- #marked_for_destruction? — ActiveRecord::AutosaveAssociation
- #marshal_dump — ActiveRecord::ConnectionAdapters::SchemaCache
- #marshal_load — ActiveRecord::ConnectionAdapters::SchemaCache
- #materialize! — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #materialize! — ActiveRecord::ConnectionAdapters::RealTransaction
- #max_allowed_packet — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #max_allowed_packet_reached? — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #max_identifier_length — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #max_updated_column_timestamp — ActiveRecord::Timestamp
- #maximum — ActiveRecord::Calculations
- #mediumblob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #mediumtext — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #member? — ActiveRecord::FinderMethods
- #merge — ActiveRecord::SpawnMethods
- #merge_db_environment_variables — ActiveRecord::DatabaseConfigurations
- #method_missing — ActiveRecord::Migration
- #method_missing — ActiveRecord::Migration::CommandRecorder
- #migrate — ActiveRecord::Migration
- #migrate — ActiveRecord::Tasks::DatabaseTasks
- #migrate_status — ActiveRecord::Tasks::DatabaseTasks
- #migrations_paths — ActiveRecord::DatabaseConfigurations::HashConfig
- #migrations_paths — ActiveRecord::Tasks::DatabaseTasks
- #minimum — ActiveRecord::Calculations
- #mismatched_foreign_key — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #missing — ActiveRecord::QueryMethods::WhereChain
- #model_class= — ActiveRecord::FixtureSet
- #money — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #move_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #multi_statements_enabled? — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #name — ActiveRecord::Tasks::DatabaseTasks
- #native_database_types — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #native_database_types — ActiveRecord::ConnectionAdapters::SchemaStatements
- #nested_records_changed_for_autosave? — ActiveRecord::AutosaveAssociation
- #new — ActiveRecord::Associations::CollectionProxy
- #new — ActiveRecord::Relation
- #new — ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
- #new — ActiveRecord::Inheritance::ClassMethods
- #new_column_from_field — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #new_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #new_record? — ActiveRecord::Persistence
- #next_migration_number — ActiveRecord::Migration
- #next_migration_number — ActiveRecord::Generators::Migration::ClassMethods
- #next_sequence_value — ActiveRecord::ModelSchema::ClassMethods
- #no_touching — ActiveRecord::NoTouching::ClassMethods
- #no_touching? — ActiveRecord::NoTouching
- #no_wait_poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #none — ActiveRecord::QueryMethods
- #none? — ActiveRecord::Relation
- #normalize_reflection_attribute — ActiveRecord::AutosaveAssociation
- #not — ActiveRecord::QueryMethods::WhereChain
- #null_scope? — ActiveRecord::Associations::CollectionProxy
- #nullify! — ActiveRecord::ConnectionAdapters::TransactionState
- #num_waiting — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #numrange — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #offset — ActiveRecord::QueryMethods
- #oid — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #one? — ActiveRecord::Relation
- #only — ActiveRecord::SpawnMethods
- #open — ActiveRecord::ConnectionAdapters::SchemaCache
- #operation_over_aggregate_column — ActiveRecord::Calculations
- #optimizer_hints — ActiveRecord::QueryMethods
- #options_for_index_columns — ActiveRecord::ConnectionAdapters::SchemaStatements
- #options_include_default? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #or — ActiveRecord::QueryMethods
- #order — ActiveRecord::QueryMethods
- #order_column — ActiveRecord::QueryMethods
- #ordered_relation — ActiveRecord::FinderMethods
- #owner_destroyed? — ActiveRecord::DestroyAssociationAsyncJob
- #path — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #perform — ActiveRecord::DestroyAssociationAsyncJob
- #perform_calculation — ActiveRecord::Calculations
- #perform_validations — ActiveRecord::Validations
- #persisted? — ActiveRecord::Persistence
- #pick — ActiveRecord::Calculations
- #pk_attribute? — ActiveRecord::AttributeMethods
- #pluck — ActiveRecord::Associations::CollectionProxy
- #pluck — ActiveRecord::Calculations
- #point — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #polygon — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #polymorphic_class_for — ActiveRecord::Inheritance::ClassMethods
- #polymorphic_name — ActiveRecord::Inheritance::ClassMethods
- #pool — ActiveRecord::DatabaseConfigurations::HashConfig
- #prefetch_primary_key? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #prefetch_primary_key? — ActiveRecord::ModelSchema::ClassMethods
- #preload — ActiveRecord::QueryMethods
- #prepare_data_sources — ActiveRecord::ConnectionAdapters::SchemaCache
- #prepare_statement — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #prepared_statements — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #prepared_statements? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #preprocess_order_args — ActiveRecord::QueryMethods
- #pretty_print — ActiveRecord::Core::InspectionMask
- #pretty_print — ActiveRecord::Relation
- #pretty_print — ActiveRecord::Core
- #preventing_writes? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #previously_new_record? — ActiveRecord::Persistence
- #primary_key — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #primary_key — ActiveRecord::ConnectionAdapters::ColumnMethods
- #primary_key — ActiveRecord::ConnectionAdapters::SchemaStatements
- #primary_key — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #primary_key= — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #primary_key_type — ActiveRecord::Generators::Migration
- #primary_keys — ActiveRecord::ConnectionAdapters::SchemaCache
- #proper_table_name — ActiveRecord::Migration
- #protected_environments — ActiveRecord::ModelSchema::ClassMethods
- #protected_environments= — ActiveRecord::ModelSchema::ClassMethods
- #purge — ActiveRecord::Tasks::DatabaseTasks
- #purge_all — ActiveRecord::Tasks::DatabaseTasks
- #purge_current — ActiveRecord::Tasks::DatabaseTasks
- #push — ActiveRecord::Associations::CollectionProxy
- #query_attribute — ActiveRecord::AttributeMethods::Query
- #query_cache_enabled — ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration
- #quote — ActiveRecord::ConnectionAdapters::Quoting
- #quote_bound_value — ActiveRecord::Sanitization::ClassMethods
- #quote_column_name — ActiveRecord::ConnectionAdapters::Quoting
- #quote_schema_name — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #quote_string — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #quote_string — ActiveRecord::ConnectionAdapters::Quoting
- #quote_table_name — ActiveRecord::ConnectionAdapters::Quoting
- #quote_table_name_for_assignment — ActiveRecord::ConnectionAdapters::Quoting
- #quote_table_name_for_assignment — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #quoted_date — ActiveRecord::ConnectionAdapters::Quoting
- #quoted_false — ActiveRecord::ConnectionAdapters::Quoting
- #quoted_primary_key — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #quoted_scope — ActiveRecord::ConnectionAdapters::SchemaStatements
- #quoted_scope — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #quoted_table_name — ActiveRecord::ModelSchema::ClassMethods
- #quoted_true — ActiveRecord::ConnectionAdapters::Quoting
- #raise_conflict_error — ActiveRecord::Enum
- #raise_for_multi_db — ActiveRecord::Tasks::DatabaseTasks
- #raise_if_bind_arity_mismatch — ActiveRecord::Sanitization::ClassMethods
- #raise_validation_error — ActiveRecord::Validations
- #raw_connection — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #raw_timestamp_to_cache_version — ActiveRecord::Integration
- #read_attribute — ActiveRecord::AttributeMethods::Read
- #read_attribute_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
- #read_fixture_files — ActiveRecord::FixtureSet
- #read_store_attribute — ActiveRecord::Store
- #reader_method — ActiveRecord::Aggregations::ClassMethods
- #reading_request? — ActiveRecord::Middleware::DatabaseSelector
- #readonly — ActiveRecord::QueryMethods
- #readonly! — ActiveRecord::Core
- #readonly? — ActiveRecord::Core
- #readonly_attributes — ActiveRecord::ReadonlyAttributes::ClassMethods
- #reap — ActiveRecord::ConnectionAdapters::ConnectionPool
- #reaping_frequency — ActiveRecord::DatabaseConfigurations::HashConfig
- #reconnect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #reconnect! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #reconnect! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #reconnect! — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #record — ActiveRecord::Migration::CommandRecorder
- #record_changed? — ActiveRecord::AutosaveAssociation
- #recreate_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #references — ActiveRecord::ConnectionAdapters::TableDefinition
- #references — ActiveRecord::ConnectionAdapters::Table
- #references — ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- #references — ActiveRecord::QueryMethods
- #references_eager_loaded_tables? — ActiveRecord::Relation
- #reflect_on_aggregation — ActiveRecord::Reflection::ClassMethods
- #reflect_on_all_aggregations — ActiveRecord::Reflection::ClassMethods
- #reflect_on_all_associations — ActiveRecord::Reflection::ClassMethods
- #reflect_on_all_autosave_associations — ActiveRecord::Reflection::ClassMethods
- #reflect_on_association — ActiveRecord::Reflection::ClassMethods
- #reflections — ActiveRecord::Reflection::ClassMethods
- #register_class_with_limit — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #register_class_with_precision — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #register_integer_type — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #register_task — ActiveRecord::Tasks::DatabaseTasks
- #registry — ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
- #relation — ActiveRecord::Core::ClassMethods
- #relation_with — ActiveRecord::SpawnMethods
- #release — ActiveRecord::ConnectionAdapters::ConnectionPool
- #release_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #release_savepoint — ActiveRecord::ConnectionAdapters::Savepoints
- #reload — ActiveRecord::Associations::CollectionProxy
- #reload — ActiveRecord::Relation
- #reload — ActiveRecord::AttributeMethods::Dirty
- #reload — ActiveRecord::AutosaveAssociation
- #reload — ActiveRecord::Persistence
- #reload_schema_from_cache — ActiveRecord::ModelSchema::ClassMethods
- #reload_type_map — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #remove — ActiveRecord::ConnectionAdapters::ConnectionPool
- #remove — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #remove — ActiveRecord::ConnectionAdapters::Table
- #remove_belongs_to — ActiveRecord::ConnectionAdapters::Table
- #remove_belongs_to — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_check_constraint — ActiveRecord::ConnectionAdapters::Table
- #remove_check_constraint — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_column — ActiveRecord::ConnectionAdapters::TableDefinition
- #remove_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_column_for_alter — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_columns — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_columns_for_alter — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_connection — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #remove_connection — ActiveRecord::ConnectionHandling
- #remove_connection_from_thread_cache — ActiveRecord::ConnectionAdapters::ConnectionPool
- #remove_connection_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #remove_foreign_key — ActiveRecord::ConnectionAdapters::Table
- #remove_foreign_key — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_index — ActiveRecord::ConnectionAdapters::Table
- #remove_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_index_for_alter — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #remove_reference — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_references — ActiveRecord::ConnectionAdapters::Table
- #remove_timestamps — ActiveRecord::ConnectionAdapters::Table
- #remove_timestamps — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_timestamps_for_alter — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename — ActiveRecord::ConnectionAdapters::Table
- #rename_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_column_for_alter — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #rename_column_indexes — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_column_sql — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_index — ActiveRecord::ConnectionAdapters::Table
- #rename_index — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #rename_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_index — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #rename_table — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #rename_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #rename_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_table — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #rename_table_indexes — ActiveRecord::ConnectionAdapters::SchemaStatements
- #render_bind — ActiveRecord::LogSubscriber
- #render_bind — ActiveRecord::Explain
- #reorder — ActiveRecord::QueryMethods
- #replace — ActiveRecord::Associations::CollectionProxy
- #replace_bind_variable — ActiveRecord::Sanitization::ClassMethods
- #replace_bind_variables — ActiveRecord::Sanitization::ClassMethods
- #replace_named_bind_variables — ActiveRecord::Sanitization::ClassMethods
- #replay — ActiveRecord::Migration::CommandRecorder
- #replica? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #replica? — ActiveRecord::DatabaseConfigurations::HashConfig
- #requires_reloading? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #requires_reloading? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #reselect — ActiveRecord::QueryMethods
- #reset — ActiveRecord::Associations::CollectionProxy
- #reset — ActiveRecord::Relation
- #reset! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #reset! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #reset! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #reset_column_information — ActiveRecord::ModelSchema::ClassMethods
- #reset_counters — ActiveRecord::CounterCache::ClassMethods
- #reset_locking_column — ActiveRecord::Locking::Optimistic::ClassMethods
- #reset_read_uncommitted — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #reset_sequence! — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #reset_version! — ActiveRecord::ConnectionAdapters::SchemaCache
- #resolve_arel_attributes — ActiveRecord::QueryMethods
- #resolve_config_for_connection — ActiveRecord::ConnectionHandling
- #resolve_configuration — ActiveRecord::Tasks::DatabaseTasks
- #resolve_pool_config — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #resolve_symbol_connection — ActiveRecord::DatabaseConfigurations
- #respond_to? — ActiveRecord::AttributeMethods
- #respond_to_missing? — ActiveRecord::Migration::CommandRecorder
- #retrieve_connection — ActiveRecord::ConnectionHandling
- #retrieve_connection_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #reverse_order — ActiveRecord::QueryMethods
- #reverse_sql_order — ActiveRecord::QueryMethods
- #reversible — ActiveRecord::Migration
- #revert — ActiveRecord::Migration
- #revert — ActiveRecord::Migration::CommandRecorder
- #reverting? — ActiveRecord::Migration
- #rewhere — ActiveRecord::QueryMethods
- #rollback — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #rollback — ActiveRecord::ConnectionAdapters::RealTransaction
- #rollback! — ActiveRecord::ConnectionAdapters::TransactionState
- #rollback_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #rollback_to_savepoint — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #rolledback? — ActiveRecord::ConnectionAdapters::TransactionState
- #root — ActiveRecord::Tasks::DatabaseTasks
- #run — ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
- #run — ActiveRecord::Migration
- #run_in_transaction? — ActiveRecord::TestFixtures
- #sanitize_limit — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #sanitize_order_arguments — ActiveRecord::QueryMethods
- #sanitize_sql — ActiveRecord::Sanitization::ClassMethods
- #sanitize_sql_array — ActiveRecord::Sanitization::ClassMethods
- #sanitize_sql_for_assignment — ActiveRecord::Sanitization::ClassMethods
- #sanitize_sql_for_conditions — ActiveRecord::Sanitization::ClassMethods
- #sanitize_sql_for_order — ActiveRecord::Sanitization::ClassMethods
- #sanitize_sql_hash_for_assignment — ActiveRecord::Sanitization::ClassMethods
- #sanitize_sql_like — ActiveRecord::Sanitization::ClassMethods
- #save — ActiveRecord::Persistence
- #save — ActiveRecord::Validations
- #save! — ActiveRecord::Persistence
- #save! — ActiveRecord::Validations
- #save_belongs_to_association — ActiveRecord::AutosaveAssociation
- #save_collection_association — ActiveRecord::AutosaveAssociation
- #save_has_one_association — ActiveRecord::AutosaveAssociation
- #saved_change_to_attribute — ActiveRecord::AttributeMethods::Dirty
- #saved_change_to_attribute? — ActiveRecord::AttributeMethods::Dirty
- #saved_changes — ActiveRecord::AttributeMethods::Dirty
- #saved_changes? — ActiveRecord::AttributeMethods::Dirty
- #say — ActiveRecord::Migration
- #say_with_time — ActiveRecord::Migration
- #schema_cache — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #schema_cache= — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #schema_cache_path — ActiveRecord::DatabaseConfigurations::HashConfig
- #schema_creation — ActiveRecord::ConnectionAdapters::SchemaStatements
- #schema_creation — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_exists? — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_file — ActiveRecord::Tasks::DatabaseTasks
- #schema_file_type — ActiveRecord::Tasks::DatabaseTasks
- #schema_loaded? — ActiveRecord::ModelSchema::ClassMethods
- #schema_names — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_search_path — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_search_path= — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_sha1 — ActiveRecord::Tasks::DatabaseTasks
- #schema_up_to_date? — ActiveRecord::Tasks::DatabaseTasks
- #scope — ActiveRecord::Associations::CollectionProxy
- #scope — ActiveRecord::Scoping::Named::ClassMethods
- #scope_for — ActiveRecord::Reflection::MacroReflection
- #scope_for_create — ActiveRecord::Relation
- #scoping — ActiveRecord::Relation
- #second — ActiveRecord::Associations::CollectionProxy
- #second — ActiveRecord::FinderMethods
- #second! — ActiveRecord::FinderMethods
- #second_to_last — ActiveRecord::Associations::CollectionProxy
- #second_to_last — ActiveRecord::FinderMethods
- #second_to_last! — ActiveRecord::FinderMethods
- #seed_loader — ActiveRecord::Tasks::DatabaseTasks
- #select — ActiveRecord::Associations::CollectionProxy
- #select — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select — ActiveRecord::QueryMethods
- #select_all — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select_all — ActiveRecord::ConnectionAdapters::QueryCache
- #select_association_list — ActiveRecord::QueryMethods
- #select_database — ActiveRecord::Middleware::DatabaseSelector
- #select_for_count — ActiveRecord::Calculations
- #select_one — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select_prepared — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select_rows — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select_value — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select_values — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #sequence_name — ActiveRecord::ModelSchema::ClassMethods
- #sequence_name= — ActiveRecord::ModelSchema::ClassMethods
- #sequence_name_from_parts — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #serial — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #serial_sequence — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #serializable_hash — ActiveRecord::Serialization
- #serialize — ActiveRecord::Type::Json
- #serialize — ActiveRecord::Type::Time
- #serialize — ActiveRecord::AttributeMethods::Serialization::ClassMethods
- #session_auth= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #set_fixture_class — ActiveRecord::TestFixtures::ClassMethods
- #set_options_for_callbacks! — ActiveRecord::Transactions::ClassMethods
- #set_standard_conforming_strings — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #setup_fixture_accessors — ActiveRecord::TestFixtures::ClassMethods
- #setup_fixtures — ActiveRecord::TestFixtures
- #setup_initial_database_yaml — ActiveRecord::Tasks::DatabaseTasks
- #setup_shared_connection_pool — ActiveRecord::TestFixtures
- #should_record_timestamps? — ActiveRecord::Timestamp
- #show_variable — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #signature — ActiveRecord::DynamicMatchers::Method
- #signed_id — ActiveRecord::SignedId
- #signed_id_verifier — ActiveRecord::SignedId::ClassMethods
- #signed_id_verifier= — ActiveRecord::SignedId::ClassMethods
- #single_value_from_rows — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #singleton_method_added — ActiveRecord::Scoping::Named::ClassMethods
- #size — ActiveRecord::Associations::CollectionProxy
- #size — ActiveRecord::ConnectionAdapters::SchemaCache
- #size — ActiveRecord::FixtureSet
- #size — ActiveRecord::Relation
- #skip_query_cache_if_necessary — ActiveRecord::Relation
- #slice — ActiveRecord::Core
- #spec — ActiveRecord::Tasks::DatabaseTasks
- #sql — ActiveRecord::LogSubscriber
- #sql_color — ActiveRecord::LogSubscriber
- #sql_for_insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #sql_key — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #stat — ActiveRecord::ConnectionAdapters::ConnectionPool
- #sti_class_for — ActiveRecord::Inheritance::ClassMethods
- #sti_name — ActiveRecord::Inheritance::ClassMethods
- #store — ActiveRecord::Store::ClassMethods
- #store_accessor — ActiveRecord::Store::ClassMethods
- #store_accessor_for — ActiveRecord::Store
- #stored_attributes — ActiveRecord::Store::ClassMethods
- #strict_loading — ActiveRecord::QueryMethods
- #strict_loading! — ActiveRecord::Core
- #strict_loading? — ActiveRecord::Core
- #strict_loading_violation — ActiveRecord::LogSubscriber
- #strict_mode? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #strip_table_name_prefix_and_suffix — ActiveRecord::ConnectionAdapters::SchemaStatements
- #structurally_incompatible_values_for — ActiveRecord::QueryMethods
- #structure_dump — ActiveRecord::Tasks::DatabaseTasks
- #structure_load — ActiveRecord::Tasks::DatabaseTasks
- #subclass_from_attributes — ActiveRecord::Inheritance::ClassMethods
- #sum — ActiveRecord::Calculations
- #supports_advisory_locks? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_advisory_locks? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_advisory_locks? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_bulk_alter? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_bulk_alter? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_bulk_alter? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_check_constraints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_check_constraints? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_check_constraints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_check_constraints? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_comments? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_comments? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_comments? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_comments_in_create? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_comments_in_create? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_common_table_expressions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_common_table_expressions? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_common_table_expressions? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_common_table_expressions? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_datetime_with_precision? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_datetime_with_precision? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_datetime_with_precision? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_datetime_with_precision? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_explain? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_explain? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_explain? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_explain? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_expression_index? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_expression_index? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_expression_index? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_expression_index? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_extensions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_extensions? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_foreign_keys? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_foreign_keys? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_foreign_keys? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_foreign_keys? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_foreign_tables? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_foreign_tables? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_index_sort_order? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_index_sort_order? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_index_sort_order? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_index_sort_order? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_indexes_in_create? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_indexes_in_create? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_insert_conflict_target? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_insert_conflict_target? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_insert_conflict_target? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_insert_on_conflict? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_insert_on_conflict? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_insert_on_duplicate_skip? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_insert_on_duplicate_skip? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_insert_on_duplicate_skip? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_insert_on_duplicate_skip? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_insert_on_duplicate_update? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_insert_on_duplicate_update? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_insert_on_duplicate_update? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_insert_on_duplicate_update? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_insert_returning? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_insert_returning? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_json? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_json? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_json? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_json? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_lazy_transactions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_lazy_transactions? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_lazy_transactions? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_lazy_transactions? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_materialized_views? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_materialized_views? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_optimizer_hints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_optimizer_hints? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_optimizer_hints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_partial_index? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_partial_index? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_partial_index? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_partitioned_indexes? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_partitioned_indexes? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_pgcrypto_uuid? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_rename_column? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_rename_index? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_validate_constraints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_validate_constraints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_views? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_views? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_views? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_views? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_virtual_columns? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_virtual_columns? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #suppress — ActiveRecord::Suppressor::ClassMethods
- #suppress_composite_primary_key — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #suppress_composite_primary_key — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #suppress_messages — ActiveRecord::Migration
- #synchronize — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #table_alias_for — ActiveRecord::ConnectionAdapters::SchemaStatements
- #table_alias_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #table_comment — ActiveRecord::ConnectionAdapters::SchemaStatements
- #table_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #table_exists? — ActiveRecord::ModelSchema::ClassMethods
- #table_metadata — ActiveRecord::Core::ClassMethods
- #table_name — ActiveRecord::ModelSchema::ClassMethods
- #table_name= — ActiveRecord::ModelSchema::ClassMethods
- #table_name_matches? — ActiveRecord::QueryMethods
- #table_options — ActiveRecord::ConnectionAdapters::SchemaStatements
- #table_rows — ActiveRecord::FixtureSet
- #table_structure — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #table_structure_with_collation — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #tables — ActiveRecord::ConnectionAdapters::SchemaStatements
- #tables_in_string — ActiveRecord::Relation
- #take — ActiveRecord::Associations::CollectionProxy
- #take — ActiveRecord::FinderMethods
- #take! — ActiveRecord::FinderMethods
- #target — ActiveRecord::Associations::CollectionProxy
- #target_version — ActiveRecord::Tasks::DatabaseTasks
- #teardown_fixtures — ActiveRecord::TestFixtures
- #teardown_shared_connection_pool — ActiveRecord::TestFixtures
- #third — ActiveRecord::Associations::CollectionProxy
- #third — ActiveRecord::FinderMethods
- #third! — ActiveRecord::FinderMethods
- #third_to_last — ActiveRecord::Associations::CollectionProxy
- #third_to_last — ActiveRecord::FinderMethods
- #third_to_last! — ActiveRecord::FinderMethods
- #throw_away! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #timestamp_attributes_for_create_in_model — ActiveRecord::Timestamp
- #timestamp_attributes_for_update_in_model — ActiveRecord::Timestamp
- #timestamps — ActiveRecord::ConnectionAdapters::TableDefinition
- #timestamps — ActiveRecord::ConnectionAdapters::Table
- #tinyblob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #tinytext — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #to_a — ActiveRecord::Relation
- #to_a — ActiveRecord::Result
- #to_ary — ActiveRecord::Relation
- #to_ary — ActiveRecord::Result
- #to_ary — ActiveRecord::Core
- #to_h — ActiveRecord::DatabaseConfigurations
- #to_key — ActiveRecord::AttributeMethods::PrimaryKey
- #to_param — ActiveRecord::Integration
- #to_param — ActiveRecord::Integration::ClassMethods
- #to_s — ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- #to_s — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- #to_sql — ActiveRecord::Relation
- #to_sql — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #toggle — ActiveRecord::Persistence
- #toggle! — ActiveRecord::Persistence
- #touch — ActiveRecord::Persistence
- #touch_all — ActiveRecord::Relation
- #transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #transaction — ActiveRecord::Transactions::ClassMethods
- #transaction_isolation_levels — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #transaction_open? — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #translate_exception — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #translate_exception — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #translate_exception — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #translate_exception — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #translate_exception — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #translate_exception_class — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #truncate — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #truncate_all — ActiveRecord::Tasks::DatabaseTasks
- #truncate_tables — ActiveRecord::Tasks::DatabaseTasks
- #try_to_checkout_new_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #tsrange — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #tstzrange — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #tsvector — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #type — ActiveRecord::Type::Json
- #type_cast — ActiveRecord::ConnectionAdapters::Quoting
- #type_cast_array — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #type_cast_attribute_value — ActiveRecord::AttributeAssignment
- #type_cast_calculated_value — ActiveRecord::Calculations
- #type_cast_pluck_values — ActiveRecord::Calculations
- #type_cast_range_value — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #type_casted_binds — ActiveRecord::LogSubscriber
- #type_casted_binds — ActiveRecord::ConnectionAdapters::Quoting
- #type_condition — ActiveRecord::Inheritance::ClassMethods
- #type_for — ActiveRecord::Calculations
- #type_for_attribute — ActiveRecord::ModelSchema::ClassMethods
- #type_incompatible_with_serialize? — ActiveRecord::AttributeMethods::Serialization::ClassMethods
- #type_map — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #uncached — ActiveRecord::ConnectionAdapters::QueryCache
- #uncached — ActiveRecord::QueryCache::ClassMethods
- #undecorated_table_name — ActiveRecord::ModelSchema::ClassMethods
- #unescape_bytea — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #uniq! — ActiveRecord::QueryMethods
- #unprepared_statement — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #unquoted_false — ActiveRecord::ConnectionAdapters::Quoting
- #unquoted_true — ActiveRecord::ConnectionAdapters::Quoting
- #unscope — ActiveRecord::QueryMethods
- #unscoped — ActiveRecord::Scoping::Default::ClassMethods
- #unsigned_bigint — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #unsigned_decimal — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #unsigned_float — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #unsigned_integer — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #up — ActiveRecord::Migration
- #up_only — ActiveRecord::Migration
- #update — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #update — ActiveRecord::Persistence
- #update — ActiveRecord::Persistence::ClassMethods
- #update! — ActiveRecord::Persistence
- #update_all — ActiveRecord::Relation
- #update_all — ActiveRecord::Batches::BatchEnumerator
- #update_attribute — ActiveRecord::Persistence
- #update_column — ActiveRecord::Persistence
- #update_columns — ActiveRecord::Persistence
- #update_counters — ActiveRecord::Relation
- #update_counters — ActiveRecord::CounterCache::ClassMethods
- #update_counters — ActiveRecord::Locking::Optimistic::ClassMethods
- #update_typemap_for_default_timezone — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #upsert — ActiveRecord::Persistence::ClassMethods
- #upsert_all — ActiveRecord::Persistence::ClassMethods
- #use_insert_returning? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #use_metadata_table? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #uses_transaction — ActiveRecord::TestFixtures::ClassMethods
- #uses_transaction? — ActiveRecord::TestFixtures::ClassMethods
- #using_limitable_reflections? — ActiveRecord::FinderMethods
- #using_single_table_inheritance? — ActiveRecord::Inheritance::ClassMethods
- #uuid — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #valid? — ActiveRecord::DynamicMatchers::Method
- #valid? — ActiveRecord::Validations
- #valid_scope_name? — ActiveRecord::Scoping::Named::ClassMethods
- #validate — ActiveRecord::Validations
- #validate_check_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #validate_collection_association — ActiveRecord::AutosaveAssociation
- #validate_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- #validate_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #validate_foreign_key — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #validate_index_length! — ActiveRecord::ConnectionAdapters::SchemaStatements
- #validate_order_args — ActiveRecord::QueryMethods
- #validate_single_association — ActiveRecord::AutosaveAssociation
- #validates_absence_of — ActiveRecord::Validations::ClassMethods
- #validates_associated — ActiveRecord::Validations::ClassMethods
- #validates_length_of — ActiveRecord::Validations::ClassMethods
- #validates_numericality_of — ActiveRecord::Validations::ClassMethods
- #validates_presence_of — ActiveRecord::Validations::ClassMethods
- #validates_size_of — ActiveRecord::Validations::ClassMethods
- #validates_uniqueness_of — ActiveRecord::Validations::ClassMethods
- #value — ActiveRecord::StatementCache::PartialQueryCollector
- #values — ActiveRecord::Relation
- #values_at — ActiveRecord::Core
- #verbose? — ActiveRecord::Tasks::DatabaseTasks
- #verify! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #verify_readonly_attribute — ActiveRecord::Persistence
- #version_string — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #view_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #views — ActiveRecord::ConnectionAdapters::SchemaStatements
- #wait_poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #walk_configs — ActiveRecord::DatabaseConfigurations
- #warn_if_deprecated_type — ActiveRecord::ModelSchema::ClassMethods
- #where — ActiveRecord::QueryMethods
- #where_values_hash — ActiveRecord::Relation
- #while_preventing_writes — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #while_preventing_writes — ActiveRecord::ConnectionHandling
- #will_save_change_to_attribute? — ActiveRecord::AttributeMethods::Dirty
- #with_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #with_exclusively_acquired_all_connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #with_handler — ActiveRecord::ConnectionHandling
- #with_lock — ActiveRecord::Locking::Pessimistic
- #with_multi_statements — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #with_multi_statements — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #with_new_connections_blocked — ActiveRecord::ConnectionAdapters::ConnectionPool
- #with_role_and_shard — ActiveRecord::ConnectionHandling
- #without_prepared_statement? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #write — ActiveRecord::Migration
- #write_attribute — ActiveRecord::AttributeMethods::Write
- #write_attribute_without_type_cast — ActiveRecord::AttributeMethods::Dirty
- #write_attribute_without_type_cast — ActiveRecord::AttributeMethods::Write
- #write_query? — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #write_store_attribute — ActiveRecord::Store
- #writer_method — ActiveRecord::Aggregations::ClassMethods
- #xml — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #yaml_file_path — ActiveRecord::FixtureSet