Table of Contents - activerecord-4.0.2 Documentation
Pages
README
Active Record – Object-relational mapping put on rails
Philosophy
Download and installation
License
Support
databases.rake
Classes/Modules
ActiveRecord
ActiveRecord::ActiveRecordError
Active Record Errors
ActiveRecord::AdapterNotFound
ActiveRecord::AdapterNotSpecified
ActiveRecord::Aggregations
ActiveRecord::Aggregations::ClassMethods
Writing value objects
Custom constructors and converters
Finding records by a value object
ActiveRecord::AssociationRelation
ActiveRecord::AssociationTypeMismatch
ActiveRecord::Associations
Active Record Belongs To Association
Active Record Belongs To Polymorphic Association
Active Record Has And Belongs To Many Association
Active Record Has Many Association
Active Record Has Many Through Association
Active Record Belongs To Has One Association
Active Record Has One Through Association
Active Record Through Association
ActiveRecord::Associations::AliasTracker
ActiveRecord::Associations::Association
ActiveRecord::Associations::AssociationScope
ActiveRecord::Associations::BelongsToAssociation
ActiveRecord::Associations::BelongsToPolymorphicAssociation
ActiveRecord::Associations::Builder
ActiveRecord::Associations::Builder::Association
ActiveRecord::Associations::Builder::BelongsTo
ActiveRecord::Associations::Builder::CollectionAssociation
ActiveRecord::Associations::Builder::HasAndBelongsToMany
ActiveRecord::Associations::Builder::HasMany
ActiveRecord::Associations::Builder::HasOne
ActiveRecord::Associations::Builder::SingularAssociation
ActiveRecord::Associations::ClassMethods
A word of warning
Auto-generated methods
Singular associations (one-to-one)
Collection associations (one-to-many / many-to-many)
Overriding generated methods
Cardinality and associations
One-to-one
One-to-many
Many-to-many
Is it a belongs_to or has_one association?
Unsaved objects and associations
One-to-one associations
Collections
Customizing the query
Accessing the owner object
Association callbacks
Association extensions
Association Join Models
Nested Associations
Polymorphic Associations
Caching
Eager loading of associations
Table Aliasing
Modules
Bi-directional associations
Deleting from associations
Dependent associations
Delete or destroy?
What gets deleted?
Type safety with ActiveRecord::AssociationTypeMismatch
Options
ActiveRecord::Associations::CollectionAssociation
ActiveRecord::Associations::CollectionProxy
ActiveRecord::Associations::HasAndBelongsToManyAssociation
ActiveRecord::Associations::HasManyAssociation
ActiveRecord::Associations::HasManyThroughAssociation
ActiveRecord::Associations::HasOneAssociation
ActiveRecord::Associations::HasOneThroughAssociation
ActiveRecord::Associations::JoinDependency
ActiveRecord::Associations::JoinDependency::JoinAssociation
ActiveRecord::Associations::JoinDependency::JoinBase
ActiveRecord::Associations::JoinDependency::JoinPart
ActiveRecord::Associations::JoinHelper
ActiveRecord::Associations::Preloader
ActiveRecord::Associations::Preloader::Association
ActiveRecord::Associations::Preloader::BelongsTo
ActiveRecord::Associations::Preloader::CollectionAssociation
ActiveRecord::Associations::Preloader::HasAndBelongsToMany
ActiveRecord::Associations::Preloader::HasMany
ActiveRecord::Associations::Preloader::HasManyThrough
ActiveRecord::Associations::Preloader::HasOne
ActiveRecord::Associations::Preloader::HasOneThrough
ActiveRecord::Associations::Preloader::SingularAssociation
ActiveRecord::Associations::Preloader::ThroughAssociation
ActiveRecord::Associations::SingularAssociation
ActiveRecord::Associations::ThroughAssociation
ActiveRecord::AttributeAssignment
ActiveRecord::AttributeAssignment::MultiparameterAttribute
ActiveRecord::AttributeAssignmentError
ActiveRecord::AttributeMethods
Active Record Attribute Methods
ActiveRecord::AttributeMethods::BeforeTypeCast
Active Record Attribute Methods Before Type Cast
ActiveRecord::AttributeMethods::ClassMethods
ActiveRecord::AttributeMethods::Dirty
ActiveRecord::AttributeMethods::Dirty::ActiveSupport
ActiveRecord::AttributeMethods::PrimaryKey
ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
ActiveRecord::AttributeMethods::Query
ActiveRecord::AttributeMethods::Read
ActiveRecord::AttributeMethods::Read::ClassMethods
ActiveRecord::AttributeMethods::Serialization
ActiveRecord::AttributeMethods::Serialization::Attribute
ActiveRecord::AttributeMethods::Serialization::Behavior
ActiveRecord::AttributeMethods::Serialization::Behavior::ClassMethods
ActiveRecord::AttributeMethods::Serialization::ClassMethods
ActiveRecord::AttributeMethods::Serialization::Type
ActiveRecord::AttributeMethods::TimeZoneConversion
ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods
ActiveRecord::AttributeMethods::TimeZoneConversion::Type
ActiveRecord::AttributeMethods::Write
ActiveRecord::AttributeMethods::Write::ClassMethods
ActiveRecord::AutosaveAssociation
Active Record Autosave Association
Validation
Callbacks
One-to-one Example
One-to-many Example
ActiveRecord::AutosaveAssociation::AssociationBuilderExtension
ActiveRecord::AutosaveAssociation::ClassMethods
ActiveRecord::Base
Active Record
Creation
Conditions
Overwriting default accessors
Attribute query methods
Accessing attributes before they have been typecasted
Dynamic attribute-based finders
Saving arrays, hashes, and other non-mappable objects in text columns
Single table inheritance
Connection to multiple databases in different models
Exceptions
ActiveRecord::Batches
ActiveRecord::Calculations
ActiveRecord::Callbacks
Active Record Callbacks
Inheritable callback queues
Types of callbacks
before_validation* returning statements
Canceling callbacks
Ordering callbacks
Transactions
Debugging callbacks
ActiveRecord::Callbacks::ClassMethods
ActiveRecord::Coders
ActiveRecord::Coders::YAMLColumn
ActiveRecord::ConfigurationError
ActiveRecord::ConnectionAdapters::AbstractAdapter
ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::BindSubstitution
ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::Column
ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::SchemaCreation
ActiveRecord::ConnectionAdapters::AlterTable
ActiveRecord::ConnectionAdapters::ClosedTransaction
ActiveRecord::ConnectionAdapters::ColumnDefinition
ActiveRecord::ConnectionAdapters::ColumnDumper
ActiveRecord::ConnectionAdapters::ConnectionHandler
ActiveRecord::ConnectionAdapters::ConnectionManagement
ActiveRecord::ConnectionAdapters::ConnectionPool
Introduction
Obtaining (checking out) a connection
Options
ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
ActiveRecord::ConnectionAdapters::ConnectionSpecification
ActiveRecord::ConnectionAdapters::ConnectionSpecification::Resolver
ActiveRecord::ConnectionAdapters::DatabaseLimits
ActiveRecord::ConnectionAdapters::DatabaseStatements
ActiveRecord::ConnectionAdapters::IndexDefinition
ActiveRecord::ConnectionAdapters::Mysql2Adapter
ActiveRecord::ConnectionAdapters::Mysql2Adapter::Column
ActiveRecord::ConnectionAdapters::Mysql2Adapter::ExplainPrettyPrinter
ActiveRecord::ConnectionAdapters::MysqlAdapter
ActiveRecord::ConnectionAdapters::MysqlAdapter::Column
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Boolean
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Date
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::DateTime
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Decimal
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Float
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Identity
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Integer
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Time
ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Type
ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
ActiveRecord::ConnectionAdapters::OpenTransaction
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::BindSubstitution
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements::ExplainPrettyPrinter
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Array
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Bit
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Boolean
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Bytea
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Cidr
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Date
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Decimal
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Float
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Hstore
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Identity
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Integer
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Json
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Money
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Point
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Time
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Timestamp
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Vector
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ReferentialIntegrity
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaCreation
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Table
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Utils
ActiveRecord::ConnectionAdapters::PostgreSQLColumn
ActiveRecord::ConnectionAdapters::PostgreSQLColumn::ArrayParser
ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
ActiveRecord::ConnectionAdapters::QueryCache
ActiveRecord::ConnectionAdapters::Quoting
ActiveRecord::ConnectionAdapters::RealTransaction
ActiveRecord::ConnectionAdapters::SQLite3Adapter
ActiveRecord::ConnectionAdapters::SQLite3Adapter::BindSubstitution
ActiveRecord::ConnectionAdapters::SQLite3Adapter::ExplainPrettyPrinter
ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
ActiveRecord::ConnectionAdapters::SQLite3Adapter::Version
ActiveRecord::ConnectionAdapters::SQLite3Column
ActiveRecord::ConnectionAdapters::SavepointTransaction
ActiveRecord::ConnectionAdapters::SchemaCache
ActiveRecord::ConnectionAdapters::SchemaStatements
ActiveRecord::ConnectionAdapters::StatementPool
ActiveRecord::ConnectionAdapters::Table
ActiveRecord::ConnectionAdapters::TableDefinition
ActiveRecord::ConnectionAdapters::Transaction
ActiveRecord::ConnectionAdapters::TransactionState
ActiveRecord::ConnectionHandling
ActiveRecord::ConnectionNotEstablished
ActiveRecord::ConnectionTimeoutError
ActiveRecord::Core
ActiveRecord::Core::ClassMethods
ActiveRecord::CounterCache
Active Record Counter Cache
ActiveRecord::CounterCache::ClassMethods
ActiveRecord::DangerousAttributeError
ActiveRecord::Delegation
ActiveRecord::Delegation::ClassMethods
ActiveRecord::Delegation::ClassMethods::ThreadSafe
ActiveRecord::Delegation::ClassSpecificRelation
ActiveRecord::Delegation::ClassSpecificRelation::ClassMethods
ActiveRecord::DeleteRestrictionError
ActiveRecord::DuplicateMigrationNameError
ActiveRecord::DuplicateMigrationVersionError
ActiveRecord::DynamicMatchers
ActiveRecord::DynamicMatchers::FindBy
ActiveRecord::DynamicMatchers::FindByBang
ActiveRecord::DynamicMatchers::Finder
ActiveRecord::DynamicMatchers::Method
ActiveRecord::EagerLoadPolymorphicError
ActiveRecord::Explain
ActiveRecord::ExplainRegistry
ActiveRecord::ExplainSubscriber
ActiveRecord::ExplainSubscriber::ActiveSupport
ActiveRecord::FinderMethods
ActiveRecord::Fixture
ActiveRecord::Fixture::FixtureError
ActiveRecord::Fixture::FormatError
ActiveRecord::FixtureClassNotFound
ActiveRecord::FixtureSet
Using Fixtures in Test Cases
Dynamic fixtures with ERB
Transactional Fixtures
Advanced Fixtures
Stable, Autogenerated IDs
Label references for associations (belongs_to, has_one, has_many)
belongs_to
Polymorphic belongs_to
has_and_belongs_to_many
Autofilled Timestamp Columns
Fixture label interpolation
Support for YAML defaults
ActiveRecord::FixtureSet::File
ActiveRecord::Generators
ActiveRecord::Generators::Base
ActiveRecord::Generators::MigrationGenerator
ActiveRecord::Generators::ModelGenerator
ActiveRecord::HasAndBelongsToManyAssociationForeignKeyNeeded
ActiveRecord::HasManyThroughAssociationNotFoundError
ActiveRecord::HasManyThroughAssociationPointlessSourceTypeError
ActiveRecord::HasManyThroughAssociationPolymorphicSourceError
ActiveRecord::HasManyThroughAssociationPolymorphicThroughError
ActiveRecord::HasManyThroughCantAssociateNewRecords
ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection
ActiveRecord::HasManyThroughCantDissociateNewRecords
ActiveRecord::HasManyThroughNestedAssociationsAreReadonly
ActiveRecord::HasManyThroughSourceAssociationNotFoundError
ActiveRecord::HasOneThroughCantAssociateThroughCollection
ActiveRecord::IllegalMigrationNameError
ActiveRecord::ImmutableRelation
ActiveRecord::Inheritance
ActiveRecord::Inheritance::ClassMethods
ActiveRecord::Integration
ActiveRecord::InvalidForeignKey
ActiveRecord::InverseOfAssociationNotFoundError
ActiveRecord::IrreversibleMigration
ActiveRecord::Locking
ActiveRecord::Locking::Optimistic
What is Optimistic Locking
Usage
ActiveRecord::Locking::Optimistic::ClassMethods
ActiveRecord::Locking::Pessimistic
ActiveRecord::LogSubscriber
ActiveRecord::Migration
Active Record Migrations
Available transformations
Irreversible transformations
Running migrations from within Rails
Database support
More examples
Using a model after changing its table
Controlling verbosity
About the schema_migrations table
Timestamped Migrations
Reversible Migrations
Transactional Migrations
ActiveRecord::Migration::CheckPending
ActiveRecord::Migration::CommandRecorder
ActiveRecord::Migration::CommandRecorder::StraightReversions
ActiveRecord::Migration::JoinTable
ActiveRecord::Migration::ReversibleBlockHelper
ActiveRecord::MigrationProxy
ActiveRecord::Migrator
ActiveRecord::ModelSchema
ActiveRecord::ModelSchema::ClassMethods
ActiveRecord::MultiparameterAssignmentErrors
ActiveRecord::NestedAttributes
ActiveRecord::NestedAttributes::ClassMethods
Active Record Nested Attributes
One-to-one
One-to-many
Saving
Validating the presence of a parent model
ActiveRecord::NestedAttributes::TooManyRecords
ActiveRecord::NullMigration
ActiveRecord::NullRelation
ActiveRecord::PendingMigrationError
ActiveRecord::Persistence
Active Record Persistence
ActiveRecord::Persistence::ClassMethods
ActiveRecord::PredicateBuilder
ActiveRecord::PreparedStatementInvalid
ActiveRecord::QueryCache
Active Record Query Cache
ActiveRecord::QueryCache::ClassMethods
ActiveRecord::QueryMethods
ActiveRecord::QueryMethods::WhereChain
ActiveRecord::Querying
ActiveRecord::Railtie
ActiveRecord::Railtie::ActionDispatch
ActiveRecord::Railtie::ActiveSupport
ActiveRecord::Railtie::Rails
ActiveRecord::Railties
ActiveRecord::Railties::ControllerRuntime
ActiveRecord::Railties::ControllerRuntime::ClassMethods
ActiveRecord::ReadOnlyAssociation
ActiveRecord::ReadOnlyRecord
ActiveRecord::ReadonlyAttributes
ActiveRecord::ReadonlyAttributes::ClassMethods
ActiveRecord::RecordInvalid
Active Record RecordInvalid
ActiveRecord::RecordNotDestroyed
ActiveRecord::RecordNotFound
ActiveRecord::RecordNotSaved
ActiveRecord::RecordNotUnique
ActiveRecord::Reflection
ActiveRecord::Reflection::AggregateReflection
ActiveRecord::Reflection::AssociationReflection
ActiveRecord::Reflection::ClassMethods
ActiveRecord::Reflection::MacroReflection
ActiveRecord::Reflection::ThroughReflection
ActiveRecord::Relation
Active Record Relation
ActiveRecord::Relation::HashMerger
ActiveRecord::Relation::Merger
ActiveRecord::Result
ActiveRecord::Rollback
ActiveRecord::RuntimeRegistry
ActiveRecord::SQLCounter
ActiveRecord::Sanitization
ActiveRecord::Sanitization::ClassMethods
ActiveRecord::Schema
Active Record Schema
ActiveRecord::SchemaDumper
ActiveRecord::SchemaMigration
ActiveRecord::Scoping
Active Record Named Scopes
ActiveRecord::Scoping::ClassMethods
ActiveRecord::Scoping::Default
ActiveRecord::Scoping::Default::ClassMethods
ActiveRecord::Scoping::Named
ActiveRecord::Scoping::Named::ClassMethods
ActiveRecord::Scoping::ScopeRegistry
ActiveRecord::Serialization
Active Record Serialization
ActiveRecord::SerializationTypeMismatch
ActiveRecord::SpawnMethods
ActiveRecord::StaleObjectError
ActiveRecord::StatementCache
ActiveRecord::StatementInvalid
ActiveRecord::Store
Overwriting default accessors
ActiveRecord::Store::ClassMethods
ActiveRecord::Store::IndifferentCoder
ActiveRecord::SubclassNotFound
ActiveRecord::Tasks
ActiveRecord::Tasks::DatabaseAlreadyExists
ActiveRecord::Tasks::DatabaseNotSupported
ActiveRecord::Tasks::DatabaseTasks
ActiveRecord::Tasks::FirebirdDatabaseTasks
ActiveRecord::Tasks::MySQLDatabaseTasks
ActiveRecord::Tasks::OracleDatabaseTasks
ActiveRecord::Tasks::PostgreSQLDatabaseTasks
ActiveRecord::Tasks::SQLiteDatabaseTasks
ActiveRecord::Tasks::SqlserverDatabaseTasks
ActiveRecord::TestCase
ActiveRecord::TestFixtures
ActiveRecord::TestFixtures::ClassMethods
ActiveRecord::ThrowResult
ActiveRecord::Timestamp
Active Record Timestamp
Time Zone aware attributes
ActiveRecord::TransactionIsolationError
ActiveRecord::Transactions
ActiveRecord::Transactions::ClassMethods
Active Record Transactions
Different Active Record classes in a single transaction
Transactions are not distributed across database connections
save and destroy are automatically wrapped in a transaction
Exception handling and rolling back
Nested transactions
Callbacks
Caveats
ActiveRecord::Transactions::TransactionError
ActiveRecord::Translation
ActiveRecord::UnknownAttributeError
ActiveRecord::UnknownMigrationVersionError
ActiveRecord::UnknownPrimaryKey
ActiveRecord::VERSION
ActiveRecord::Validations
Active Record Validations
ActiveRecord::Validations::AssociatedValidator
ActiveRecord::Validations::ClassMethods
ActiveRecord::Validations::PresenceValidator
ActiveRecord::Validations::UniquenessValidator
ActiveRecord::WrappedDatabaseException
ActiveRecord::XmlSerializer
ActiveRecord::XmlSerializer::Attribute
ActiveSupport
ArJdbcMySQL
ArJdbcMySQL::Error
Arel
Mysql
Mysql::Field
Mysql::Result
Mysql::Stmt
Mysql::Time
Methods
::alias_type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID
::alias_type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields
::cache_fixtures — ActiveRecord::FixtureSet
::cache_for_connection — ActiveRecord::FixtureSet
::cached_fixtures — ActiveRecord::FixtureSet
::check_pending! — ActiveRecord::Migration
::clear_log — ActiveRecord::SQLCounter
::connection_handler — ActiveRecord::Core
::connection_handler= — ActiveRecord::Core
::create_fixtures — ActiveRecord::FixtureSet
::create_table — ActiveRecord::SchemaMigration
::default_scopes? — ActiveRecord::Scoping::Default
::define — ActiveRecord::Schema
::dirties_query_cache — ActiveRecord::ConnectionAdapters::QueryCache
::disable_ddl_transaction! — ActiveRecord::Migration
::drop_table — ActiveRecord::SchemaMigration
::eager_load! — ActiveRecord
::emulate_booleans — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
::extract_value_from_default — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
::find_type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields
::fixture_is_cached? — ActiveRecord::FixtureSet
::identify — ActiveRecord::FixtureSet
::index_name — ActiveRecord::SchemaMigration
::instantiate_all_loaded_fixtures — ActiveRecord::FixtureSet
::instantiate_fixtures — ActiveRecord::FixtureSet
::match — ActiveRecord::DynamicMatchers::Method
::migrate — ActiveRecord::Migration
::new — ActiveRecord::DynamicMatchers::Method
::new — ActiveRecord::StatementCache
::new — ActiveRecord::ConnectionAdapters::SchemaCache
::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
::new — ActiveRecord::ConnectionAdapters::ConnectionPool
::new — ActiveRecord::ConnectionAdapters::SQLite3Adapter
::new — ActiveRecord::UnknownPrimaryKey
::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
::new — ActiveRecord::ConnectionAdapters::Table
::new — ActiveRecord::Result
::new — ActiveRecord::QueryMethods::WhereChain
::new — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
::new — ActiveRecord::Relation
::new — ActiveRecord::ConnectionAdapters::StatementPool
::new — ActiveRecord::Reflection::MacroReflection
::new — ActiveRecord::QueryCache
::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Array
::new — ActiveRecord::Migration::CommandRecorder
::new — ActiveRecord::MigrationProxy
::new — ActiveRecord::Migration::CheckPending
::new — ActiveRecord::Migration
::new — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
::new — ActiveRecord::ConnectionAdapters::DatabaseStatements
::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Vector
::new — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
::new — ActiveRecord::LogSubscriber
::new — ActiveRecord::SQLCounter
::new — ActiveRecord::ConnectionAdapters::TableDefinition
::new — ActiveRecord::ConnectionAdapters::ConnectionManagement
::new — ActiveRecord::StatementInvalid
::new — ActiveRecord::StaleObjectError
::new — ActiveRecord::FixtureSet
::new — ActiveRecord::ConnectionAdapters::TransactionState
::new — ActiveRecord::Core
::new — ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
::new — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
::new — ActiveRecord::ConnectionAdapters::ConnectionHandler
::new — ActiveRecord::ConnectionAdapters::MysqlAdapter
::new — ActiveRecord::ConnectionAdapters::Mysql2Adapter
::new — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
::new — ActiveRecord::AttributeAssignmentError
::new — ActiveRecord::AssociationRelation
::new — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
::new — ActiveRecord::MultiparameterAssignmentErrors
::new — ActiveRecord::ConnectionAdapters::SQLite3Adapter::Version
::pattern — ActiveRecord::DynamicMatchers::Method
::prefix — ActiveRecord::DynamicMatchers::FindByBang
::prefix — ActiveRecord::DynamicMatchers::Method
::prefix — ActiveRecord::DynamicMatchers::FindBy
::register_type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields
::register_type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID
::registered_type? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID
::reset_cache — ActiveRecord::FixtureSet
::reset_runtime — ActiveRecord::LogSubscriber
::runtime — ActiveRecord::LogSubscriber
::runtime= — ActiveRecord::LogSubscriber
::set_name_cache — ActiveRecord::AttributeMethods::ClassMethods
::suffix — ActiveRecord::DynamicMatchers::Method
::suffix — ActiveRecord::DynamicMatchers::FindByBang
::table_name — ActiveRecord::SchemaMigration
::type_cast_config_to_boolean — ActiveRecord::ConnectionAdapters::AbstractAdapter
::type_cast_config_to_integer — ActiveRecord::ConnectionAdapters::AbstractAdapter
::version — ActiveRecord
#<=> — ActiveRecord::ConnectionAdapters::SQLite3Adapter::Version
#<=> — ActiveRecord::Core
#== — ActiveRecord::Relation
#== — ActiveRecord::Reflection::MacroReflection
#== — ActiveRecord::Core
#=== — ActiveRecord::Core::ClassMethods
#[] — ActiveRecord::ConnectionAdapters::TableDefinition
#[] — ActiveRecord::ConnectionAdapters::StatementPool
#[] — ActiveRecord::FixtureSet
#[] — ActiveRecord::Result
#[] — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#[] — ActiveRecord::AttributeMethods
#[] — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
#[] — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#[] — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#[]= — ActiveRecord::AttributeMethods
#[]= — ActiveRecord::FixtureSet
#[]= — ActiveRecord::ConnectionAdapters::StatementPool
#[]= — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#[]= — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#[]= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
#[]= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#_assign_attribute — ActiveRecord::AttributeAssignment
#_attr_readonly — ActiveRecord::ReadonlyAttributes
#_store_accessors_module — ActiveRecord::Store::ClassMethods
#abstract_class? — ActiveRecord::Inheritance::ClassMethods
#accept — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#accepts_nested_attributes_for — ActiveRecord::NestedAttributes::ClassMethods
#acquire_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
#active? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#active? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#active? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#active? — ActiveRecord::ConnectionAdapters::MysqlAdapter
#active? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#active_connection? — ActiveRecord::ConnectionAdapters::ConnectionPool
#active_connections? — ActiveRecord::ConnectionAdapters::ConnectionHandler
#adapter_name — ActiveRecord::ConnectionAdapters::AbstractAdapter
#adapter_name — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#add — ActiveRecord::ConnectionAdapters::SchemaCache
#add — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#add_autosave_association_callbacks — ActiveRecord::AutosaveAssociation::ClassMethods
#add_belongs_to — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_column — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_column — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#add_column_options! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaCreation
#add_column_options! — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#add_column_position! — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#add_column_position! — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::SchemaCreation
#add_column_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#add_index — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_index_length — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#add_index_options — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_index_sort_order — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_index_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#add_item_to_array — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::ArrayParser
#add_reference — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_timestamps — ActiveRecord::ConnectionAdapters::SchemaStatements
#add_timestamps_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#add_to_transaction — ActiveRecord::Transactions
#add_transaction_record — ActiveRecord::ConnectionAdapters::DatabaseStatements
#after_commit — ActiveRecord::Transactions::ClassMethods
#after_rollback — ActiveRecord::Transactions::ClassMethods
#after_teardown — ActiveRecord::TestFixtures
#aggregate_column — ActiveRecord::Calculations
#all — ActiveRecord::Scoping::Named::ClassMethods
#all_timestamp_attributes — ActiveRecord::Timestamp
#all_timestamp_attributes_in_model — ActiveRecord::Timestamp
#allowed_index_name_length — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#allowed_index_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#announce — ActiveRecord::Migration
#any? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#any? — ActiveRecord::Associations::CollectionProxy
#any? — ActiveRecord::Relation
#any_waiting? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#apply_join_dependency — ActiveRecord::FinderMethods
#arel — ActiveRecord::QueryMethods
#arel_attributes_with_values — ActiveRecord::AttributeMethods
#arel_engine — ActiveRecord::Core::ClassMethods
#arel_table — ActiveRecord::Core::ClassMethods
#array_of_strings? — ActiveRecord::QueryMethods
#array_to_string — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#assert_valid_transaction_action — ActiveRecord::Transactions::ClassMethods
#assign_attributes — ActiveRecord::AttributeAssignment
#assign_multiparameter_attributes — ActiveRecord::AttributeAssignment
#assign_nested_parameter_attributes — ActiveRecord::AttributeAssignment
#associated_records_to_validate_or_save — ActiveRecord::AutosaveAssociation
#association_valid? — ActiveRecord::AutosaveAssociation
#assume_migrated_upto_version — ActiveRecord::ConnectionAdapters::SchemaStatements
#attr_readonly — ActiveRecord::ReadonlyAttributes::ClassMethods
#attribute — ActiveRecord::AttributeMethods::Read
#attribute= — ActiveRecord::AttributeMethods::Write
#attribute? — ActiveRecord::AttributeMethods::Query
#attribute_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
#attribute_for_inspect — ActiveRecord::AttributeMethods
#attribute_method? — ActiveRecord::AttributeMethods::PrimaryKey
#attribute_method? — ActiveRecord::AttributeMethods::ClassMethods
#attribute_names — ActiveRecord::AttributeMethods
#attribute_names — ActiveRecord::AttributeMethods::ClassMethods
#attribute_present? — ActiveRecord::AttributeMethods
#attributes — ActiveRecord::AttributeMethods
#attributes= — ActiveRecord::AttributeAssignment
#attributes_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
#attributes_for_create — ActiveRecord::AttributeMethods
#attributes_for_update — ActiveRecord::AttributeMethods
#attributes_hash — ActiveRecord::DynamicMatchers::Finder
#average — ActiveRecord::Calculations
#base_class — ActiveRecord::Inheritance::ClassMethods
#basename — ActiveRecord::MigrationProxy
#batch_order — ActiveRecord::Batches
#becomes — ActiveRecord::Persistence
#becomes! — ActiveRecord::Persistence
#before_save_collection_association — ActiveRecord::AutosaveAssociation
#before_setup — ActiveRecord::TestFixtures
#begin_db_transaction — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#begin_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#begin_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
#begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
#begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#belongs_to — ActiveRecord::ConnectionAdapters::Table
#belongs_to — ActiveRecord::Associations::ClassMethods
#belongs_to — ActiveRecord::ConnectionAdapters::TableDefinition
#bind — ActiveRecord::QueryMethods
#blank? — ActiveRecord::Relation
#body — ActiveRecord::DynamicMatchers::Finder
#body — ActiveRecord::DynamicMatchers::Method
#build — ActiveRecord::Associations::CollectionProxy
#build — ActiveRecord::Relation
#build_arel — ActiveRecord::QueryMethods
#build_count_subquery — ActiveRecord::Calculations
#build_from — ActiveRecord::QueryMethods
#build_joins — ActiveRecord::QueryMethods
#build_order — ActiveRecord::QueryMethods
#build_select — ActiveRecord::QueryMethods
#build_where — ActiveRecord::QueryMethods
#cache — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#cache — ActiveRecord::QueryCache::ClassMethods
#cache — ActiveRecord::ConnectionAdapters::QueryCache
#cache — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#cache — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#cache_attribute? — ActiveRecord::AttributeMethods::Read::ClassMethods
#cache_attributes — ActiveRecord::AttributeMethods::Read::ClassMethods
#cache_key — ActiveRecord::Integration
#cache_sql — ActiveRecord::ConnectionAdapters::QueryCache
#cacheable_column? — ActiveRecord::AttributeMethods::Read::ClassMethods
#cached_attributes — ActiveRecord::AttributeMethods::Read::ClassMethods
#calculate — ActiveRecord::Calculations
#call — ActiveRecord::QueryCache
#call — ActiveRecord::Migration::CheckPending
#call — ActiveRecord::SQLCounter
#call — ActiveRecord::ConnectionAdapters::ConnectionManagement
#can_remove_no_wait? — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#case_insensitive_comparison — ActiveRecord::ConnectionAdapters::AbstractAdapter
#case_insensitive_comparison — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#case_sensitive_equality_operator — ActiveRecord::ConnectionAdapters::DatabaseStatements
#case_sensitive_modifier — ActiveRecord::ConnectionAdapters::AbstractAdapter
#case_sensitive_modifier — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#change — ActiveRecord::ConnectionAdapters::Table
#change_column — ActiveRecord::ConnectionAdapters::SchemaStatements
#change_column — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#change_column_default — ActiveRecord::ConnectionAdapters::SchemaStatements
#change_column_default — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#change_column_default — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#change_column_null — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#change_column_null — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#change_column_null — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#change_column_null — ActiveRecord::ConnectionAdapters::SchemaStatements
#change_column_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#change_default — ActiveRecord::ConnectionAdapters::Table
#change_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#change_table — ActiveRecord::Migration::CommandRecorder
#changed_for_autosave? — ActiveRecord::AutosaveAssociation
#charset — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#charset — ActiveRecord::Tasks::DatabaseTasks
#charset_current — ActiveRecord::Tasks::DatabaseTasks
#check_if_method_has_arguments! — ActiveRecord::QueryMethods
#checkin — ActiveRecord::ConnectionAdapters::ConnectionPool
#checkout — ActiveRecord::ConnectionAdapters::ConnectionPool
#checkout_and_verify — ActiveRecord::ConnectionAdapters::ConnectionPool
#checkout_new_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
#cidr — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#cidr_to_string — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#class_for_adapter — ActiveRecord::Tasks::DatabaseTasks
#class_name — ActiveRecord::Reflection::MacroReflection
#class_to_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
#clear — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#clear — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#clear — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#clear — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#clear — ActiveRecord::ConnectionAdapters::StatementPool
#clear — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
#clear! — ActiveRecord::ConnectionAdapters::SchemaCache
#clear_active_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
#clear_all_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
#clear_cache! — ActiveRecord::ConnectionAdapters::AbstractAdapter
#clear_cache! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#clear_cache! — ActiveRecord::ConnectionAdapters::MysqlAdapter
#clear_cache! — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#clear_query_cache — ActiveRecord::ConnectionAdapters::QueryCache
#clear_reloadable_connections! — ActiveRecord::ConnectionAdapters::ConnectionHandler
#clear_reloadable_connections! — ActiveRecord::ConnectionAdapters::ConnectionPool
#clear_table_cache! — ActiveRecord::ConnectionAdapters::SchemaCache
#clear_timestamp_attributes — ActiveRecord::Timestamp
#client_encoding — ActiveRecord::ConnectionAdapters::MysqlAdapter
#client_min_messages — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#client_min_messages= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#clone — ActiveRecord::Core
#close — ActiveRecord::ConnectionAdapters::AbstractAdapter
#collapse_wheres — ActiveRecord::QueryMethods
#collation — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#collation — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#collation — ActiveRecord::Tasks::DatabaseTasks
#collation_current — ActiveRecord::Tasks::DatabaseTasks
#column — ActiveRecord::ConnectionAdapters::Table
#column — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition
#column — ActiveRecord::ConnectionAdapters::TableDefinition
#column_alias_for — ActiveRecord::Calculations
#column_defaults — ActiveRecord::ModelSchema::ClassMethods
#column_defaults — ActiveRecord::Locking::Optimistic::ClassMethods
#column_exists? — ActiveRecord::ConnectionAdapters::Table
#column_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
#column_for — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#column_for — ActiveRecord::Calculations
#column_for_attribute — ActiveRecord::AttributeMethods
#column_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#column_names — ActiveRecord::FixtureSet
#column_names — ActiveRecord::ModelSchema::ClassMethods
#column_options — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#column_spec — ActiveRecord::ConnectionAdapters::ColumnDumper
#columns — ActiveRecord::ConnectionAdapters::TableDefinition
#columns — ActiveRecord::ConnectionAdapters::SchemaStatements
#columns — ActiveRecord::ModelSchema::ClassMethods
#columns — ActiveRecord::ConnectionAdapters::SchemaCache
#columns — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#columns_for_remove — ActiveRecord::ConnectionAdapters::SchemaStatements
#columns_hash — ActiveRecord::ConnectionAdapters::SchemaCache
#columns_hash — ActiveRecord::ModelSchema::ClassMethods
#columns_per_multicolumn_index — ActiveRecord::ConnectionAdapters::DatabaseLimits
#columns_per_table — ActiveRecord::ConnectionAdapters::DatabaseLimits
#commit_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
#commit_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#committed? — ActiveRecord::ConnectionAdapters::TransactionState
#composed_of — ActiveRecord::Aggregations::ClassMethods
#compute_table_name — ActiveRecord::ModelSchema::ClassMethods
#compute_type — ActiveRecord::Inheritance::ClassMethods
#concat — ActiveRecord::Associations::CollectionProxy
#configure_connection — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#configure_connection — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#configure_connection — ActiveRecord::ConnectionAdapters::MysqlAdapter
#configure_connection — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#connect — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#connect — ActiveRecord::ConnectionAdapters::MysqlAdapter
#connect — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#connected? — ActiveRecord::ConnectionAdapters::ConnectionPool
#connected? — ActiveRecord::ConnectionHandling
#connected? — ActiveRecord::ConnectionAdapters::ConnectionHandler
#connection — ActiveRecord::Migration
#connection — ActiveRecord::ConnectionAdapters::ConnectionPool
#connection — ActiveRecord::ConnectionHandling
#connection — ActiveRecord::Core
#connection_active? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#connection_config — ActiveRecord::ConnectionHandling
#connection_handler — ActiveRecord::Core
#connection_id — ActiveRecord::ConnectionHandling
#connection_id= — ActiveRecord::ConnectionHandling
#connection_pool — ActiveRecord::ConnectionHandling
#connection_pool_list — ActiveRecord::ConnectionAdapters::ConnectionHandler
#connection_pools — ActiveRecord::ConnectionAdapters::ConnectionHandler
#construct_join_dependency_for_association_find — ActiveRecord::FinderMethods
#construct_limited_ids_condition — ActiveRecord::FinderMethods
#construct_relation_for_association_calculations — ActiveRecord::FinderMethods
#construct_relation_for_association_find — ActiveRecord::FinderMethods
#content_columns — ActiveRecord::ModelSchema::ClassMethods
#copy — ActiveRecord::Migration
#count — ActiveRecord::Associations::CollectionProxy
#count — ActiveRecord::Calculations
#count_by_sql — ActiveRecord::Querying
#create — ActiveRecord::Associations::CollectionProxy
#create — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#create — ActiveRecord::Relation
#create — ActiveRecord::Persistence::ClassMethods
#create — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#create — ActiveRecord::Tasks::DatabaseTasks
#create! — ActiveRecord::Validations::ClassMethods
#create! — ActiveRecord::Associations::CollectionProxy
#create! — ActiveRecord::Relation
#create_all — ActiveRecord::Tasks::DatabaseTasks
#create_alter_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#create_column_definition — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition
#create_column_definition — ActiveRecord::ConnectionAdapters::TableDefinition
#create_current — ActiveRecord::Tasks::DatabaseTasks
#create_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#create_database — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#create_database_url — ActiveRecord::Tasks::DatabaseTasks
#create_join_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#create_or_update — ActiveRecord::Persistence
#create_record — ActiveRecord::Timestamp
#create_record — ActiveRecord::Persistence
#create_reflection — ActiveRecord::Reflection::ClassMethods
#create_savepoint — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#create_savepoint — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#create_savepoint — ActiveRecord::ConnectionAdapters::AbstractAdapter
#create_savepoint — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#create_schema — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#create_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#create_table_definition — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#create_table_definition — ActiveRecord::ConnectionAdapters::SchemaStatements
#create_time_zone_conversion_attribute? — ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods
#create_with — ActiveRecord::QueryMethods
#ctype — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#current_config — ActiveRecord::Tasks::DatabaseTasks
#current_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#current_database — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#current_savepoint_name — ActiveRecord::ConnectionAdapters::AbstractAdapter
#current_schema — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#current_time_from_proper_timezone — ActiveRecord::Timestamp
#custom_join_ast — ActiveRecord::QueryMethods
#dangerous_attribute_method? — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
#database_url_config — ActiveRecord::Tasks::DatabaseTasks
#daterange — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#dealloc — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#dealloc — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#decrement — ActiveRecord::Persistence
#decrement! — ActiveRecord::Persistence
#decrement_counter — ActiveRecord::CounterCache::ClassMethods
#decrement_open_transactions — ActiveRecord::ConnectionAdapters::AbstractAdapter
#default_primary_key_type — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#default_scope — ActiveRecord::Scoping::Default::ClassMethods
#default_sequence_name — ActiveRecord::ConnectionAdapters::DatabaseStatements
#default_string — ActiveRecord::ConnectionAdapters::ColumnDumper
#define — ActiveRecord::DynamicMatchers::Method
#define_method_attribute — ActiveRecord::AttributeMethods::Read::ClassMethods
#define_method_attribute — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
#define_method_attribute= — ActiveRecord::AttributeMethods::Write::ClassMethods
#define_method_attribute= — ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods
#define_non_cyclic_method — ActiveRecord::AutosaveAssociation::ClassMethods
#delete — ActiveRecord::ConnectionAdapters::StatementPool
#delete — ActiveRecord::Relation
#delete — ActiveRecord::ConnectionAdapters::DatabaseStatements
#delete — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#delete — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#delete — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#delete — ActiveRecord::Persistence
#delete — ActiveRecord::Associations::CollectionProxy
#delete_all — ActiveRecord::Relation
#delete_all — ActiveRecord::Associations::CollectionProxy
#delete_sql — ActiveRecord::ConnectionAdapters::DatabaseStatements
#derive_class_name — ActiveRecord::Reflection::MacroReflection
#descends_from_active_record? — ActiveRecord::Inheritance::ClassMethods
#destroy — ActiveRecord::Associations::CollectionProxy
#destroy — ActiveRecord::Relation
#destroy — ActiveRecord::Persistence
#destroy! — ActiveRecord::Persistence
#destroy_all — ActiveRecord::Associations::CollectionProxy
#destroy_all — ActiveRecord::Relation
#destroy_associations — ActiveRecord::Persistence
#destroy_row — ActiveRecord::Persistence
#destroy_row — ActiveRecord::Locking::Optimistic
#destroyed? — ActiveRecord::Persistence
#destroyed_by_association — ActiveRecord::AutosaveAssociation
#destroyed_by_association= — ActiveRecord::AutosaveAssociation
#disable_extension — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#disable_extension — ActiveRecord::ConnectionAdapters::AbstractAdapter
#disable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
#disable_referential_integrity — ActiveRecord::ConnectionAdapters::AbstractAdapter
#disconnect! — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#disconnect! — ActiveRecord::ConnectionAdapters::ConnectionPool
#disconnect! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#disconnect! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#disconnect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
#disconnect! — ActiveRecord::ConnectionAdapters::MysqlAdapter
#discriminate_class_for_record — ActiveRecord::Persistence::ClassMethods
#discriminate_class_for_record — ActiveRecord::Inheritance::ClassMethods
#distinct — ActiveRecord::ConnectionAdapters::SchemaStatements
#distinct — ActiveRecord::QueryMethods
#distinct — ActiveRecord::Associations::CollectionProxy
#down — ActiveRecord::Migration
#drop — ActiveRecord::Tasks::DatabaseTasks
#drop_all — ActiveRecord::Tasks::DatabaseTasks
#drop_current — ActiveRecord::Tasks::DatabaseTasks
#drop_database_url — ActiveRecord::Tasks::DatabaseTasks
#drop_join_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#drop_schema — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#drop_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#dup — ActiveRecord::Core
#each — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#each — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#each — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#each — ActiveRecord::FixtureSet
#each — ActiveRecord::Result
#each — ActiveRecord::ConnectionAdapters::StatementPool
#each_current_configuration — ActiveRecord::Tasks::DatabaseTasks
#each_local_configuration — ActiveRecord::Tasks::DatabaseTasks
#eager_load — ActiveRecord::QueryMethods
#eager_loading? — ActiveRecord::Relation
#empty? — ActiveRecord::Associations::CollectionProxy
#empty? — ActiveRecord::Result
#empty? — ActiveRecord::Relation
#empty_insert_statement_value — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#empty_insert_statement_value — ActiveRecord::ConnectionAdapters::DatabaseStatements
#enable_extension — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#enable_extension — ActiveRecord::ConnectionAdapters::AbstractAdapter
#enable_query_cache! — ActiveRecord::ConnectionAdapters::QueryCache
#encode_with — ActiveRecord::Core
#encoding — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#encoding — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#enlist_fixture_connections — ActiveRecord::TestFixtures
#ensure_proper_type — ActiveRecord::Inheritance
#eql? — ActiveRecord::Core
#error_number — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#escape_bytea — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting
#escape_hstore — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#establish_connection — ActiveRecord::ConnectionAdapters::ConnectionHandler
#establish_connection — ActiveRecord::ConnectionHandling
#except — ActiveRecord::SpawnMethods
#exec_cache — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#exec_delete — ActiveRecord::ConnectionAdapters::DatabaseStatements
#exec_delete — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#exec_delete — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#exec_delete — ActiveRecord::ConnectionAdapters::MysqlAdapter
#exec_delete — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#exec_insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
#exec_insert — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#exec_insert — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#exec_migration — ActiveRecord::Migration
#exec_no_cache — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#exec_queries — ActiveRecord::Relation
#exec_queries — ActiveRecord::AssociationRelation
#exec_query — ActiveRecord::ConnectionAdapters::DatabaseStatements
#exec_query — ActiveRecord::ConnectionAdapters::MysqlAdapter
#exec_query — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#exec_query — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#exec_query — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#exec_stmt — ActiveRecord::ConnectionAdapters::MysqlAdapter
#exec_update — ActiveRecord::ConnectionAdapters::DatabaseStatements
#exec_update — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#exec_update — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#exec_update — ActiveRecord::ConnectionAdapters::MysqlAdapter
#exec_update — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#exec_without_stmt — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#execute — ActiveRecord::ConnectionAdapters::DatabaseStatements
#execute — ActiveRecord::StatementCache
#execute — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#execute — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#execute — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#execute_and_free — ActiveRecord::ConnectionAdapters::MysqlAdapter
#execute_block — ActiveRecord::Migration
#execute_callstack_for_multiparameter_attributes — ActiveRecord::AttributeAssignment
#exists? — ActiveRecord::FinderMethods
#expand_hash_conditions_for_aggregates — ActiveRecord::Sanitization::ClassMethods
#expire — ActiveRecord::ConnectionAdapters::AbstractAdapter
#explain — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#explain — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#explain — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#explain — ActiveRecord::Relation
#extending — ActiveRecord::QueryMethods
#extension_enabled? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#extensions — ActiveRecord::ConnectionAdapters::AbstractAdapter
#extensions — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#extract_bounds — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
#extract_callstack_for_multiparameter_attributes — ActiveRecord::AttributeAssignment
#extract_limit — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
#extract_pg_identifier_from_name — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#extract_precision — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
#extract_scale — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
#extract_schema_and_table — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Utils
#extract_table_ref_from_insert_sql — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#fetch — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
#find — ActiveRecord::FinderMethods
#find — ActiveRecord::Associations::CollectionProxy
#find_by — ActiveRecord::FinderMethods
#find_by! — ActiveRecord::FinderMethods
#find_by_sql — ActiveRecord::Querying
#find_each — ActiveRecord::Batches
#find_first — ActiveRecord::FinderMethods
#find_in_batches — ActiveRecord::Batches
#find_last — ActiveRecord::FinderMethods
#find_one — ActiveRecord::FinderMethods
#find_or_create_by — ActiveRecord::Relation
#find_or_create_by! — ActiveRecord::Relation
#find_or_initialize_by — ActiveRecord::Relation
#find_parameter_position — ActiveRecord::AttributeAssignment
#find_some — ActiveRecord::FinderMethods
#find_sti_class — ActiveRecord::Inheritance::ClassMethods
#find_take — ActiveRecord::FinderMethods
#find_with_associations — ActiveRecord::FinderMethods
#find_with_ids — ActiveRecord::FinderMethods
#finder — ActiveRecord::DynamicMatchers::Finder
#finder — ActiveRecord::DynamicMatchers::FindBy
#finder — ActiveRecord::DynamicMatchers::FindByBang
#first — ActiveRecord::Associations::CollectionProxy
#first — ActiveRecord::FinderMethods
#first! — ActiveRecord::FinderMethods
#fixtures — ActiveRecord::TestFixtures::ClassMethods
#freeze — ActiveRecord::Core
#from — ActiveRecord::QueryMethods
#frozen? — ActiveRecord::Core
#generate_association_writer — ActiveRecord::NestedAttributes::ClassMethods
#generated_feature_methods — ActiveRecord::Core::ClassMethods
#group — ActiveRecord::QueryMethods
#has_and_belongs_to_many — ActiveRecord::Associations::ClassMethods
#has_attribute? — ActiveRecord::AttributeMethods
#has_default_function? — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
#has_include? — ActiveRecord::Calculations
#has_many — ActiveRecord::Associations::ClassMethods
#has_one — ActiveRecord::Associations::ClassMethods
#has_primary_key_column? — ActiveRecord::FixtureSet
#hash — ActiveRecord::Core
#hash_rows — ActiveRecord::Result
#having — ActiveRecord::QueryMethods
#hstore — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#hstore_to_string — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#id — ActiveRecord::AttributeMethods::PrimaryKey
#id= — ActiveRecord::AttributeMethods::PrimaryKey
#id? — ActiveRecord::AttributeMethods::PrimaryKey
#id_before_type_cast — ActiveRecord::AttributeMethods::PrimaryKey
#identity — ActiveRecord::LogSubscriber
#ids — ActiveRecord::Calculations
#in_clause_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#include? — ActiveRecord::Associations::CollectionProxy
#includes — ActiveRecord::QueryMethods
#increment — ActiveRecord::Persistence
#increment! — ActiveRecord::Persistence
#increment_counter — ActiveRecord::CounterCache::ClassMethods
#increment_lock — ActiveRecord::Locking::Optimistic
#increment_open_transactions — ActiveRecord::ConnectionAdapters::AbstractAdapter
#index — ActiveRecord::ConnectionAdapters::Table
#index — ActiveRecord::ConnectionAdapters::TableDefinition
#index_algorithms — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#index_algorithms — ActiveRecord::ConnectionAdapters::AbstractAdapter
#index_algorithms — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#index_exists? — ActiveRecord::ConnectionAdapters::Table
#index_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
#index_name_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
#index_name_for_remove — ActiveRecord::ConnectionAdapters::SchemaStatements
#index_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#index_name_length — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#indexes — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#indexes_per_table — ActiveRecord::ConnectionAdapters::DatabaseLimits
#inet — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#infinity — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
#infinity? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
#inheritance_column — ActiveRecord::ModelSchema::ClassMethods
#inheritance_column= — ActiveRecord::ModelSchema::ClassMethods
#inheritance_column_name — ActiveRecord::FixtureSet
#init_attributes — ActiveRecord::Core
#init_changed_attributes — ActiveRecord::Core
#init_internals — ActiveRecord::Core
#init_with — ActiveRecord::Core
#initialize_copy — ActiveRecord::Relation
#initialize_copy — ActiveRecord::Result
#initialize_generated_modules — ActiveRecord::Core::ClassMethods
#initialize_schema_migrations_table — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#initialize_schema_migrations_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#initialize_store_attribute — ActiveRecord::Store
#initialize_type_map — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#insert — ActiveRecord::Relation
#insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
#insert_fixture — ActiveRecord::ConnectionAdapters::DatabaseStatements
#insert_sql — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#insert_sql — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#insert_sql — ActiveRecord::ConnectionAdapters::DatabaseStatements
#inspect — ActiveRecord::Relation
#inspect — ActiveRecord::Core::ClassMethods
#inspect — ActiveRecord::Core
#instance_method_already_implemented? — ActiveRecord::AttributeMethods::ClassMethods
#instantiate — ActiveRecord::Persistence::ClassMethods
#instantiate_fixtures — ActiveRecord::TestFixtures
#int4range — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#int8range — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#inverse_of — ActiveRecord::Migration::CommandRecorder
#invert_add_index — ActiveRecord::Migration::CommandRecorder
#invert_drop_table — ActiveRecord::Migration::CommandRecorder
#invert_remove_column — ActiveRecord::Migration::CommandRecorder
#invert_remove_index — ActiveRecord::Migration::CommandRecorder
#invert_rename_column — ActiveRecord::Migration::CommandRecorder
#invert_rename_index — ActiveRecord::Migration::CommandRecorder
#invert_rename_table — ActiveRecord::Migration::CommandRecorder
#joined_includes_values — ActiveRecord::Relation
#joins — ActiveRecord::QueryMethods
#joins_per_query — ActiveRecord::ConnectionAdapters::DatabaseLimits
#json — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#json_to_string — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#key? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#key? — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#key? — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#key? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::TypeMap
#key? — ActiveRecord::ConnectionAdapters::StatementPool
#klass — ActiveRecord::Reflection::MacroReflection
#last — ActiveRecord::Associations::CollectionProxy
#last — ActiveRecord::FinderMethods
#last — ActiveRecord::Result
#last! — ActiveRecord::FinderMethods
#last_insert_id_value — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#last_inserted_id — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#last_inserted_id — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#last_inserted_id — ActiveRecord::ConnectionAdapters::DatabaseStatements
#last_inserted_id — ActiveRecord::ConnectionAdapters::MysqlAdapter
#lease — ActiveRecord::ConnectionAdapters::AbstractAdapter
#length — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#length — ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
#length — ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool
#length — ActiveRecord::Associations::CollectionProxy
#length — ActiveRecord::ConnectionAdapters::StatementPool
#limit — ActiveRecord::QueryMethods
#limited_update_conditions — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#limited_update_conditions — ActiveRecord::ConnectionAdapters::DatabaseStatements
#load — ActiveRecord::Relation
#load_fixtures — ActiveRecord::TestFixtures
#load_instances? — ActiveRecord::TestFixtures
#load_migration — ActiveRecord::MigrationProxy
#load_seed — ActiveRecord::Tasks::DatabaseTasks
#load_target — ActiveRecord::Associations::CollectionProxy
#loaded? — ActiveRecord::Associations::CollectionProxy
#local_database? — ActiveRecord::Tasks::DatabaseTasks
#lock — ActiveRecord::QueryMethods
#lock! — ActiveRecord::Locking::Pessimistic
#locked? — ActiveRecord::ConnectionAdapters::QueryCache
#locking_column — ActiveRecord::Locking::Optimistic::ClassMethods
#locking_column= — ActiveRecord::Locking::Optimistic::ClassMethods
#locking_enabled? — ActiveRecord::Locking::Optimistic::ClassMethods
#log — ActiveRecord::ConnectionAdapters::AbstractAdapter
#logger — ActiveRecord::LogSubscriber
#ltree — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#macaddr — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#many? — ActiveRecord::Associations::CollectionProxy
#many? — ActiveRecord::Relation
#mark_for_destruction — ActiveRecord::AutosaveAssociation
#marked_for_destruction? — ActiveRecord::AutosaveAssociation
#marshal_dump — ActiveRecord::ConnectionAdapters::SchemaCache
#marshal_load — ActiveRecord::ConnectionAdapters::SchemaCache
#max_updated_column_timestamp — ActiveRecord::Timestamp
#maximum — ActiveRecord::Calculations
#merge — ActiveRecord::SpawnMethods
#method_missing — ActiveRecord::Migration
#method_missing — ActiveRecord::Migration::CommandRecorder
#migrate — ActiveRecord::Migration
#migration — ActiveRecord::MigrationProxy
#migration_keys — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#migration_keys — ActiveRecord::ConnectionAdapters::ColumnDumper
#migrations_paths — ActiveRecord::Schema
#minimum — ActiveRecord::Calculations
#mtime — ActiveRecord::MigrationProxy
#native — ActiveRecord::ConnectionAdapters::Table
#native — ActiveRecord::ConnectionAdapters::TableDefinition
#native_database_types — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#native_database_types — ActiveRecord::ConnectionAdapters::SchemaStatements
#nested_records_changed_for_autosave? — ActiveRecord::AutosaveAssociation
#new — ActiveRecord::Relation
#new — ActiveRecord::Associations::CollectionProxy
#new — ActiveRecord::Inheritance::ClassMethods
#new_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
#new_record? — ActiveRecord::Persistence
#next_key — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
#next_migration_number — ActiveRecord::Migration
#no_wait_poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#none — ActiveRecord::QueryMethods
#not — ActiveRecord::QueryMethods::WhereChain
#num_waiting — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#numrange — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#odd? — ActiveRecord::LogSubscriber
#offset — ActiveRecord::QueryMethods
#only — ActiveRecord::SpawnMethods
#open_transactions — ActiveRecord::ConnectionAdapters::AbstractAdapter
#operation_over_aggregate_column — ActiveRecord::Calculations
#options_include_default? — ActiveRecord::ConnectionAdapters::SchemaStatements
#order — ActiveRecord::QueryMethods
#outside_transaction? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#owner_to_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
#parse_array_contents — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::ArrayParser
#parse_data — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::ArrayParser
#parse_pg_array — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::ArrayParser
#perform_calculation — ActiveRecord::Calculations
#persisted? — ActiveRecord::Persistence
#pk_and_sequence_for — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#pk_attribute? — ActiveRecord::AttributeMethods
#pluck — ActiveRecord::Calculations
#point_to_string — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#pool_for — ActiveRecord::ConnectionAdapters::ConnectionHandler
#pool_from_any_process_for — ActiveRecord::ConnectionAdapters::ConnectionHandler
#populate_with_current_scope_attributes — ActiveRecord::Scoping
#postgresql_version — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#prefetch_primary_key? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#preload — ActiveRecord::QueryMethods
#prepare_column_options — ActiveRecord::ConnectionAdapters::ColumnDumper
#prepare_column_options — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#prepare_default_proc — ActiveRecord::ConnectionAdapters::SchemaCache
#prepare_statement — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#pretty_print — ActiveRecord::Relation
#primary_key — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
#primary_key — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#primary_key — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#primary_key — ActiveRecord::ConnectionAdapters::TableDefinition
#primary_key — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition
#primary_key= — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
#primary_key_column_name — ActiveRecord::ConnectionAdapters::TableDefinition
#primary_key_name — ActiveRecord::FixtureSet
#primary_keys — ActiveRecord::ConnectionAdapters::SchemaCache
#proxy_association — ActiveRecord::AssociationRelation
#proxy_association — ActiveRecord::Associations::CollectionProxy
#purge — ActiveRecord::Tasks::DatabaseTasks
#query_attribute — ActiveRecord::AttributeMethods::Query
#quote — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#quote — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#quote — ActiveRecord::ConnectionAdapters::Quoting
#quote_and_escape — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#quote_column_name — ActiveRecord::ConnectionAdapters::Quoting
#quote_column_name — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#quote_string — ActiveRecord::ConnectionAdapters::Quoting
#quote_string — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#quote_table_name — ActiveRecord::ConnectionAdapters::Quoting
#quote_table_name — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting
#quote_table_name — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#quote_table_name_for_assignment — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting
#quote_table_name_for_assignment — ActiveRecord::ConnectionAdapters::Quoting
#quote_table_name_for_assignment — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#quoted_columns_for_index — ActiveRecord::ConnectionAdapters::SchemaStatements
#quoted_columns_for_index — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#quoted_date — ActiveRecord::ConnectionAdapters::Quoting
#quoted_false — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#quoted_false — ActiveRecord::ConnectionAdapters::Quoting
#quoted_id — ActiveRecord::Sanitization
#quoted_locking_column — ActiveRecord::Locking::Optimistic::ClassMethods
#quoted_primary_key — ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
#quoted_table_name — ActiveRecord::ModelSchema::ClassMethods
#quoted_true — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#quoted_true — ActiveRecord::ConnectionAdapters::Quoting
#range_to_string — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#raw_connection — ActiveRecord::ConnectionAdapters::AbstractAdapter
#raw_write_attribute — ActiveRecord::AttributeMethods::Write
#read_attribute — ActiveRecord::AttributeMethods::Read
#read_attribute_before_type_cast — ActiveRecord::AttributeMethods::BeforeTypeCast
#read_fixture_files — ActiveRecord::FixtureSet
#read_store_attribute — ActiveRecord::Store
#reader_method — ActiveRecord::Aggregations::ClassMethods
#readonly — ActiveRecord::QueryMethods
#readonly! — ActiveRecord::Core
#readonly? — ActiveRecord::Core
#readonly_attribute? — ActiveRecord::AttributeMethods
#readonly_attributes — ActiveRecord::ReadonlyAttributes::ClassMethods
#reap — ActiveRecord::ConnectionAdapters::ConnectionPool
#reconnect! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#reconnect! — ActiveRecord::ConnectionAdapters::AbstractAdapter
#reconnect! — ActiveRecord::ConnectionAdapters::MysqlAdapter
#reconnect! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#record — ActiveRecord::Migration::CommandRecorder
#recreate_database — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#references — ActiveRecord::QueryMethods
#references — ActiveRecord::ConnectionAdapters::Table
#references — ActiveRecord::ConnectionAdapters::TableDefinition
#references_eager_loaded_tables? — ActiveRecord::Relation
#reflect_on_aggregation — ActiveRecord::Reflection::ClassMethods
#reflect_on_all_aggregations — ActiveRecord::Reflection::ClassMethods
#reflect_on_all_associations — ActiveRecord::Reflection::ClassMethods
#reflect_on_all_autosave_associations — ActiveRecord::Reflection::ClassMethods
#reflect_on_association — ActiveRecord::Reflection::ClassMethods
#register_task — ActiveRecord::Tasks::DatabaseTasks
#relation_for_destroy — ActiveRecord::Locking::Optimistic
#relation_for_destroy — ActiveRecord::Persistence
#release — ActiveRecord::ConnectionAdapters::ConnectionPool
#release_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
#release_savepoint — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#release_savepoint — ActiveRecord::ConnectionAdapters::AbstractAdapter
#release_savepoint — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#release_savepoint — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#reload — ActiveRecord::AutosaveAssociation
#reload — ActiveRecord::Relation
#reload — ActiveRecord::Persistence
#reload_type_map — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#remove — ActiveRecord::ConnectionAdapters::ConnectionPool
#remove — ActiveRecord::ConnectionAdapters::Table
#remove — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#remove_belongs_to — ActiveRecord::ConnectionAdapters::Table
#remove_belongs_to — ActiveRecord::ConnectionAdapters::SchemaStatements
#remove_column — ActiveRecord::ConnectionAdapters::SchemaStatements
#remove_column — ActiveRecord::ConnectionAdapters::TableDefinition
#remove_column_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#remove_columns — ActiveRecord::ConnectionAdapters::SchemaStatements
#remove_columns_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#remove_connection — ActiveRecord::ConnectionHandling
#remove_connection — ActiveRecord::ConnectionAdapters::ConnectionHandler
#remove_index — ActiveRecord::ConnectionAdapters::SchemaStatements
#remove_index — ActiveRecord::ConnectionAdapters::Table
#remove_index_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#remove_reference — ActiveRecord::ConnectionAdapters::SchemaStatements
#remove_references — ActiveRecord::ConnectionAdapters::Table
#remove_timestamps — ActiveRecord::ConnectionAdapters::Table
#remove_timestamps — ActiveRecord::ConnectionAdapters::SchemaStatements
#remove_timestamps_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#rename — ActiveRecord::ConnectionAdapters::Table
#rename_column — ActiveRecord::ConnectionAdapters::SchemaStatements
#rename_column — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#rename_column_indexes — ActiveRecord::ConnectionAdapters::SchemaStatements
#rename_column_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#rename_index — ActiveRecord::ConnectionAdapters::Table
#rename_index — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#rename_index — ActiveRecord::ConnectionAdapters::SchemaStatements
#rename_table — ActiveRecord::ConnectionAdapters::SchemaStatements
#rename_table — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#rename_table — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#rename_table — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#rename_table_indexes — ActiveRecord::ConnectionAdapters::SchemaStatements
#render_bind — ActiveRecord::LogSubscriber
#reorder — ActiveRecord::QueryMethods
#replace — ActiveRecord::Associations::CollectionProxy
#require_fixture_classes — ActiveRecord::TestFixtures::ClassMethods
#requires_reloading? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#requires_reloading? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#reset — ActiveRecord::Relation
#reset! — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#reset! — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#reset! — ActiveRecord::ConnectionAdapters::MysqlAdapter
#reset! — ActiveRecord::ConnectionAdapters::AbstractAdapter
#reset_column_information — ActiveRecord::ModelSchema::ClassMethods
#reset_counters — ActiveRecord::CounterCache::ClassMethods
#reset_locking_column — ActiveRecord::Locking::Optimistic::ClassMethods
#reset_sequence! — ActiveRecord::ConnectionAdapters::DatabaseStatements
#respond_to? — ActiveRecord::AttributeMethods
#restore_query_cache_settings — ActiveRecord::QueryCache
#result — ActiveRecord::DynamicMatchers::Finder
#retrieve_connection — ActiveRecord::ConnectionHandling
#retrieve_connection_pool — ActiveRecord::ConnectionAdapters::ConnectionHandler
#reverse_order — ActiveRecord::QueryMethods
#reverse_sql_order — ActiveRecord::QueryMethods
#reversible — ActiveRecord::Migration
#revert — ActiveRecord::Migration::CommandRecorder
#revert — ActiveRecord::Migration
#reverting? — ActiveRecord::Migration
#rollback_active_record_state! — ActiveRecord::Transactions
#rollback_db_transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
#rollback_db_transaction — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#rollback_to_savepoint — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#rollback_to_savepoint — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#rollback_to_savepoint — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#rollback_to_savepoint — ActiveRecord::ConnectionAdapters::AbstractAdapter
#rolledback? — ActiveRecord::ConnectionAdapters::TransactionState
#run — ActiveRecord::Migration
#run — ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper
#run_in_transaction? — ActiveRecord::TestFixtures
#sanitize_conditions — ActiveRecord::Sanitization::ClassMethods
#sanitize_limit — ActiveRecord::ConnectionAdapters::DatabaseStatements
#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_hash — ActiveRecord::Sanitization::ClassMethods
#sanitize_sql_hash_for_assignment — ActiveRecord::Sanitization::ClassMethods
#sanitize_sql_hash_for_conditions — ActiveRecord::Sanitization::ClassMethods
#save — ActiveRecord::Persistence
#save — ActiveRecord::Validations
#save! — ActiveRecord::Persistence
#save! — ActiveRecord::Validations
#save_belongs_to_association — ActiveRecord::AutosaveAssociation
#save_collection_association — ActiveRecord::AutosaveAssociation
#save_has_one_association — ActiveRecord::AutosaveAssociation
#say — ActiveRecord::Migration
#say_with_time — ActiveRecord::Migration
#schema_cache= — ActiveRecord::ConnectionAdapters::AbstractAdapter
#schema_creation — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#schema_creation — ActiveRecord::ConnectionAdapters::AbstractAdapter
#schema_creation — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#schema_exists? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#schema_names — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#schema_search_path — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#schema_search_path= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#scope — ActiveRecord::Scoping::Named::ClassMethods
#scope — ActiveRecord::Associations::CollectionProxy
#scope_for_create — ActiveRecord::Relation
#scoping — ActiveRecord::Associations::CollectionProxy
#scoping — ActiveRecord::Relation
#select — ActiveRecord::ConnectionAdapters::MysqlAdapter
#select — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#select — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#select — ActiveRecord::Associations::CollectionProxy
#select — ActiveRecord::ConnectionAdapters::DatabaseStatements
#select — ActiveRecord::QueryMethods
#select_all — ActiveRecord::ConnectionAdapters::DatabaseStatements
#select_all — ActiveRecord::ConnectionAdapters::QueryCache
#select_for_count — ActiveRecord::Calculations
#select_one — ActiveRecord::ConnectionAdapters::DatabaseStatements
#select_raw — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#select_rows — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#select_rows — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#select_rows — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#select_rows — ActiveRecord::ConnectionAdapters::DatabaseStatements
#select_rows — ActiveRecord::ConnectionAdapters::MysqlAdapter
#select_value — ActiveRecord::ConnectionAdapters::DatabaseStatements
#select_values — ActiveRecord::ConnectionAdapters::DatabaseStatements
#sequence_name — ActiveRecord::ModelSchema::ClassMethods
#sequence_name= — ActiveRecord::ModelSchema::ClassMethods
#serial_sequence — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#serializable_hash — ActiveRecord::Serialization
#serialize — ActiveRecord::AttributeMethods::Serialization::ClassMethods
#serialized_attributes — ActiveRecord::AttributeMethods::Serialization::ClassMethods
#serialized_attributes — ActiveRecord::AttributeMethods::Serialization
#session_auth= — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#set_field_encoding — ActiveRecord::ConnectionAdapters::MysqlAdapter
#set_field_encoding — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#set_fixture_class — ActiveRecord::TestFixtures::ClassMethods
#set_options_for_callbacks! — ActiveRecord::Transactions::ClassMethods
#set_standard_conforming_strings — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#set_state — ActiveRecord::ConnectionAdapters::TransactionState
#setup_fixture_accessors — ActiveRecord::TestFixtures::ClassMethods
#setup_fixtures — ActiveRecord::TestFixtures
#should_record_timestamps? — ActiveRecord::Timestamp
#show_variable — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#signature — ActiveRecord::DynamicMatchers::Finder
#simplified_type — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
#size — ActiveRecord::Associations::CollectionProxy
#size — ActiveRecord::Relation
#size — ActiveRecord::ConnectionAdapters::SchemaCache
#size — ActiveRecord::FixtureSet
#slice — ActiveRecord::Core
#sql — ActiveRecord::LogSubscriber
#sql_for_insert — ActiveRecord::ConnectionAdapters::DatabaseStatements
#sql_for_insert — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#sql_key — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#sql_query_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#sqlite_version — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#sti_name — ActiveRecord::Inheritance::ClassMethods
#store — ActiveRecord::Store::ClassMethods
#store_accessor — ActiveRecord::Store::ClassMethods
#strict_mode? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#string_to_array — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#string_to_bit — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#string_to_cidr — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#string_to_hstore — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#string_to_json — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#string_to_point — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#string_to_time — ActiveRecord::ConnectionAdapters::PostgreSQLColumn::Cast
#structure_dump — ActiveRecord::Tasks::DatabaseTasks
#structure_load — ActiveRecord::Tasks::DatabaseTasks
#subclass_from_attrs — ActiveRecord::Inheritance::ClassMethods
#subquery_for — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#subquery_for — ActiveRecord::ConnectionAdapters::DatabaseStatements
#substitute_at — ActiveRecord::ConnectionAdapters::AbstractAdapter
#substitute_at — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#sum — ActiveRecord::Calculations
#supports_add_column? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#supports_bulk_alter? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_count_distinct? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_explain? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#supports_explain? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_explain? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_explain? — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#supports_extensions? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_extensions? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_index_sort_order? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_index_sort_order? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_index_sort_order? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#supports_index_sort_order? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#supports_insert_with_returning? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_migrations? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_migrations? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_migrations? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#supports_partial_index? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_partial_index? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_primary_key? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#supports_primary_key? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_ranges? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_savepoints? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#supports_savepoints? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_savepoints? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#supports_savepoints? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_statement_cache? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_statement_cache? — ActiveRecord::ConnectionAdapters::DatabaseStatements
#supports_statement_cache? — ActiveRecord::ConnectionAdapters::MysqlAdapter
#supports_statement_cache? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#supports_views? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#suppress_messages — ActiveRecord::Migration
#symbol_unscoping — ActiveRecord::QueryMethods
#symbolized_base_class — ActiveRecord::Inheritance::ClassMethods
#symbolized_sti_name — ActiveRecord::Inheritance::ClassMethods
#sync_with_transaction_state — ActiveRecord::Core
#synchronize — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#table_alias_for — ActiveRecord::ConnectionAdapters::SchemaStatements
#table_alias_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#table_alias_length — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#table_exists? — ActiveRecord::ModelSchema::ClassMethods
#table_exists? — ActiveRecord::ConnectionAdapters::SchemaCache
#table_exists? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#table_exists? — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#table_exists? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#table_exists? — ActiveRecord::ConnectionAdapters::SchemaStatements
#table_name — ActiveRecord::ModelSchema::ClassMethods
#table_name= — ActiveRecord::ModelSchema::ClassMethods
#table_name_length — ActiveRecord::ConnectionAdapters::DatabaseLimits
#table_rows — ActiveRecord::FixtureSet
#table_structure — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#tables — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#tables — ActiveRecord::ConnectionAdapters::SchemaCache
#tables_in_string — ActiveRecord::Relation
#take — ActiveRecord::FinderMethods
#take! — ActiveRecord::FinderMethods
#target — ActiveRecord::Associations::CollectionProxy
#teardown_fixtures — ActiveRecord::TestFixtures
#timestamp_attributes_for_create — ActiveRecord::Timestamp
#timestamp_attributes_for_create_in_model — ActiveRecord::Timestamp
#timestamp_attributes_for_update — ActiveRecord::Timestamp
#timestamp_attributes_for_update_in_model — ActiveRecord::Timestamp
#timestamp_column_names — ActiveRecord::FixtureSet
#timestamps — ActiveRecord::ConnectionAdapters::Table
#timestamps — ActiveRecord::ConnectionAdapters::TableDefinition
#to_a — ActiveRecord::Relation
#to_ary — ActiveRecord::Result
#to_date — Mysql::Time
#to_hash — ActiveRecord::Result
#to_integer — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
#to_key — ActiveRecord::AttributeMethods::PrimaryKey
#to_param — ActiveRecord::Integration
#to_sql — ActiveRecord::Relation
#to_sql — ActiveRecord::ConnectionAdapters::DatabaseStatements
#to_xml — ActiveRecord::Serialization
#toggle — ActiveRecord::Persistence
#toggle! — ActiveRecord::Persistence
#touch — ActiveRecord::Persistence
#transaction — ActiveRecord::Transactions
#transaction — ActiveRecord::ConnectionAdapters::DatabaseStatements
#transaction — ActiveRecord::Transactions::ClassMethods
#transaction_isolation_levels — ActiveRecord::ConnectionAdapters::DatabaseStatements
#transaction_joinable= — ActiveRecord::ConnectionAdapters::AbstractAdapter
#transaction_open? — ActiveRecord::ConnectionAdapters::DatabaseStatements
#translate_exception — ActiveRecord::ConnectionAdapters::AbstractAdapter
#translate_exception — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#translate_exception — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#translate_exception — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#try_to_load_dependency — ActiveRecord::TestFixtures::ClassMethods
#tsrange — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#tstzrange — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#tsvector — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Date
#type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Timestamp
#type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Type
#type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Float
#type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Time
#type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::DateTime
#type — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Date
#type — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
#type_cast — ActiveRecord::ConnectionAdapters::Quoting
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Integer
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Identity
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Date
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::DateTime
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Json
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Cidr
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Hstore
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Decimal
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Float
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Time
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Time
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Date
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Float
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Timestamp
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Identity
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Boolean
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Integer
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Range
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Decimal
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Array
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Point
#type_cast — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Boolean
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Vector
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Money
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Bytea
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Bit
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLColumn
#type_cast — ActiveRecord::Calculations
#type_cast — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting
#type_cast_attribute_for_write — ActiveRecord::AttributeMethods::Write
#type_cast_attribute_value — ActiveRecord::AttributeAssignment
#type_cast_calculated_value — ActiveRecord::Calculations
#type_cast_for_write — ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields::Type
#type_cast_for_write — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
#type_cast_using_column — ActiveRecord::Calculations
#type_condition — ActiveRecord::Inheritance::ClassMethods
#type_to_sql — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#type_to_sql — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#type_to_sql — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaStatements
#typecasted_attribute_value — ActiveRecord::AttributeMethods
#uncached — ActiveRecord::QueryCache::ClassMethods
#uncached — ActiveRecord::ConnectionAdapters::QueryCache
#undecorated_table_name — ActiveRecord::ModelSchema::ClassMethods
#unescape_bytea — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting
#uniq — ActiveRecord::QueryMethods
#uniq — ActiveRecord::Associations::CollectionProxy
#uniq_value — ActiveRecord::Relation
#unprepared_statement — ActiveRecord::ConnectionAdapters::AbstractAdapter
#unprepared_visitor — ActiveRecord::ConnectionAdapters::AbstractAdapter
#unscope — ActiveRecord::QueryMethods
#unscoped — ActiveRecord::Scoping::Default::ClassMethods
#up — ActiveRecord::Migration
#update — ActiveRecord::Persistence
#update — ActiveRecord::ConnectionAdapters::DatabaseStatements
#update — ActiveRecord::Relation
#update! — ActiveRecord::Persistence
#update_all — ActiveRecord::Relation
#update_attribute — ActiveRecord::Persistence
#update_attributes — ActiveRecord::Persistence
#update_attributes! — ActiveRecord::Persistence
#update_attributes_from_transaction_state — ActiveRecord::Core
#update_column — ActiveRecord::Persistence
#update_columns — ActiveRecord::Persistence
#update_counters — ActiveRecord::Locking::Optimistic::ClassMethods
#update_counters — ActiveRecord::CounterCache::ClassMethods
#update_record — ActiveRecord::Persistence
#update_record — ActiveRecord::Timestamp
#update_sql — ActiveRecord::ConnectionAdapters::DatabaseStatements
#update_sql — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::DatabaseStatements
#update_table_definition — ActiveRecord::ConnectionAdapters::SchemaStatements
#update_table_definition — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#use_insert_returning? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#uses_transaction — ActiveRecord::TestFixtures::ClassMethods
#uses_transaction? — ActiveRecord::TestFixtures::ClassMethods
#using_limitable_reflections? — ActiveRecord::FinderMethods
#using_single_table_inheritance? — ActiveRecord::Inheritance::ClassMethods
#uuid — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#valid? — ActiveRecord::Validations
#valid? — ActiveRecord::DynamicMatchers::Method
#valid_alter_table_options — ActiveRecord::ConnectionAdapters::SQLite3Adapter
#valid_type? — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
#valid_type? — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
#valid_type? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#validate_collection_association — ActiveRecord::AutosaveAssociation
#validate_order_args — ActiveRecord::QueryMethods
#validate_single_association — ActiveRecord::AutosaveAssociation
#validates_associated — ActiveRecord::Validations::ClassMethods
#validates_presence_of — ActiveRecord::Validations::ClassMethods
#validates_uniqueness_of — ActiveRecord::Validations::ClassMethods
#values — ActiveRecord::Relation
#verify! — ActiveRecord::ConnectionAdapters::AbstractAdapter
#verify_readonly_attribute — ActiveRecord::Persistence
#version — ActiveRecord::ConnectionAdapters::MysqlAdapter
#version — ActiveRecord::ConnectionAdapters::Mysql2Adapter
#version — ActiveRecord::SchemaMigration
#visit_AddColumn — ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::SchemaCreation
#visit_AddColumn — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#visit_AddColumn — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaCreation
#visit_AlterTable — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#visit_ColumnDefinition — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#visit_ColumnDefinition — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::SchemaCreation
#visit_TableDefinition — ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation
#wait_poll — ActiveRecord::ConnectionAdapters::ConnectionPool::Queue
#where — ActiveRecord::QueryMethods
#where_unscoping — ActiveRecord::QueryMethods
#where_values_hash — ActiveRecord::Relation
#with_connection — ActiveRecord::ConnectionAdapters::ConnectionPool
#with_lock — ActiveRecord::Locking::Pessimistic
#with_transaction_returning_status — ActiveRecord::Transactions
#without_prepared_statement? — ActiveRecord::ConnectionAdapters::AbstractAdapter
#write — ActiveRecord::Migration
#write_attribute — ActiveRecord::AttributeMethods::Write
#write_store_attribute — ActiveRecord::Store
#writer_method — ActiveRecord::Aggregations::ClassMethods
#xml — ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnMethods
#yaml_file_path — ActiveRecord::FixtureSet