module ActiveRecord::Encryption
Inherits From
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
ActiveRecord::
Encryption:: AutoFilteredParameters ActiveRecord::
Encryption:: Cipher ActiveRecord::
Encryption:: Config ActiveRecord::
Encryption:: Configurable ActiveRecord::
Encryption:: Context ActiveRecord::
Encryption:: Contexts ActiveRecord::
Encryption:: DerivedSecretKeyProvider ActiveRecord::
Encryption:: DeterministicKeyProvider ActiveRecord::
Encryption:: EncryptableRecord ActiveRecord::
Encryption:: EncryptedAttributeType ActiveRecord::
Encryption:: EncryptedFixtures ActiveRecord::
Encryption:: EncryptingOnlyEncryptor ActiveRecord::
Encryption:: Encryptor ActiveRecord::
Encryption:: EnvelopeEncryptionKeyProvider ActiveRecord::
Encryption:: Errors ActiveRecord::
Encryption:: ExtendedDeterministicQueries ActiveRecord::
Encryption:: ExtendedDeterministicUniquenessValidator 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
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_pack_message_serializer.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