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