1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/encryption
Jorge Manrubia e249fb8817 We want to check previous_types ignoring clean text type here
This wasn't causing any issue because the behavior was virtually the
same (returning the ciphertext), but it was confusing to read.
2021-04-22 08:03:48 -04:00
..
cipher Review class comments 2021-04-01 15:02:15 +02:00
cipher.rb Review class comments 2021-04-01 15:02:15 +02:00
config.rb Add support to declare previous encryption schemes globally 2021-04-01 15:02:15 +02:00
configurable.rb Fix: assign previous encryption schemes via previous: config option. 2021-04-13 08:55:44 -04:00
context.rb Remove new lines 2021-04-01 15:02:14 +02:00
contexts.rb Review class comments 2021-04-01 15:02:15 +02:00
derived_secret_key_provider.rb Review class comments 2021-04-01 15:02:15 +02:00
deterministic_key_provider.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
encryptable_record.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
encrypted_attribute_type.rb We want to check previous_types ignoring clean text type here 2021-04-22 08:03:48 -04:00
encrypted_fixtures.rb Review class comments 2021-04-01 15:02:15 +02:00
encrypting_only_encryptor.rb Review class comments 2021-04-01 15:02:15 +02:00
encryptor.rb Fix spelling in Encryptor.encrypt docs [ci skip] 2021-04-13 08:39:38 -04:00
envelope_encryption_key_provider.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
errors.rb Remove new lines 2021-04-01 15:02:14 +02:00
extended_deterministic_queries.rb Rename previous_types_including_clean_text => previous_types 2021-04-22 08:03:48 -04:00
extended_deterministic_uniqueness_validator.rb Rename previous_types_including_clean_text => previous_types 2021-04-22 08:03:48 -04:00
key.rb Remove new lines 2021-04-01 15:02:14 +02:00
key_generator.rb Fix typos encryption doc (#41817) 2021-04-02 14:24:43 +09:00
key_provider.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
message.rb Remove new lines 2021-04-01 15:02:14 +02:00
message_serializer.rb Remove new lines 2021-04-01 15:02:14 +02:00
null_encryptor.rb Remove new lines 2021-04-01 15:02:14 +02:00
properties.rb Remove new lines 2021-04-01 15:02:14 +02:00
read_only_null_encryptor.rb Remove new lines 2021-04-01 15:02:14 +02:00
scheme.rb Validate that proper keys are configured when declaring attributes 2021-04-01 18:20:54 +02:00