命名空间
- 模块 ActiveRecord::Encryption::Configurable
- 模块 ActiveRecord::Encryption::Contexts
- 模块 ActiveRecord::Encryption::EncryptableRecord
- 模块 ActiveRecord::Encryption::EncryptedFixtures
- 模块 ActiveRecord::Encryption::Errors
- 模块 ActiveRecord::Encryption::ExtendedDeterministicQueries
- 模块 ActiveRecord::Encryption::ExtendedDeterministicUniquenessValidator
- 类 ActiveRecord::Encryption::AutoFilteredParameters
- CLASS ActiveRecord::Encryption::Cipher
- CLASS ActiveRecord::Encryption::Config
- CLASS ActiveRecord::Encryption::Context
- CLASS ActiveRecord::Encryption::DerivedSecretKeyProvider
- CLASS ActiveRecord::Encryption::DeterministicKeyProvider
- CLASS ActiveRecord::Encryption::EncryptedAttributeType
- CLASS ActiveRecord::Encryption::EncryptingOnlyEncryptor
- CLASS ActiveRecord::Encryption::Encryptor
- CLASS ActiveRecord::Encryption::EnvelopeEncryptionKeyProvider
- CLASS ActiveRecord::Encryption::Key
- CLASS ActiveRecord::Encryption::KeyGenerator
- CLASS ActiveRecord::Encryption::KeyProvider
- CLASS ActiveRecord::Encryption::Message
- CLASS ActiveRecord::Encryption::MessageSerializer
- CLASS ActiveRecord::Encryption::NullEncryptor
- CLASS ActiveRecord::Encryption::Properties
- CLASS ActiveRecord::Encryption::ReadOnlyNullEncryptor
- CLASS ActiveRecord::Encryption::Scheme
方法
包含的模块
类公共方法
eager_load!() 链接
源代码: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/encryption.rb, line 50 def self.eager_load! super Cipher.eager_load! end