module
ActiveRecord::Encryption
Methods
Included Modules
Public class methods
Source code GitHub
# File activerecord/lib/active_record/encryption.rb, line 50
def self.eager_load!
super
Cipher.eager_load!
end
Namespace
-
MODULE
ActiveRecord::
Encryption:: Configurable -
MODULE
ActiveRecord::
Encryption:: Contexts -
MODULE
ActiveRecord::
Encryption:: EncryptableRecord -
MODULE
ActiveRecord::
Encryption:: EncryptedFixtures -
MODULE
ActiveRecord::
Encryption:: Errors -
MODULE
ActiveRecord::
Encryption:: ExtendedDeterministicQueries -
MODULE
ActiveRecord::
Encryption:: ExtendedDeterministicUniquenessValidator -
CLASS
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
Definition files
activerecord/
lib/ active_record/ encryption.rb activerecord/
lib/ active_record/ encryption/ auto_filtered_parameters.rb activerecord/
lib/ active_record/ encryption/ cipher.rb activerecord/
lib/ active_record/ encryption/ cipher/ aes256_gcm.rb activerecord/
lib/ active_record/ encryption/ config.rb
24 More Less
activerecord/
lib/ active_record/ encryption/ configurable.rb activerecord/
lib/ active_record/ encryption/ context.rb activerecord/
lib/ active_record/ encryption/ contexts.rb activerecord/
lib/ active_record/ encryption/ derived_secret_key_provider.rb activerecord/
lib/ active_record/ encryption/ deterministic_key_provider.rb activerecord/
lib/ active_record/ encryption/ encryptable_record.rb activerecord/
lib/ active_record/ encryption/ encrypted_attribute_type.rb activerecord/
lib/ active_record/ encryption/ encrypted_fixtures.rb activerecord/
lib/ active_record/ encryption/ encrypting_only_encryptor.rb activerecord/
lib/ active_record/ encryption/ encryptor.rb activerecord/
lib/ active_record/ encryption/ envelope_encryption_key_provider.rb activerecord/
lib/ active_record/ encryption/ errors.rb activerecord/
lib/ active_record/ encryption/ extended_deterministic_queries.rb activerecord/
lib/ active_record/ encryption/ extended_deterministic_uniqueness_validator.rb activerecord/
lib/ active_record/ encryption/ key.rb activerecord/
lib/ active_record/ encryption/ key_generator.rb activerecord/
lib/ active_record/ encryption/ key_provider.rb activerecord/
lib/ active_record/ encryption/ message.rb activerecord/
lib/ active_record/ encryption/ message_serializer.rb activerecord/
lib/ active_record/ encryption/ null_encryptor.rb activerecord/
lib/ active_record/ encryption/ properties.rb activerecord/
lib/ active_record/ encryption/ read_only_null_encryptor.rb activerecord/
lib/ active_record/ encryption/ scheme.rb activerecord/
lib/ active_record/ railtie.rb