Table of Contents - RDoc Documentation
Pages
- databases.rake
- USAGE
- application_record.rb.tt
- create_table_migration.rb.tt
- migration.rb.tt
- USAGE
- abstract_base_class.rb.tt
- model.rb.tt
- module.rb.tt
- multi_db.rb.tt
Classes and Modules
- ActiveRecord
- ActiveRecord::ActiveRecordError
- ActiveRecord::AdapterError
- ActiveRecord::AdapterNotFound
- ActiveRecord::AdapterNotSpecified
- ActiveRecord::AdapterTimeout
- ActiveRecord::Aggregations
- ActiveRecord::Aggregations::ClassMethods
- ActiveRecord::Assertions
- ActiveRecord::Assertions::QueryAssertions
- ActiveRecord::AssociationTypeMismatch
- ActiveRecord::Associations
-
ActiveRecord::Associations::ClassMethods
- Active Record Associations
- 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?
- Deprecated Associations
- What is considered to be usage?
- Things that do NOT issue warnings
- Configuration
- Mode
- Backtrace
- Type safety with ActiveRecord::AssociationTypeMismatch
- Options
- ActiveRecord::Associations::CollectionProxy
- ActiveRecord::Associations::NestedError
- ActiveRecord::AsynchronousQueryInsideTransactionError
- ActiveRecord::AttributeAssignment
- ActiveRecord::AttributeAssignmentError
- ActiveRecord::AttributeMethods
- ActiveRecord::AttributeMethods::BeforeTypeCast
- ActiveRecord::AttributeMethods::ClassMethods
- ActiveRecord::AttributeMethods::Dirty
- ActiveRecord::AttributeMethods::PrimaryKey
- ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- ActiveRecord::AttributeMethods::Query
- ActiveRecord::AttributeMethods::Read
- ActiveRecord::AttributeMethods::Serialization
- ActiveRecord::AttributeMethods::Serialization::ClassMethods
- ActiveRecord::AttributeMethods::Serialization::ColumnNotSerializableError
- ActiveRecord::AttributeMethods::TimeZoneConversion
- ActiveRecord::AttributeMethods::Write
- ActiveRecord::Attributes
- ActiveRecord::Attributes::ClassMethods
- ActiveRecord::AutosaveAssociation
-
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::CheckViolation
- ActiveRecord::Coders
- ActiveRecord::Coders::YAMLColumn
- ActiveRecord::Coders::YAMLColumn::SafeCoder
- ActiveRecord::ConfigurationError
- ActiveRecord::ConnectionAdapters::AbstractAdapter
- ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- ActiveRecord::ConnectionAdapters::BoundSchemaReflection::FakePool
- ActiveRecord::ConnectionAdapters::ColumnMethods
- ActiveRecord::ConnectionAdapters::ConnectionHandler
- ActiveRecord::ConnectionAdapters::ConnectionPool
- ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
- ActiveRecord::ConnectionAdapters::DatabaseLimits
- ActiveRecord::ConnectionAdapters::DatabaseStatements
- ActiveRecord::ConnectionAdapters::Deduplicable
- ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
- ActiveRecord::ConnectionAdapters::MySQL
- ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- ActiveRecord::ConnectionAdapters::MySQL::Table
- ActiveRecord::ConnectionAdapters::MySQL::TableDefinition
- ActiveRecord::ConnectionAdapters::Mysql2
- ActiveRecord::ConnectionAdapters::Mysql2::DatabaseStatements
- ActiveRecord::ConnectionAdapters::Mysql2Adapter
- ActiveRecord::ConnectionAdapters::NullPool
- ActiveRecord::ConnectionAdapters::NullPool::NullConfig
- ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange
- ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ActiveRecord::ConnectionAdapters::QueryCache
- ActiveRecord::ConnectionAdapters::Quoting
- ActiveRecord::ConnectionAdapters::RealTransaction
- ActiveRecord::ConnectionAdapters::RestartParentTransaction
- ActiveRecord::ConnectionAdapters::SQLite3
- ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ActiveRecord::ConnectionAdapters::SavepointTransaction
- ActiveRecord::ConnectionAdapters::Savepoints
- ActiveRecord::ConnectionAdapters::SchemaCache
- ActiveRecord::ConnectionAdapters::SchemaReflection
- ActiveRecord::ConnectionAdapters::SchemaStatements
- ActiveRecord::ConnectionAdapters::Table
- ActiveRecord::ConnectionAdapters::TableDefinition
- ActiveRecord::ConnectionAdapters::TransactionInstrumenter
- ActiveRecord::ConnectionAdapters::TransactionInstrumenter::InstrumentationAlreadyStartedError
- ActiveRecord::ConnectionAdapters::TransactionInstrumenter::InstrumentationNotStartedError
- ActiveRecord::ConnectionAdapters::TransactionState
- ActiveRecord::ConnectionAdapters::Trilogy
- ActiveRecord::ConnectionAdapters::Trilogy::DatabaseStatements
- ActiveRecord::ConnectionAdapters::TrilogyAdapter
- ActiveRecord::ConnectionFailed
- ActiveRecord::ConnectionHandling
- ActiveRecord::ConnectionNotDefined
- 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::HashConfig
- ActiveRecord::DatabaseConfigurations::InvalidConfigurationError
- ActiveRecord::DatabaseConfigurations::UrlConfig
- ActiveRecord::DatabaseConnectionError
- ActiveRecord::DatabaseVersionError
- ActiveRecord::Deadlocked
- ActiveRecord::DelegatedType
- ActiveRecord::DeprecatedAssociationError
- ActiveRecord::DestroyAssociationAsyncError
- ActiveRecord::DestroyAssociationAsyncJob
- ActiveRecord::DynamicMatchers
- ActiveRecord::DynamicMatchers::FindBy
- ActiveRecord::DynamicMatchers::FindByBang
- ActiveRecord::DynamicMatchers::Method
- ActiveRecord::EagerLoadPolymorphicError
- ActiveRecord::Encryption
- ActiveRecord::Encryption::AutoFilteredParameters
- ActiveRecord::Encryption::Cipher
- ActiveRecord::Encryption::Cipher::Aes256Gcm
- ActiveRecord::Encryption::Config
- ActiveRecord::Encryption::Configurable
- ActiveRecord::Encryption::Context
- ActiveRecord::Encryption::Contexts
- ActiveRecord::Encryption::DerivedSecretKeyProvider
- ActiveRecord::Encryption::DeterministicKeyProvider
- ActiveRecord::Encryption::EncryptableRecord
- ActiveRecord::Encryption::EncryptedAttributeType
- ActiveRecord::Encryption::EncryptedFixtures
- ActiveRecord::Encryption::EncryptingOnlyEncryptor
- ActiveRecord::Encryption::Encryptor
- ActiveRecord::Encryption::EnvelopeEncryptionKeyProvider
- ActiveRecord::Encryption::Errors
- ActiveRecord::Encryption::Errors::Base
- ActiveRecord::Encryption::Errors::Configuration
- ActiveRecord::Encryption::Errors::Decryption
- ActiveRecord::Encryption::Errors::Encoding
- ActiveRecord::Encryption::Errors::EncryptedContentIntegrity
- ActiveRecord::Encryption::Errors::Encryption
- ActiveRecord::Encryption::Errors::ForbiddenClass
- ActiveRecord::Encryption::ExtendedDeterministicQueries
- ActiveRecord::Encryption::ExtendedDeterministicQueries::AdditionalValue
- ActiveRecord::Encryption::ExtendedDeterministicQueries::CoreQueries
- ActiveRecord::Encryption::ExtendedDeterministicQueries::ExtendedEncryptableType
- ActiveRecord::Encryption::ExtendedDeterministicQueries::RelationQueries
- ActiveRecord::Encryption::ExtendedDeterministicUniquenessValidator
- ActiveRecord::Encryption::ExtendedDeterministicUniquenessValidator::EncryptedUniquenessValidator
- ActiveRecord::Encryption::Key
- ActiveRecord::Encryption::KeyGenerator
- ActiveRecord::Encryption::KeyProvider
- ActiveRecord::Encryption::Message
- ActiveRecord::Encryption::MessagePackMessageSerializer
- ActiveRecord::Encryption::MessageSerializer
- ActiveRecord::Encryption::NullEncryptor
- ActiveRecord::Encryption::Properties
- ActiveRecord::Encryption::ReadOnlyNullEncryptor
- ActiveRecord::Encryption::Scheme
- ActiveRecord::Enum
- ActiveRecord::EnvironmentMismatchError
- ActiveRecord::ExclusionViolation
- ActiveRecord::ExclusiveConnectionTimeoutError
- ActiveRecord::Explain
- ActiveRecord::ExplainRegistry
- ActiveRecord::ExplainRegistry::Subscriber
- ActiveRecord::FinderMethods
-
ActiveRecord::FixtureSet
- Active Record Fixtures
- Ordering
- 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_manyorhas_many :through- Autofilled Timestamp Columns
- Fixture label interpolation
- Support for YAML defaults
- Composite Primary Key Fixtures
- Configure the fixture model class
- ActiveRecord::FutureResult
- ActiveRecord::FutureResult::Complete
- ActiveRecord::FutureResult::EventBuffer
- ActiveRecord::Generators
- ActiveRecord::Generators::Migration
- ActiveRecord::Generators::Migration::ClassMethods
- ActiveRecord::Inheritance
- ActiveRecord::Inheritance::ClassMethods
- ActiveRecord::Integration
- ActiveRecord::Integration::ClassMethods
- ActiveRecord::InvalidForeignKey
- ActiveRecord::IrreversibleMigration
- ActiveRecord::IrreversibleOrderError
- ActiveRecord::LockWaitTimeout
- ActiveRecord::Locking
- ActiveRecord::Locking::Optimistic
- ActiveRecord::Locking::Optimistic::ClassMethods
- ActiveRecord::Locking::Pessimistic
- ActiveRecord::Marshalling
- ActiveRecord::Marshalling::Methods
- ActiveRecord::MessagePack
- ActiveRecord::MessagePack::Decoder
- ActiveRecord::MessagePack::Encoder
- ActiveRecord::MessagePack::Extensions
- ActiveRecord::Middleware
- ActiveRecord::Middleware::DatabaseSelector
- ActiveRecord::Middleware::ShardSelector
- ActiveRecord::Migration
- ActiveRecord::Migration::CheckPending
- ActiveRecord::Migration::CommandRecorder
- ActiveRecord::Migration::Compatibility
- ActiveRecord::MigrationContext
- ActiveRecord::MismatchedForeignKey
- ActiveRecord::MissingRequiredOrderError
- ActiveRecord::ModelSchema
- ActiveRecord::ModelSchema::ClassMethods
- ActiveRecord::MultiparameterAssignmentErrors
- ActiveRecord::NestedAttributes
- ActiveRecord::NestedAttributes::ClassMethods
- ActiveRecord::NestedAttributes::TooManyRecords
- ActiveRecord::NoDatabaseError
- ActiveRecord::NoTouching
- ActiveRecord::NoTouching::ClassMethods
- ActiveRecord::NotNullViolation
- ActiveRecord::Persistence
- ActiveRecord::Persistence::ClassMethods
- ActiveRecord::PreparedStatementCacheExpired
- ActiveRecord::PreparedStatementInvalid
- ActiveRecord::Promise
- ActiveRecord::QueryAborted
- ActiveRecord::QueryCache
- ActiveRecord::QueryCache::ClassMethods
- ActiveRecord::QueryCanceled
- ActiveRecord::QueryLogs
- ActiveRecord::QueryMethods
- ActiveRecord::QueryMethods::WhereChain
- ActiveRecord::Querying
- ActiveRecord::RangeError
- ActiveRecord::ReadOnlyError
- ActiveRecord::ReadOnlyRecord
- ActiveRecord::ReadonlyAttributeError
- ActiveRecord::ReadonlyAttributes
- ActiveRecord::ReadonlyAttributes::ClassMethods
- ActiveRecord::RecordInvalid
- ActiveRecord::RecordNotDestroyed
- ActiveRecord::RecordNotFound
- ActiveRecord::RecordNotSaved
- ActiveRecord::RecordNotUnique
- ActiveRecord::Reflection
- ActiveRecord::Reflection::ClassMethods
- ActiveRecord::Reflection::MacroReflection
- ActiveRecord::Relation
- ActiveRecord::Result
- ActiveRecord::Result::IndexedRow
- ActiveRecord::Rollback
- ActiveRecord::RuntimeRegistry
- ActiveRecord::RuntimeRegistry::Stats
- ActiveRecord::SQLWarning
- ActiveRecord::Sanitization
- ActiveRecord::Sanitization::ClassMethods
- ActiveRecord::Schema
- ActiveRecord::Schema::Definition
- ActiveRecord::Schema::Definition::ClassMethods
- ActiveRecord::Scoping
- ActiveRecord::Scoping::Default
- ActiveRecord::Scoping::Default::ClassMethods
- ActiveRecord::Scoping::Named
- ActiveRecord::Scoping::Named::ClassMethods
- ActiveRecord::SecurePassword
- ActiveRecord::SecurePassword::ClassMethods
- ActiveRecord::SecureToken
- ActiveRecord::SecureToken::ClassMethods
- ActiveRecord::SecureToken::MinimumLengthError
- ActiveRecord::Serialization
- ActiveRecord::SerializationFailure
- ActiveRecord::SerializationTypeMismatch
- ActiveRecord::SignedId
- ActiveRecord::SignedId::ClassMethods
- ActiveRecord::SignedId::DeprecateSignedIdVerifierSecret
- ActiveRecord::SoleRecordExceeded
- ActiveRecord::SpawnMethods
- ActiveRecord::StaleObjectError
- ActiveRecord::StatementCache
- ActiveRecord::StatementCache::PartialQueryCollector
- ActiveRecord::StatementInvalid
- ActiveRecord::StatementTimeout
- ActiveRecord::Store
- ActiveRecord::Store::ClassMethods
- ActiveRecord::StrictLoadingViolationError
- ActiveRecord::SubclassNotFound
- ActiveRecord::Suppressor
- ActiveRecord::Suppressor::ClassMethods
- ActiveRecord::TableNotSpecified
- ActiveRecord::Tasks
- ActiveRecord::Tasks::DatabaseTasks
- ActiveRecord::TestFixtures
- ActiveRecord::TestFixtures::ClassMethods
- ActiveRecord::Timestamp
- ActiveRecord::TokenFor
- ActiveRecord::TokenFor::ClassMethods
- ActiveRecord::TokenFor::RelationMethods
- ActiveRecord::Transaction
- ActiveRecord::TransactionIsolationError
- ActiveRecord::TransactionRollbackError
- ActiveRecord::Transactions
-
ActiveRecord::Transactions::ClassMethods
- Active Record Transactions
- Different Active Record classes in a single transaction
- Transactions are not distributed across database connections
saveanddestroyare automatically wrapped in a transaction- Exception handling and rolling back
- Nested transactions
- Callbacks
- NOTE: Callbacks are deduplicated per callback by filter.
- Caveats
- ActiveRecord::Translation
- ActiveRecord::Type::Date
- ActiveRecord::Type::DateTime
- ActiveRecord::Type::Internal
- ActiveRecord::Type::Internal::Timezone
- ActiveRecord::Type::Json
- ActiveRecord::Type::Time
- ActiveRecord::UnknownAttributeReference
- ActiveRecord::UnknownPrimaryKey
- ActiveRecord::UnmodifiableRelation
- ActiveRecord::VERSION
- ActiveRecord::Validations
- ActiveRecord::Validations::ClassMethods
- ActiveRecord::ValueTooLong
- ActiveRecord::WrappedDatabaseException
- Arel
Methods
- ::[] — ActiveRecord::Migration
- ::[] — ActiveRecord::Schema
- ::action_on_strict_loading_violation — ActiveRecord
- ::after_all_transactions_commit — ActiveRecord
- ::async_query_executor — ActiveRecord
- ::attributes_for_inspect — ActiveRecord::Core
- ::cache_fixtures — ActiveRecord::FixtureSet
- ::cache_for_connection_pool — ActiveRecord::FixtureSet
- ::cache_timestamp_format — ActiveRecord::Integration
- ::cache_versioning — ActiveRecord::Integration
- ::cached_fixtures — ActiveRecord::FixtureSet
- ::check_all_pending! — ActiveRecord::Migration
- ::collection_cache_versioning — ActiveRecord::Integration
- ::composite_identify — ActiveRecord::FixtureSet
- ::configurations — ActiveRecord::Core
- ::configurations= — ActiveRecord::Core
- ::connection_handler — ActiveRecord::Core
- ::connection_handler= — ActiveRecord::Core
- ::context_class — ActiveRecord::FixtureSet
- ::create_fixtures — ActiveRecord::FixtureSet
- ::create_unlogged_tables — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::current_preventing_writes — ActiveRecord::Core
- ::current_role — ActiveRecord::Core
- ::current_shard — ActiveRecord::Core
- ::current_version — ActiveRecord::Migration
- ::database_exists? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::datetime_type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::db_error — ActiveRecord::NoDatabaseError
- ::db_warnings_action — ActiveRecord
- ::db_warnings_action= — ActiveRecord
- ::db_warnings_ignore — ActiveRecord
- ::dbconsole — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::dbconsole — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- ::dbconsole — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::dbconsole — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ::decode_dates — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::default_timezone= — ActiveRecord
- ::define — ActiveRecord::DynamicMatchers::Method
- ::deprecated_associations_options — ActiveRecord
- ::deprecated_associations_options= — ActiveRecord
- ::derive_from — ActiveRecord::Encryption::Key
- ::destroy_association_async_batch_size — ActiveRecord::Core
- ::destroy_association_async_job — ActiveRecord::Core
- ::dirties_query_cache — ActiveRecord::ConnectionAdapters::QueryCache
- ::disable_ddl_transaction! — ActiveRecord::Migration
- ::disconnect_all! — ActiveRecord
- ::dump_schema_after_migration — ActiveRecord
- ::dump_schemas — ActiveRecord
- ::eager_load! — ActiveRecord
- ::eager_load! — ActiveRecord::Encryption
- ::emulate_booleans — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- ::ensure_subscribed — ActiveRecord::ExplainRegistry::Subscriber
- ::enumerate_columns_in_select_statements — ActiveRecord::Core
- ::error_on_ignored_order — ActiveRecord
- ::find_cmd_and_exec — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::finder — ActiveRecord::DynamicMatchers::FindBy
- ::finder — ActiveRecord::DynamicMatchers::FindByBang
- ::fixture_is_cached? — ActiveRecord::FixtureSet
- ::fixture_paths — ActiveRecord::TestFixtures
- ::fixture_paths= — ActiveRecord::TestFixtures
- ::format_version= — ActiveRecord::Marshalling
- ::gem_version — ActiveRecord
- ::generate_secure_token_on — ActiveRecord
- ::global_executor_concurrency= — ActiveRecord
- ::hostname_error — ActiveRecord::DatabaseConnectionError
- ::identify — ActiveRecord::FixtureSet
- ::immutable_strings_by_default= — ActiveRecord::ModelSchema
- ::implicit_order_column — ActiveRecord::ModelSchema
- ::implicit_order_column= — ActiveRecord::ModelSchema
- ::inheritance_column — ActiveRecord::ModelSchema
- ::inheritance_column= — ActiveRecord::ModelSchema
- ::install_executor_hooks — ActiveRecord::ConnectionAdapters::ConnectionPool
- ::install_support — ActiveRecord::Encryption::ExtendedDeterministicQueries
- ::install_support — ActiveRecord::Encryption::ExtendedDeterministicUniquenessValidator
- ::instantiate_all_loaded_fixtures — ActiveRecord::FixtureSet
- ::instantiate_fixtures — ActiveRecord::FixtureSet
- ::internal_metadata_table_name — ActiveRecord::ModelSchema
- ::internal_metadata_table_name= — ActiveRecord::ModelSchema
- ::iv_length — ActiveRecord::Encryption::Cipher::Aes256Gcm
- ::key_length — ActiveRecord::Encryption::Cipher::Aes256Gcm
- ::lazily_load_schema_cache — ActiveRecord
- ::load_schema_if_pending! — ActiveRecord::Migration
- ::logger — ActiveRecord::Core
- ::marshalling_format_version — ActiveRecord
- ::marshalling_format_version= — ActiveRecord
- ::match — ActiveRecord::DynamicMatchers::Method
- ::match? — ActiveRecord::DynamicMatchers::FindBy
- ::match? — ActiveRecord::DynamicMatchers::FindByBang
- ::message_verifiers — ActiveRecord
- ::migrate — ActiveRecord::Migration
- ::migration_strategy — ActiveRecord
- ::new — ActiveRecord::EagerLoadPolymorphicError
- ::new — ActiveRecord::Associations::NestedError
- ::new — ActiveRecord::AttributeMethods::Serialization::ColumnNotSerializableError
- ::new — ActiveRecord::Coders::YAMLColumn::SafeCoder
- ::new — ActiveRecord::ConnectionAdapters::ConnectionHandler
- ::new — ActiveRecord::ConnectionAdapters::ConnectionPool
- ::new — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- ::new — ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
- ::new — ActiveRecord::ConnectionAdapters::TableDefinition
- ::new — ActiveRecord::ConnectionAdapters::Table
- ::new — ActiveRecord::ConnectionAdapters::TransactionState
- ::new — ActiveRecord::ConnectionAdapters::TransactionInstrumenter
- ::new — ActiveRecord::ConnectionAdapters::RestartParentTransaction
- ::new — ActiveRecord::ConnectionAdapters::SavepointTransaction
- ::new — ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- ::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::SchemaReflection
- ::new — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- ::new — ActiveRecord::ConnectionAdapters::BoundSchemaReflection::FakePool
- ::new — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ::new — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- ::new — ActiveRecord::DatabaseConfigurations
- ::new — ActiveRecord::DatabaseConfigurations::HashConfig
- ::new — ActiveRecord::DatabaseConfigurations::UrlConfig
- ::new — ActiveRecord::Encryption::AutoFilteredParameters
- ::new — ActiveRecord::Encryption::Cipher::Aes256Gcm
- ::new — ActiveRecord::Encryption::Config
- ::new — ActiveRecord::Encryption::Context
- ::new — ActiveRecord::Encryption::DerivedSecretKeyProvider
- ::new — ActiveRecord::Encryption::DeterministicKeyProvider
- ::new — ActiveRecord::Encryption::EncryptedAttributeType
- ::new — ActiveRecord::Encryption::Encryptor
- ::new — ActiveRecord::Encryption::ExtendedDeterministicQueries::AdditionalValue
- ::new — ActiveRecord::Encryption::Key
- ::new — ActiveRecord::Encryption::KeyGenerator
- ::new — ActiveRecord::Encryption::KeyProvider
- ::new — ActiveRecord::Encryption::Message
- ::new — ActiveRecord::Encryption::Properties
- ::new — ActiveRecord::Encryption::Scheme
- ::new — ActiveRecord::AdapterError
- ::new — ActiveRecord::ConnectionNotEstablished
- ::new — ActiveRecord::ConnectionNotDefined
- ::new — ActiveRecord::DatabaseConnectionError
- ::new — ActiveRecord::RecordNotFound
- ::new — ActiveRecord::RecordNotSaved
- ::new — ActiveRecord::RecordNotDestroyed
- ::new — ActiveRecord::SoleRecordExceeded
- ::new — ActiveRecord::StatementInvalid
- ::new — ActiveRecord::MismatchedForeignKey
- ::new — ActiveRecord::SQLWarning
- ::new — ActiveRecord::NoDatabaseError
- ::new — ActiveRecord::StaleObjectError
- ::new — ActiveRecord::AttributeAssignmentError
- ::new — ActiveRecord::MultiparameterAssignmentErrors
- ::new — ActiveRecord::UnknownPrimaryKey
- ::new — ActiveRecord::FixtureSet
- ::new — ActiveRecord::FutureResult::Complete
- ::new — ActiveRecord::FutureResult::EventBuffer
- ::new — ActiveRecord::MessagePack::Encoder
- ::new — ActiveRecord::MessagePack::Decoder
- ::new — ActiveRecord::Middleware::DatabaseSelector
- ::new — ActiveRecord::Middleware::ShardSelector
- ::new — ActiveRecord::EnvironmentMismatchError
- ::new — ActiveRecord::Migration
- ::new — ActiveRecord::Migration::CheckPending
- ::new — ActiveRecord::MigrationContext
- ::new — ActiveRecord::Migration::CommandRecorder
- ::new — ActiveRecord::Reflection::MacroReflection
- ::new — ActiveRecord::Relation
- ::new — ActiveRecord::Result
- ::new — ActiveRecord::Result::IndexedRow
- ::new — ActiveRecord::RuntimeRegistry::Stats
- ::new — ActiveRecord::StatementCache::PartialQueryCollector
- ::new — ActiveRecord::RecordInvalid
- ::new — ActiveRecord::ConnectionAdapters::DatabaseStatements
- ::new — ActiveRecord::ConnectionAdapters::QueryCache
- ::new — ActiveRecord::Core
- ::new — ActiveRecord::Encryption::EncryptedFixtures
- ::new — ActiveRecord::Type::Internal::Timezone
- ::new_client — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- ::new_client — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- ::new_client — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ::new_client — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- ::parse_ssl_mode — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- ::permanent_connection_checkout= — ActiveRecord
- ::pluralize_table_names — ActiveRecord::ModelSchema
- ::pluralize_table_names= — ActiveRecord::ModelSchema
- ::primary_key_prefix_type — ActiveRecord::ModelSchema
- ::primary_key_prefix_type= — ActiveRecord::ModelSchema
- ::protocol_adapters — ActiveRecord
- ::queues — ActiveRecord
- ::raise_int_wider_than_64bit — ActiveRecord
- ::register — ActiveRecord::ConnectionAdapters
- ::register — ActiveRecord::Type
- ::register_db_config_handler — ActiveRecord::DatabaseConfigurations
- ::reset_cache — ActiveRecord::FixtureSet
- ::schema_cache_ignored_table? — ActiveRecord
- ::schema_cache_ignored_tables — ActiveRecord
- ::schema_format — ActiveRecord
- ::schema_migrations_table_name — ActiveRecord::ModelSchema
- ::schema_migrations_table_name= — ActiveRecord::ModelSchema
- ::schema_versions_formatter — ActiveRecord
- ::signed_id_verifier_secret — ActiveRecord::SignedId
- ::sql — Arel
- ::strict_strings_by_default — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- ::structure_dump_flags — ActiveRecord::Tasks::DatabaseTasks
- ::structure_load_flags — ActiveRecord::Tasks::DatabaseTasks
- ::table_name_prefix — ActiveRecord::ModelSchema
- ::table_name_prefix= — ActiveRecord::ModelSchema
- ::table_name_suffix — ActiveRecord::ModelSchema
- ::table_name_suffix= — ActiveRecord::ModelSchema
- ::timestamped_migrations — ActiveRecord
- ::translate_connect_error — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- ::type_cast_config_to_boolean — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::type_cast_config_to_integer — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::use_yaml_unsafe_load — ActiveRecord
- ::username_error — ActiveRecord::DatabaseConnectionError
- ::valid? — ActiveRecord::DynamicMatchers::Method
- ::validate_default_timezone — ActiveRecord::ConnectionAdapters::AbstractAdapter
- ::validate_migration_timestamps — ActiveRecord
- ::verbose — ActiveRecord::Migration
- ::verbose_query_logs — ActiveRecord
- ::verify_foreign_keys_for_fixtures — ActiveRecord
- ::version — ActiveRecord
- ::with_transaction_isolation_level — ActiveRecord
- ::yaml_column_permitted_classes — ActiveRecord
- #-@ — ActiveRecord::ConnectionAdapters::Deduplicable
- #<< — ActiveRecord::Associations::CollectionProxy
- #<< — ActiveRecord::StatementCache::PartialQueryCollector
- #<=> — ActiveRecord::ConnectionAdapters::AbstractAdapter::Version
- #<=> — ActiveRecord::Core
- #== — ActiveRecord::Associations::CollectionProxy
- #== — ActiveRecord::Encryption::Message
- #== — ActiveRecord::Reflection::MacroReflection
- #== — ActiveRecord::Relation
- #== — ActiveRecord::Result::IndexedRow
- #== — ActiveRecord::Core
- #== — ActiveRecord::Type::Internal::Timezone
- #[] — ActiveRecord::ConnectionAdapters::TableDefinition
- #[] — ActiveRecord::FixtureSet
- #[] — ActiveRecord::Result
- #[] — ActiveRecord::Result::IndexedRow
- #[] — ActiveRecord::AttributeMethods
- #[]= — ActiveRecord::Encryption::Properties
- #[]= — ActiveRecord::FixtureSet
- #[]= — ActiveRecord::AttributeMethods
- #_marshal_dump_7_1 — ActiveRecord::Marshalling::Methods
- #abstract_class? — ActiveRecord::Inheritance::ClassMethods
- #accepts_nested_attributes_for — ActiveRecord::NestedAttributes::ClassMethods
- #accessed_fields — ActiveRecord::AttributeMethods
- #accessor — ActiveRecord::Type::Json
- #activate — ActiveRecord::ConnectionAdapters::ConnectionPool
- #activated? — ActiveRecord::ConnectionAdapters::ConnectionPool
- #active? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #active? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #active? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #active? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #active? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #active_connection? — ActiveRecord::ConnectionAdapters::ConnectionPool
- #active_connections? — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #active_primary_key — ActiveRecord::Encryption::EnvelopeEncryptionKeyProvider
- #adapter — ActiveRecord::DatabaseConfigurations::HashConfig
- #adapter_name — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #add — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #add — ActiveRecord::ConnectionAdapters::SchemaReflection
- #add — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #add — ActiveRecord::ConnectionAdapters::SchemaCache
- #add — ActiveRecord::Encryption::Properties
- #add_back — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #add_belongs_to — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_bind — ActiveRecord::StatementCache::PartialQueryCollector
- #add_binds — ActiveRecord::StatementCache::PartialQueryCollector
- #add_cached_associations — ActiveRecord::MessagePack::Encoder
- #add_check_constraint — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_child — ActiveRecord::ConnectionAdapters::TransactionState
- #add_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_enum_value — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #add_exclusion_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- #add_exclusion_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #add_foreign_key — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_foreign_key — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #add_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_length_validation_for_encrypted_columns — ActiveRecord::Encryption::EncryptableRecord
- #add_reference — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_timestamps — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #add_timestamps — ActiveRecord::ConnectionAdapters::SchemaStatements
- #add_transaction_record — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #add_unique_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- #add_unique_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #after_commit — ActiveRecord::Transaction
- #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::Transaction
- #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
- #alias_attribute — ActiveRecord::AttributeMethods::ClassMethods
- #all — ActiveRecord::Scoping::Named::ClassMethods
- #and — ActiveRecord::QueryMethods
- #annotate — ActiveRecord::QueryMethods
- #announce — ActiveRecord::Migration
- #any? — ActiveRecord::Associations::CollectionProxy
- #any? — ActiveRecord::Relation
- #any_waiting? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #append — ActiveRecord::Associations::CollectionProxy
- #around_create — ActiveRecord::Callbacks::ClassMethods
- #around_destroy — ActiveRecord::Callbacks::ClassMethods
- #around_save — ActiveRecord::Callbacks::ClassMethods
- #around_update — ActiveRecord::Callbacks::ClassMethods
- #assert_no_queries — ActiveRecord::Assertions::QueryAssertions
- #assert_no_queries_match — ActiveRecord::Assertions::QueryAssertions
- #assert_queries_count — ActiveRecord::Assertions::QueryAssertions
- #assert_queries_match — ActiveRecord::Assertions::QueryAssertions
- #associated — ActiveRecord::QueryMethods::WhereChain
- #assume_migrated_upto_version — ActiveRecord::ConnectionAdapters::SchemaStatements
- #async_average — ActiveRecord::Calculations
- #async_count — ActiveRecord::Calculations
- #async_count_by_sql — ActiveRecord::Querying
- #async_find_by_sql — ActiveRecord::Querying
- #async_ids — ActiveRecord::Calculations
- #async_maximum — ActiveRecord::Calculations
- #async_minimum — ActiveRecord::Calculations
- #async_pick — ActiveRecord::Calculations
- #async_pluck — ActiveRecord::Calculations
- #async_sum — ActiveRecord::Calculations
- #attr_readonly — ActiveRecord::ReadonlyAttributes::ClassMethods
- #attribute — ActiveRecord::Attributes::ClassMethods
- #attribute_before_last_save — ActiveRecord::AttributeMethods::Dirty
- #attribute_change_to_be_saved — ActiveRecord::AttributeMethods::Dirty
- #attribute_for_inspect — ActiveRecord::AttributeMethods
- #attribute_in_database — ActiveRecord::AttributeMethods::Dirty
- #attribute_method? — ActiveRecord::AttributeMethods::ClassMethods
- #attribute_names — ActiveRecord::AttributeMethods
- #attribute_names — ActiveRecord::AttributeMethods::ClassMethods
- #attribute_present? — ActiveRecord::AttributeMethods
- #attributes — ActiveRecord::AttributeMethods
- #attributes_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
- #attributes_for_database — ActiveRecord::AttributeMethods::BeforeTypeCast
- #attributes_in_database — ActiveRecord::AttributeMethods::Dirty
- #authenticate_by — ActiveRecord::SecurePassword::ClassMethods
- #autosave= — ActiveRecord::Reflection::MacroReflection
- #autosaving_belongs_to_for? — ActiveRecord::AutosaveAssociation
- #average — ActiveRecord::Calculations
- #base_class? — ActiveRecord::Inheritance::ClassMethods
- #batch_size — ActiveRecord::Batches::BatchEnumerator
- #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::DatabaseStatements
- #begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #belongs_to — ActiveRecord::ConnectionAdapters::TableDefinition
- #belongs_to — ActiveRecord::ConnectionAdapters::Table
- #belongs_to — ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- #belongs_to — ActiveRecord::Associations::ClassMethods
- #bigserial — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #binary? — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- #binary? — ActiveRecord::Encryption::Encryptor
- #binary? — ActiveRecord::Encryption::MessagePackMessageSerializer
- #binary? — ActiveRecord::Encryption::MessageSerializer
- #binary? — ActiveRecord::Encryption::NullEncryptor
- #binary? — ActiveRecord::Encryption::ReadOnlyNullEncryptor
- #bit — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #bit_varying — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #blank? — ActiveRecord::DatabaseConfigurations
- #blank? — ActiveRecord::Relation
- #blank? — ActiveRecord::Transaction
- #blob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #box — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #build — ActiveRecord::Associations::CollectionProxy
- #build — ActiveRecord::Relation
- #build — ActiveRecord::Persistence::ClassMethods
- #build_create_table_definition — ActiveRecord::ConnectionAdapters::SchemaStatements
- #build_entry — ActiveRecord::MessagePack::Encoder
- #build_explain_clause — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #build_explain_clause — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #build_record — ActiveRecord::MessagePack::Decoder
- #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_version — ActiveRecord::Relation
- #cache_version — ActiveRecord::Integration
- #cached? — ActiveRecord::ConnectionAdapters::SchemaReflection
- #cached? — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #cached? — ActiveRecord::ConnectionAdapters::SchemaCache
- #calculate — ActiveRecord::Associations::CollectionProxy
- #calculate — ActiveRecord::Calculations
- #call — ActiveRecord::Middleware::DatabaseSelector
- #call — ActiveRecord::Middleware::ShardSelector
- #call — ActiveRecord::Migration::CheckPending
- #canceled? — ActiveRecord::FutureResult::Complete
- #cast — ActiveRecord::Encryption::EncryptedAttributeType
- #change — ActiveRecord::ConnectionAdapters::Table
- #change_column — ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- #change_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_comment — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_default — ActiveRecord::ConnectionAdapters::SchemaStatements
- #change_column_null — ActiveRecord::ConnectionAdapters::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::Encryption::EncryptedAttributeType
- #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_all_foreign_keys_valid! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #check_constraint — ActiveRecord::ConnectionAdapters::TableDefinition
- #check_constraint — ActiveRecord::ConnectionAdapters::Table
- #check_constraint_exists? — ActiveRecord::ConnectionAdapters::Table
- #check_constraint_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #check_constraints — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #check_constraints — ActiveRecord::ConnectionAdapters::SchemaStatements
- #check_int_in_range — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #check_protected_environments! — ActiveRecord::Tasks::DatabaseTasks
- #check_schema_file — ActiveRecord::Tasks::DatabaseTasks
- #check_target_version — ActiveRecord::Tasks::DatabaseTasks
- #checkin — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout — ActiveRecord::ConnectionAdapters::ConnectionPool
- #checkout_timeout — ActiveRecord::DatabaseConfigurations::HashConfig
- #cidr — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #ciphertext_for — ActiveRecord::Encryption::EncryptableRecord
- #circle — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #citext — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #clear — ActiveRecord::Associations::CollectionProxy
- #clear — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #clear! — ActiveRecord::ConnectionAdapters::SchemaReflection
- #clear! — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #clear_active_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #clear_all_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #clear_cache! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #clear_cache! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #clear_data_source_cache! — ActiveRecord::ConnectionAdapters::SchemaReflection
- #clear_data_source_cache! — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #clear_data_source_cache! — ActiveRecord::ConnectionAdapters::SchemaCache
- #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::ConnectionHandler
- #clear_reloadable_connections! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #clear_schema_cache — ActiveRecord::Tasks::DatabaseTasks
- #client_min_messages — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #client_min_messages= — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #clone — ActiveRecord::Core
- #close — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #closed? — ActiveRecord::Transaction
- #collation — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #collation — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #collation — ActiveRecord::Tasks::DatabaseTasks
- #collation_current — ActiveRecord::Tasks::DatabaseTasks
- #column — ActiveRecord::ConnectionAdapters::TableDefinition
- #column — ActiveRecord::ConnectionAdapters::Table
- #column_defaults — ActiveRecord::ModelSchema::ClassMethods
- #column_exists? — ActiveRecord::ConnectionAdapters::Table
- #column_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #column_for_attribute — ActiveRecord::ModelSchema::ClassMethods
- #column_names — ActiveRecord::ModelSchema::ClassMethods
- #column_types — ActiveRecord::Result
- #columns — ActiveRecord::ConnectionAdapters::TableDefinition
- #columns — ActiveRecord::ConnectionAdapters::SchemaReflection
- #columns — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #columns — ActiveRecord::ConnectionAdapters::SchemaCache
- #columns — ActiveRecord::ConnectionAdapters::SchemaStatements
- #columns — ActiveRecord::ModelSchema::ClassMethods
- #columns_hash — ActiveRecord::ConnectionAdapters::SchemaReflection
- #columns_hash — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #columns_hash — ActiveRecord::ConnectionAdapters::SchemaCache
- #columns_hash? — ActiveRecord::ConnectionAdapters::SchemaReflection
- #columns_hash? — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #columns_hash? — ActiveRecord::ConnectionAdapters::SchemaCache
- #commit — ActiveRecord::ConnectionAdapters::RestartParentTransaction
- #commit — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #commit — ActiveRecord::ConnectionAdapters::RealTransaction
- #commit! — ActiveRecord::ConnectionAdapters::TransactionState
- #commit_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #committed? — ActiveRecord::ConnectionAdapters::TransactionState
- #compatible_with? — ActiveRecord::Encryption::Scheme
- #completed? — ActiveRecord::ConnectionAdapters::TransactionState
- #composed_of — ActiveRecord::Aggregations::ClassMethods
- #compute_class — ActiveRecord::Reflection::MacroReflection
- #compute_type — ActiveRecord::Inheritance::ClassMethods
- #concat — ActiveRecord::Associations::CollectionProxy
- #configs_for — ActiveRecord::DatabaseConfigurations
- #connect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #connected? — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #connected? — ActiveRecord::ConnectionAdapters::ConnectionPool
- #connected? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #connected? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #connected? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #connected? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #connected? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #connected? — ActiveRecord::ConnectionHandling
- #connected_to — ActiveRecord::ConnectionHandling
- #connected_to? — ActiveRecord::ConnectionHandling
- #connected_to_all_shards — ActiveRecord::ConnectionHandling
- #connected_to_many — ActiveRecord::ConnectionHandling
- #connecting_to — ActiveRecord::ConnectionHandling
- #connection — ActiveRecord::Migration
- #connection — ActiveRecord::ConnectionHandling
- #connection_db_config — ActiveRecord::ConnectionHandling
- #connection_handler — ActiveRecord::Core
- #connection_pool — ActiveRecord::Migration
- #connection_pool — ActiveRecord::ConnectionHandling
- #connection_pool_list — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #connection_pools — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #connection_retries — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #connection_specification_name — ActiveRecord::ConnectionHandling
- #connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #connects_to — ActiveRecord::ConnectionHandling
- #content_columns — ActiveRecord::ModelSchema::ClassMethods
- #context — ActiveRecord::Encryption::Contexts
- #copy — ActiveRecord::Migration
- #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_current — ActiveRecord::Tasks::DatabaseTasks
- #create_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #create_database — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #create_enum — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #create_join_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #create_or_find_by — ActiveRecord::Relation
- #create_or_find_by! — ActiveRecord::Relation
- #create_savepoint — ActiveRecord::ConnectionAdapters::Savepoints
- #create_schema — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #create_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #create_virtual_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #create_with — ActiveRecord::QueryMethods
- #ctype — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #current_custom_context — ActiveRecord::Encryption::Contexts
- #current_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #current_database — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #current_savepoint_name — ActiveRecord::ConnectionAdapters::Savepoints
- #current_schema — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #current_transaction — ActiveRecord::Transactions::ClassMethods
- #dangerous_attribute_method? — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #dangerous_class_method? — ActiveRecord::AttributeMethods::ClassMethods
- #data_source_exists? — ActiveRecord::ConnectionAdapters::SchemaReflection
- #data_source_exists? — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #data_source_exists? — ActiveRecord::ConnectionAdapters::SchemaCache
- #data_source_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #data_sources — ActiveRecord::ConnectionAdapters::SchemaReflection
- #data_sources — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #data_sources — ActiveRecord::ConnectionAdapters::SchemaStatements
- #database — ActiveRecord::DatabaseConfigurations::HashConfig
- #database_exists? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #database_exists? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #daterange — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #db_dir — ActiveRecord::Tasks::DatabaseTasks
- #decode — ActiveRecord::MessagePack::Decoder
- #decrement — ActiveRecord::Persistence
- #decrement! — ActiveRecord::Persistence
- #decrement_counter — ActiveRecord::CounterCache::ClassMethods
- #decrypt — ActiveRecord::Encryption::Cipher
- #decrypt — ActiveRecord::Encryption::Cipher::Aes256Gcm
- #decrypt — ActiveRecord::Encryption::EncryptingOnlyEncryptor
- #decrypt — ActiveRecord::Encryption::Encryptor
- #decrypt — ActiveRecord::Encryption::NullEncryptor
- #decrypt — ActiveRecord::Encryption::ReadOnlyNullEncryptor
- #decrypt — ActiveRecord::Encryption::EncryptableRecord
- #decryption_keys — ActiveRecord::Encryption::EnvelopeEncryptionKeyProvider
- #decryption_keys — ActiveRecord::Encryption::KeyProvider
- #deduplicate — ActiveRecord::ConnectionAdapters::Deduplicable
- #default_schema_cache_path — ActiveRecord::DatabaseConfigurations::HashConfig
- #default_scope — ActiveRecord::Scoping::Default::ClassMethods
- #default_scoped — ActiveRecord::Scoping::Named::ClassMethods
- #default_scopes? — ActiveRecord::Scoping::Default::ClassMethods
- #default_sequence_name — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #default_timezone — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #default_timezone — ActiveRecord::Type::Internal::Timezone
- #define — ActiveRecord::Schema::Definition::ClassMethods
- #define_attribute — ActiveRecord::Attributes::ClassMethods
- #delegated_type — ActiveRecord::DelegatedType
- #delete — ActiveRecord::Associations::CollectionProxy
- #delete — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #delete — ActiveRecord::Relation
- #delete — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #delete — ActiveRecord::Persistence
- #delete_all — ActiveRecord::Associations::CollectionProxy
- #delete_all — ActiveRecord::Relation
- #delete_all — ActiveRecord::Batches::BatchEnumerator
- #delete_by — ActiveRecord::Relation
- #derive_key_from — ActiveRecord::Encryption::KeyGenerator
- #descends_from_active_record? — ActiveRecord::Inheritance::ClassMethods
- #deserialize — ActiveRecord::Encryption::EncryptedAttributeType
- #deserialize — ActiveRecord::Type::Json
- #destroy — ActiveRecord::Associations::CollectionProxy
- #destroy — ActiveRecord::Relation
- #destroy — ActiveRecord::Persistence
- #destroy! — ActiveRecord::Persistence
- #destroy_all — ActiveRecord::Associations::CollectionProxy
- #destroy_all — ActiveRecord::Relation
- #destroy_all — ActiveRecord::Batches::BatchEnumerator
- #destroy_by — ActiveRecord::Relation
- #destroyed? — ActiveRecord::Persistence
- #destroyed_by_association — ActiveRecord::AutosaveAssociation
- #destroyed_by_association= — ActiveRecord::AutosaveAssociation
- #deterministic? — ActiveRecord::Encryption::Scheme
- #deterministic_encrypted_attributes — ActiveRecord::Encryption::EncryptableRecord
- #disable_extension — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #disable_extension — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #disable_index — ActiveRecord::ConnectionAdapters::MySQL::Table
- #disable_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #disable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
- #disable_referential_integrity — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #discard! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #discard! — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #disconnect — ActiveRecord::ConnectionAdapters::ConnectionPool
- #disconnect! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #disconnect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #disconnect! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #disconnect! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #disconnect! — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #disconnect! — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #distinct — ActiveRecord::Associations::CollectionProxy
- #distinct — ActiveRecord::QueryMethods
- #down — ActiveRecord::Migration
- #downcase? — ActiveRecord::Encryption::Scheme
- #drop — ActiveRecord::Tasks::DatabaseTasks
- #drop_all — ActiveRecord::Tasks::DatabaseTasks
- #drop_current — ActiveRecord::Tasks::DatabaseTasks
- #drop_enum — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #drop_join_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #drop_schema — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #drop_table — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #drop_table — ActiveRecord::ConnectionAdapters::SchemaStatements
- #drop_virtual_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #dump — ActiveRecord::Coders::YAMLColumn::SafeCoder
- #dump — ActiveRecord::Encryption::MessagePackMessageSerializer
- #dump — ActiveRecord::Encryption::MessageSerializer
- #dump_all — ActiveRecord::Tasks::DatabaseTasks
- #dump_schema_cache — ActiveRecord::Tasks::DatabaseTasks
- #dump_to — ActiveRecord::ConnectionAdapters::SchemaReflection
- #dump_to — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #dump_to — ActiveRecord::ConnectionAdapters::SchemaCache
- #dup — ActiveRecord::Core
- #each — ActiveRecord::FixtureSet
- #each — ActiveRecord::Batches::BatchEnumerator
- #each — ActiveRecord::Result
- #each_key — ActiveRecord::Result::IndexedRow
- #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::DatabaseStatements
- #enable — ActiveRecord::Encryption::AutoFilteredParameters
- #enable_extension — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #enable_extension — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #enable_index — ActiveRecord::ConnectionAdapters::MySQL::Table
- #enable_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #enable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
- #encode — ActiveRecord::MessagePack::Encoder
- #encode_record — ActiveRecord::MessagePack::Encoder
- #encode_with — ActiveRecord::Relation
- #encode_with — ActiveRecord::Core
- #encoding — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #encoding — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #encrypt — ActiveRecord::Encryption::Cipher
- #encrypt — ActiveRecord::Encryption::Cipher::Aes256Gcm
- #encrypt — ActiveRecord::Encryption::Encryptor
- #encrypt — ActiveRecord::Encryption::NullEncryptor
- #encrypt — ActiveRecord::Encryption::ReadOnlyNullEncryptor
- #encrypt — ActiveRecord::Encryption::EncryptableRecord
- #encrypt_attribute — ActiveRecord::Encryption::EncryptableRecord
- #encrypted? — ActiveRecord::Encryption::EncryptedAttributeType
- #encrypted? — ActiveRecord::Encryption::Encryptor
- #encrypted? — ActiveRecord::Encryption::NullEncryptor
- #encrypted? — ActiveRecord::Encryption::ReadOnlyNullEncryptor
- #encrypted_attribute? — ActiveRecord::Encryption::EncryptableRecord
- #encryption_key — ActiveRecord::Encryption::EnvelopeEncryptionKeyProvider
- #encryption_key — ActiveRecord::Encryption::KeyProvider
- #encrypts — ActiveRecord::Encryption::EncryptableRecord
- #enum — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #enum — ActiveRecord::Enum
- #enum_types — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #env — ActiveRecord::Tasks::DatabaseTasks
- #eql? — ActiveRecord::Core
- #error_number — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #escape_bytea — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #establish_connection — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #establish_connection — ActiveRecord::ConnectionHandling
- #except — ActiveRecord::SpawnMethods
- #excluding — ActiveRecord::QueryMethods
- #exclusion_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
- #exclusion_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- #exclusion_constraints — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #exec_delete — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_migration — ActiveRecord::Migration
- #exec_query — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #exec_rollback_to_savepoint — ActiveRecord::ConnectionAdapters::Savepoints
- #exec_update — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #execute — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #execution_strategy — ActiveRecord::Migration
- #exists? — ActiveRecord::Encryption::ExtendedDeterministicQueries::RelationQueries
- #exists? — ActiveRecord::FinderMethods
- #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
- #fetch — ActiveRecord::Result::IndexedRow
- #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::Encryption::ExtendedDeterministicQueries::CoreQueries
- #find_by — ActiveRecord::FinderMethods
- #find_by! — ActiveRecord::FinderMethods
- #find_by_sql — ActiveRecord::Querying
- #find_by_token_for — ActiveRecord::TokenFor::RelationMethods
- #find_by_token_for! — ActiveRecord::TokenFor::RelationMethods
- #find_db_config — ActiveRecord::DatabaseConfigurations
- #find_each — ActiveRecord::Batches
- #find_in_batches — ActiveRecord::Batches
- #find_or_create_by — ActiveRecord::Relation
- #find_or_create_by! — ActiveRecord::Relation
- #find_or_initialize_by — ActiveRecord::Relation
- #find_signed — ActiveRecord::SignedId::ClassMethods
- #find_signed! — ActiveRecord::SignedId::ClassMethods
- #find_sole_by — ActiveRecord::FinderMethods
- #finish — ActiveRecord::ConnectionAdapters::TransactionInstrumenter
- #finish — ActiveRecord::ExplainRegistry::Subscriber
- #first — ActiveRecord::Associations::CollectionProxy
- #first — ActiveRecord::FinderMethods
- #first! — ActiveRecord::FinderMethods
- #fixed? — ActiveRecord::Encryption::Scheme
- #fixture — ActiveRecord::TestFixtures
- #fixtures — ActiveRecord::TestFixtures::ClassMethods
- #fixtures_path — ActiveRecord::Tasks::DatabaseTasks
- #flush — ActiveRecord::ConnectionAdapters::ConnectionPool
- #flush — ActiveRecord::FutureResult::EventBuffer
- #flush! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #flush_idle_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #foreign_key — ActiveRecord::ConnectionAdapters::TableDefinition
- #foreign_key — ActiveRecord::ConnectionAdapters::Table
- #foreign_key_exists? — ActiveRecord::ConnectionAdapters::Table
- #foreign_key_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #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
- #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_inspect — ActiveRecord::Core
- #full_rollback! — ActiveRecord::ConnectionAdapters::TransactionState
- #full_rollback? — ActiveRecord::ConnectionAdapters::RestartParentTransaction
- #full_rollback? — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #fully_committed? — ActiveRecord::ConnectionAdapters::TransactionState
- #fully_completed? — ActiveRecord::ConnectionAdapters::TransactionState
- #fully_rolledback? — ActiveRecord::ConnectionAdapters::TransactionState
- #generate_random_hex_key — ActiveRecord::Encryption::KeyGenerator
- #generate_random_key — ActiveRecord::Encryption::KeyGenerator
- #generate_token_for — ActiveRecord::TokenFor
- #generate_unique_secure_token — ActiveRecord::SecureToken::ClassMethods
- #generates_token_for — ActiveRecord::TokenFor::ClassMethods
- #global_previous_schemes_for — ActiveRecord::Encryption::EncryptableRecord
- #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_many — ActiveRecord::Associations::ClassMethods
- #has_one — ActiveRecord::Associations::ClassMethods
- #has_secure_token — ActiveRecord::SecureToken::ClassMethods
- #hash — ActiveRecord::Core
- #having — ActiveRecord::QueryMethods
- #hex? — ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
- #high_precision_current_timestamp — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #high_precision_current_timestamp — ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
- #high_precision_current_timestamp — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #high_precision_current_timestamp — ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
- #host — ActiveRecord::DatabaseConfigurations::HashConfig
- #hstore — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #id — ActiveRecord::Encryption::Key
- #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_value — ActiveRecord::ModelSchema
- #id_was — ActiveRecord::AttributeMethods::PrimaryKey
- #idle_timeout — ActiveRecord::DatabaseConfigurations::HashConfig
- #ids — ActiveRecord::Calculations
- #ignore_case? — ActiveRecord::Encryption::Scheme
- #ignore_payload? — ActiveRecord::ExplainRegistry::Subscriber
- #ignored_columns — ActiveRecord::ModelSchema::ClassMethods
- #ignored_columns= — ActiveRecord::ModelSchema::ClassMethods
- #in_batches — ActiveRecord::Batches
- #in_order_of — ActiveRecord::QueryMethods
- #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_exists? — ActiveRecord::ConnectionAdapters::Table
- #index_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #index_name_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #index_name_exists? — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #index_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #indexes — ActiveRecord::ConnectionAdapters::SchemaReflection
- #indexes — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #indexes — ActiveRecord::ConnectionAdapters::SchemaCache
- #indexes — ActiveRecord::ConnectionAdapters::SchemaStatements
- #inet — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #init_with — ActiveRecord::Core
- #initialize_copy — ActiveRecord::Relation
- #initialize_copy — ActiveRecord::Result
- #initialize_dup — ActiveRecord::Inheritance
- #initialize_load_schema_monitor — ActiveRecord::ModelSchema::ClassMethods
- #insert — ActiveRecord::Relation
- #insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #insert! — ActiveRecord::Relation
- #insert_all — ActiveRecord::Relation
- #insert_all! — ActiveRecord::Relation
- #insert_fixture — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #insert_fixtures_set — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #inspect — ActiveRecord::Relation
- #inspect — ActiveRecord::Core
- #install — ActiveRecord::MessagePack::Extensions
- #instance_method_already_implemented? — ActiveRecord::AttributeMethods::ClassMethods
- #instance_method_already_implemented? — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
- #instantiate — ActiveRecord::Persistence::ClassMethods
- #instrument — ActiveRecord::FutureResult::EventBuffer
- #int4range — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #int8range — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #interval — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #invalidate! — ActiveRecord::ConnectionAdapters::TransactionState
- #invalidated? — ActiveRecord::ConnectionAdapters::TransactionState
- #inverse_of — ActiveRecord::Migration::CommandRecorder
- #invert_where — ActiveRecord::QueryMethods
- #is_utc? — ActiveRecord::Type::Internal::Timezone
- #isolation — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #iv_length — ActiveRecord::Encryption::Cipher
- #joined_includes_values — ActiveRecord::Relation
- #joins — ActiveRecord::QueryMethods
- #jsonb — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #keep_alive — ActiveRecord::ConnectionAdapters::ConnectionPool
- #keepalive — ActiveRecord::DatabaseConfigurations::HashConfig
- #key? — ActiveRecord::Result::IndexedRow
- #key_length — ActiveRecord::Encryption::Cipher
- #key_provider — ActiveRecord::Encryption::Context
- #key_provider — ActiveRecord::Encryption::Scheme
- #keys — ActiveRecord::Result::IndexedRow
- #klass — ActiveRecord::Reflection::MacroReflection
- #last — ActiveRecord::Associations::CollectionProxy
- #last — ActiveRecord::Result
- #last — ActiveRecord::FinderMethods
- #last! — ActiveRecord::FinderMethods
- #lazy_schema_cache_path — ActiveRecord::DatabaseConfigurations::HashConfig
- #lease — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #lease_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #lease_connection — ActiveRecord::ConnectionHandling
- #left_joins — ActiveRecord::QueryMethods
- #left_outer_joins — ActiveRecord::QueryMethods
- #length — ActiveRecord::Associations::CollectionProxy
- #length — ActiveRecord::Result
- #length — ActiveRecord::Result::IndexedRow
- #limit — ActiveRecord::QueryMethods
- #line — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #load — ActiveRecord::Coders::YAMLColumn::SafeCoder
- #load — ActiveRecord::Encryption::MessagePackMessageSerializer
- #load — ActiveRecord::Encryption::MessageSerializer
- #load — ActiveRecord::Relation
- #load! — ActiveRecord::ConnectionAdapters::SchemaReflection
- #load! — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #load_async — ActiveRecord::Relation
- #load_records — ActiveRecord::Relation
- #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
- #lock — ActiveRecord::QueryMethods
- #lock! — ActiveRecord::Locking::Pessimistic
- #locking_column= — ActiveRecord::Locking::Optimistic::ClassMethods
- #locking_enabled? — ActiveRecord::Locking::Optimistic::ClassMethods
- #log — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #longblob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #longtext — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #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_load — ActiveRecord::Marshalling::Methods
- #materialize! — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #materialize! — ActiveRecord::ConnectionAdapters::RealTransaction
- #max_age — ActiveRecord::DatabaseConfigurations::HashConfig
- #max_connections — ActiveRecord::DatabaseConfigurations::HashConfig
- #max_identifier_length — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #max_index_name_size — ActiveRecord::ConnectionAdapters::SchemaStatements
- #max_jitter — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #max_queue — ActiveRecord::DatabaseConfigurations::HashConfig
- #max_threads — ActiveRecord::DatabaseConfigurations::HashConfig
- #maximum — ActiveRecord::Calculations
- #mediumblob — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #mediumtext — ActiveRecord::ConnectionAdapters::MySQL::ColumnMethods
- #member? — ActiveRecord::FinderMethods
- #merge — ActiveRecord::Encryption::Scheme
- #merge — ActiveRecord::SpawnMethods
- #method_missing — ActiveRecord::ConnectionAdapters::NullPool::NullConfig
- #method_missing — ActiveRecord::Migration
- #migrate — ActiveRecord::Migration
- #migrate — ActiveRecord::MigrationContext
- #migrate — ActiveRecord::Tasks::DatabaseTasks
- #migrate_all — ActiveRecord::Tasks::DatabaseTasks
- #migrate_status — ActiveRecord::Tasks::DatabaseTasks
- #migrations_paths — ActiveRecord::DatabaseConfigurations::HashConfig
- #migrations_paths — ActiveRecord::Tasks::DatabaseTasks
- #min_connections — ActiveRecord::DatabaseConfigurations::HashConfig
- #min_threads — ActiveRecord::DatabaseConfigurations::HashConfig
- #minimum — ActiveRecord::Calculations
- #missing — ActiveRecord::QueryMethods::WhereChain
- #money — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #name — ActiveRecord::Tasks::DatabaseTasks
- #native_database_types — ActiveRecord::ConnectionAdapters::SchemaStatements
- #new — ActiveRecord::Associations::CollectionProxy
- #new — ActiveRecord::Relation
- #new — ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
- #new — ActiveRecord::Inheritance::ClassMethods
- #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
- #none — ActiveRecord::QueryMethods
- #none? — ActiveRecord::Relation
- #not — ActiveRecord::QueryMethods::WhereChain
- #nullify! — ActiveRecord::ConnectionAdapters::TransactionState
- #num_waiting — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #numrange — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #offset — ActiveRecord::QueryMethods
- #oid — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #on_encrypted_attribute_declared — ActiveRecord::Encryption::Configurable
- #one? — ActiveRecord::Relation
- #only — ActiveRecord::SpawnMethods
- #only_columns — ActiveRecord::ModelSchema::ClassMethods
- #only_columns= — ActiveRecord::ModelSchema::ClassMethods
- #open? — ActiveRecord::Transaction
- #optimizer_hints — ActiveRecord::QueryMethods
- #options_include_default? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #or — ActiveRecord::QueryMethods
- #order — ActiveRecord::QueryMethods
- #override_accessors_to_preserve_original — ActiveRecord::Encryption::EncryptableRecord
- #path — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #pending? — ActiveRecord::FutureResult::Complete
- #pending? — ActiveRecord::Promise
- #perform — ActiveRecord::DestroyAssociationAsyncJob
- #persisted? — ActiveRecord::Persistence
- #pick — ActiveRecord::Calculations
- #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
- #pool= — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #pool_jitter — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #pool_transaction_isolation_level — ActiveRecord::ConnectionAdapters::ConnectionPool
- #pool_transaction_isolation_level — ActiveRecord::Transactions::ClassMethods
- #pool_transaction_isolation_level= — ActiveRecord::ConnectionAdapters::ConnectionPool
- #preconnect — ActiveRecord::ConnectionAdapters::ConnectionPool
- #prefetch_primary_key? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #prefetch_primary_key? — ActiveRecord::ModelSchema::ClassMethods
- #preload — ActiveRecord::QueryMethods
- #prepare_all — ActiveRecord::Tasks::DatabaseTasks
- #prepared_statements — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #prepared_statements? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #prepopulate — ActiveRecord::ConnectionAdapters::ConnectionPool
- #preserve_original_encrypted — ActiveRecord::Encryption::EncryptableRecord
- #pretty_print — ActiveRecord::Core::InspectionMask
- #pretty_print — ActiveRecord::Relation
- #pretty_print — ActiveRecord::Core
- #preventing_writes? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #previous= — ActiveRecord::Encryption::Config
- #previously_new_record? — ActiveRecord::Persistence
- #previously_persisted? — ActiveRecord::Persistence
- #primary_abstract_class — ActiveRecord::Inheritance::ClassMethods
- #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_keys — ActiveRecord::ConnectionAdapters::SchemaReflection
- #primary_keys — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #primary_keys — ActiveRecord::ConnectionAdapters::SchemaCache
- #prohibit_shard_swapping — ActiveRecord::ConnectionHandling
- #proper_table_name — ActiveRecord::Migration
- #protected_environments — ActiveRecord::ModelSchema::ClassMethods
- #protected_environments= — ActiveRecord::ModelSchema::ClassMethods
- #protecting_encrypted_data — ActiveRecord::Encryption::Contexts
- #proxy_association — ActiveRecord::Associations::CollectionProxy
- #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 — ActiveRecord::DatabaseConfigurations::HashConfig
- #query_cache — ActiveRecord::ConnectionAdapters::QueryCache
- #query_cache_enabled — ActiveRecord::ConnectionAdapters::QueryCache
- #query_constraints — ActiveRecord::Persistence::ClassMethods
- #quote — ActiveRecord::ConnectionAdapters::Quoting
- #quote_column_name — ActiveRecord::ConnectionAdapters::Quoting
- #quote_schema_name — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #quote_string — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #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_table_name — ActiveRecord::ModelSchema::ClassMethods
- #quoted_true — ActiveRecord::ConnectionAdapters::Quoting
- #raw_connection — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #read_attribute — ActiveRecord::AttributeMethods::Read
- #read_attribute_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
- #read_attribute_for_database — ActiveRecord::AttributeMethods::BeforeTypeCast
- #read_record — ActiveRecord::MessagePack::Extensions
- #read_store_attribute — ActiveRecord::Store
- #readonly — ActiveRecord::QueryMethods
- #readonly! — ActiveRecord::Core
- #readonly? — ActiveRecord::Relation
- #readonly? — ActiveRecord::Core
- #readonly_attributes — ActiveRecord::ReadonlyAttributes::ClassMethods
- #reap — ActiveRecord::ConnectionAdapters::ConnectionPool
- #reconnect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #record — ActiveRecord::Migration::CommandRecorder
- #recreate_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #recycle! — ActiveRecord::ConnectionAdapters::ConnectionPool
- #references — ActiveRecord::ConnectionAdapters::TableDefinition
- #references — ActiveRecord::ConnectionAdapters::Table
- #references — ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition
- #references — ActiveRecord::QueryMethods
- #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_task — ActiveRecord::Tasks::DatabaseTasks
- #registry — ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
- #regroup — ActiveRecord::QueryMethods
- #release_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #release_connection — ActiveRecord::ConnectionHandling
- #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::Attributes::ClassMethods
- #reload_schema_from_cache — ActiveRecord::ModelSchema::ClassMethods
- #remove — ActiveRecord::ConnectionAdapters::ConnectionPool
- #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_columns — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_connection — ActiveRecord::ConnectionHandling
- #remove_connection_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #remove_exclusion_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- #remove_exclusion_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #remove_foreign_key — ActiveRecord::ConnectionAdapters::Table
- #remove_foreign_key — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_index — ActiveRecord::ConnectionAdapters::Table
- #remove_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_reference — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_references — ActiveRecord::ConnectionAdapters::Table
- #remove_timestamps — ActiveRecord::ConnectionAdapters::Table
- #remove_timestamps — ActiveRecord::ConnectionAdapters::SchemaStatements
- #remove_unique_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- #remove_unique_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #rename — ActiveRecord::ConnectionAdapters::Table
- #rename_column — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_enum — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #rename_enum_value — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #rename_index — ActiveRecord::ConnectionAdapters::Table
- #rename_index — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #rename_index — ActiveRecord::ConnectionAdapters::SchemaStatements
- #rename_index — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #rename_schema — 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
- #reorder — ActiveRecord::QueryMethods
- #replace — ActiveRecord::Associations::CollectionProxy
- #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::PostgreSQLAdapter
- #reset_column_information — ActiveRecord::ModelSchema::ClassMethods
- #reset_counters — ActiveRecord::CounterCache::ClassMethods
- #reset_default_context — ActiveRecord::Encryption::Contexts
- #reset_isolation_level — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #reset_locking_column — ActiveRecord::Locking::Optimistic::ClassMethods
- #reset_runtimes — ActiveRecord::RuntimeRegistry::Stats
- #reset_sequence! — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #resolve_cached_associations — ActiveRecord::MessagePack::Decoder
- #respond_to? — ActiveRecord::AttributeMethods
- #restart — ActiveRecord::ConnectionAdapters::SavepointTransaction
- #restart — ActiveRecord::ConnectionAdapters::RealTransaction
- #restart_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #retire_old_connections — ActiveRecord::ConnectionAdapters::ConnectionPool
- #retrieve_connection — ActiveRecord::ConnectionHandling
- #retrieve_connection_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
- #retry_deadline — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #reverse_order — ActiveRecord::QueryMethods
- #reversible — ActiveRecord::Migration
- #revert — ActiveRecord::Migration
- #revert — ActiveRecord::Migration::CommandRecorder
- #reverting? — ActiveRecord::Migration
- #rewhere — ActiveRecord::QueryMethods
- #role — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #rollback — ActiveRecord::ConnectionAdapters::RestartParentTransaction
- #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
- #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
- #saved_change_to_attribute — ActiveRecord::AttributeMethods::Dirty
- #saved_change_to_attribute? — ActiveRecord::AttributeMethods::Dirty
- #saved_changes — ActiveRecord::AttributeMethods::Dirty
- #saved_changes? — ActiveRecord::AttributeMethods::Dirty
- #savepoint_errors_invalidate_transactions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #savepoint_errors_invalidate_transactions? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #savepoint_errors_invalidate_transactions? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #say — ActiveRecord::Migration
- #say_with_time — ActiveRecord::Migration
- #scheduled? — ActiveRecord::Relation
- #schema_cache — ActiveRecord::ConnectionAdapters::ConnectionPool
- #schema_cache — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #schema_cache_path — ActiveRecord::DatabaseConfigurations::HashConfig
- #schema_dump — ActiveRecord::DatabaseConfigurations::HashConfig
- #schema_dump_path — ActiveRecord::Tasks::DatabaseTasks
- #schema_exists? — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_names — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_reflection= — ActiveRecord::ConnectionAdapters::ConnectionPool
- #schema_search_path — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_search_path= — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #schema_up_to_date? — ActiveRecord::Tasks::DatabaseTasks
- #schema_version — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #schema_version — ActiveRecord::ConnectionAdapters::SchemaCache
- #scheme_for — ActiveRecord::Encryption::EncryptableRecord
- #scope — ActiveRecord::Associations::CollectionProxy
- #scope — ActiveRecord::Scoping::Named::ClassMethods
- #scope_for — ActiveRecord::Reflection::MacroReflection
- #scope_for_create — ActiveRecord::Relation
- #scope_for_create — ActiveRecord::Encryption::ExtendedDeterministicQueries::RelationQueries
- #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
- #seeds? — ActiveRecord::DatabaseConfigurations::HashConfig
- #select — ActiveRecord::Associations::CollectionProxy
- #select — ActiveRecord::QueryMethods
- #select_all — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #select_one — 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
- #serial — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #serial_sequence — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #serializable_hash — ActiveRecord::Serialization
- #serialize — ActiveRecord::Encryption::EncryptedAttributeType
- #serialize — ActiveRecord::Type::Json
- #serialize — ActiveRecord::Type::Time
- #serialize — ActiveRecord::AttributeMethods::Serialization::ClassMethods
- #serialize — ActiveRecord::Encryption::ExtendedDeterministicQueries::ExtendedEncryptableType
- #session_auth= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #set_callback — ActiveRecord::Transactions::ClassMethods
- #set_constraints — ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
- #set_fixture_class — ActiveRecord::TestFixtures::ClassMethods
- #set_pool — ActiveRecord::ConnectionNotEstablished
- #set_primary_key — ActiveRecord::ConnectionAdapters::TableDefinition
- #set_query — ActiveRecord::StatementInvalid
- #set_query — ActiveRecord::MismatchedForeignKey
- #set_standard_conforming_strings — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #setup_fixture_accessors — ActiveRecord::TestFixtures::ClassMethods
- #shard — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #shard_keys — ActiveRecord::ConnectionHandling
- #shard_swapping_prohibited? — ActiveRecord::ConnectionHandling
- #sharded? — ActiveRecord::ConnectionHandling
- #show_variable — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #signed_id — ActiveRecord::SignedId
- #signed_id_verifier — ActiveRecord::SignedId::ClassMethods
- #signed_id_verifier= — ActiveRecord::SignedId::ClassMethods
- #signed_id_verifier_secret= — ActiveRecord::SignedId::DeprecateSignedIdVerifierSecret
- #silenced? — ActiveRecord::ExplainRegistry::Subscriber
- #size — ActiveRecord::Associations::CollectionProxy
- #size — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
- #size — ActiveRecord::ConnectionAdapters::SchemaReflection
- #size — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #size — ActiveRecord::ConnectionAdapters::SchemaCache
- #size — ActiveRecord::FixtureSet
- #size — ActiveRecord::Relation
- #size — ActiveRecord::Result::IndexedRow
- #skip_transactional_tests_for_database — ActiveRecord::TestFixtures::ClassMethods
- #slice — ActiveRecord::Core
- #sole — ActiveRecord::FinderMethods
- #source_attribute_from_preserved_attribute — ActiveRecord::Encryption::EncryptableRecord
- #start — ActiveRecord::ConnectionAdapters::TransactionInstrumenter
- #start — ActiveRecord::ExplainRegistry::Subscriber
- #stat — ActiveRecord::ConnectionAdapters::ConnectionPool
- #sti_class_for — ActiveRecord::Inheritance::ClassMethods
- #sti_name — ActiveRecord::Inheritance::ClassMethods
- #store — ActiveRecord::Store::ClassMethods
- #store_accessor — ActiveRecord::Store::ClassMethods
- #stored_attributes — ActiveRecord::Store::ClassMethods
- #strict_loading — ActiveRecord::QueryMethods
- #strict_loading! — ActiveRecord::Core
- #strict_loading? — ActiveRecord::Core
- #strict_loading_all? — ActiveRecord::Core
- #strict_loading_n_plus_one_only? — ActiveRecord::Core
- #strict_mode? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #structurally_compatible? — ActiveRecord::QueryMethods
- #structure_dump — ActiveRecord::Tasks::DatabaseTasks
- #structure_load — ActiveRecord::Tasks::DatabaseTasks
- #sum — ActiveRecord::Calculations
- #support_sha1_for_non_deterministic_encryption= — ActiveRecord::Encryption::Config
- #support_unencrypted_data? — ActiveRecord::Encryption::EncryptedAttributeType
- #support_unencrypted_data? — ActiveRecord::Encryption::Scheme
- #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? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #supports_comments_in_create? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_comments_in_create? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_comments_in_create? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #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_concurrent_connections? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_concurrent_connections? — 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_deferrable_constraints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_deferrable_constraints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_deferrable_constraints? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_disabling_indexes? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_disabling_indexes? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_exclusion_constraints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_exclusion_constraints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #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_include? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_index_include? — 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::AbstractMysqlAdapter
- #supports_insert_returning? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_insert_returning? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_json? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_json? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_json? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_json? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_json? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #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_lazy_transactions? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #supports_materialized_views? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_materialized_views? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_nulls_not_distinct? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_nulls_not_distinct? — 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_restart_db_transaction? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_restart_db_transaction? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
- #supports_restart_db_transaction? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::TrilogyAdapter
- #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_unique_constraints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #supports_unique_constraints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #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
- #supports_virtual_columns? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #supports_virtual_columns? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #suppress — ActiveRecord::Suppressor::ClassMethods
- #suppress_messages — ActiveRecord::Migration
- #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_name — ActiveRecord::ModelSchema::ClassMethods
- #table_name= — ActiveRecord::ModelSchema::ClassMethods
- #table_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
- #table_options — ActiveRecord::ConnectionAdapters::SchemaStatements
- #table_rows — ActiveRecord::FixtureSet
- #tables — ActiveRecord::ConnectionAdapters::SchemaStatements
- #take — ActiveRecord::Associations::CollectionProxy
- #take — ActiveRecord::FinderMethods
- #take! — ActiveRecord::FinderMethods
- #target — ActiveRecord::Associations::CollectionProxy
- #target_version — ActiveRecord::Tasks::DatabaseTasks
- #then — ActiveRecord::FutureResult::Complete
- #then — ActiveRecord::Promise
- #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
- #timestamps — ActiveRecord::ConnectionAdapters::TableDefinition
- #timestamps — ActiveRecord::ConnectionAdapters::Table
- #timestamptz — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #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_h — ActiveRecord::Encryption::Properties
- #to_h — ActiveRecord::Encryption::Scheme
- #to_h — ActiveRecord::Result::IndexedRow
- #to_hash — ActiveRecord::Result::IndexedRow
- #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
- #touch_all — ActiveRecord::Batches::BatchEnumerator
- #transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #transaction — ActiveRecord::Transactions::ClassMethods
- #transaction_isolation_levels — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #transaction_open? — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #truncate — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #truncate_all — ActiveRecord::Tasks::DatabaseTasks
- #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_for_attribute — ActiveRecord::Attributes::ClassMethods
- #uncached — ActiveRecord::ConnectionAdapters::QueryCache
- #uncached — ActiveRecord::QueryCache::ClassMethods
- #unescape_bytea — ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
- #uniq! — ActiveRecord::QueryMethods
- #unique_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
- #unique_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- #unique_constraints — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #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_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! — ActiveRecord::Persistence::ClassMethods
- #update_all — ActiveRecord::Relation
- #update_all — ActiveRecord::Batches::BatchEnumerator
- #update_attribute — ActiveRecord::Persistence
- #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
- #upsert — ActiveRecord::Relation
- #upsert_all — ActiveRecord::Relation
- #use_foreign_keys? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #use_insert_returning? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- #use_transactional_tests_for_database — ActiveRecord::TestFixtures::ClassMethods
- #uses_transaction — ActiveRecord::TestFixtures::ClassMethods
- #uses_transaction? — ActiveRecord::TestFixtures::ClassMethods
- #uuid — ActiveRecord::Transaction
- #uuid — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
- #valid? — ActiveRecord::Validations
- #validate — ActiveRecord::Validations
- #validate_check_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- #validate_check_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #validate_column_size — ActiveRecord::Encryption::EncryptableRecord
- #validate_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::Table
- #validate_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable
- #validate_constraint — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #validate_each — ActiveRecord::Encryption::ExtendedDeterministicUniquenessValidator::EncryptedUniquenessValidator
- #validate_foreign_key — ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
- #validate_value_type — ActiveRecord::Encryption::Properties
- #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
- #validating_belongs_to_for? — ActiveRecord::AutosaveAssociation
- #value — ActiveRecord::Promise
- #value — ActiveRecord::StatementCache::PartialQueryCollector
- #values — ActiveRecord::Relation
- #values_at — ActiveRecord::Core
- #verify! — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #verify_timeout — ActiveRecord::ConnectionAdapters::AbstractAdapter
- #version — ActiveRecord::ConnectionAdapters::SchemaReflection
- #version — ActiveRecord::ConnectionAdapters::BoundSchemaReflection
- #version — ActiveRecord::ConnectionAdapters::SchemaCache
- #view_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
- #views — ActiveRecord::ConnectionAdapters::SchemaStatements
- #virtual_tables — ActiveRecord::ConnectionAdapters::SQLite3Adapter
- #where — ActiveRecord::Encryption::ExtendedDeterministicQueries::RelationQueries
- #where — ActiveRecord::QueryMethods
- #while_preventing_writes — ActiveRecord::ConnectionHandling
- #will_save_change_to_attribute? — ActiveRecord::AttributeMethods::Dirty
- #with — ActiveRecord::QueryMethods
- #with_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
- #with_connection — ActiveRecord::ConnectionAdapters::BoundSchemaReflection::FakePool
- #with_connection — ActiveRecord::ConnectionHandling
- #with_context — ActiveRecord::Encryption::Scheme
- #with_encryption_context — ActiveRecord::Encryption::Contexts
- #with_lock — ActiveRecord::Locking::Pessimistic
- #with_pool_transaction_isolation_level — ActiveRecord::Transactions::ClassMethods
- #with_recursive — ActiveRecord::QueryMethods
- #without — ActiveRecord::QueryMethods
- #without_encryption — ActiveRecord::Encryption::Contexts
- #write — ActiveRecord::Migration
- #write_attribute — ActiveRecord::AttributeMethods::Write
- #write_query? — ActiveRecord::ConnectionAdapters::DatabaseStatements
- #write_record — ActiveRecord::MessagePack::Extensions
- #write_store_attribute — ActiveRecord::Store
- #xml — ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods