Sha256: c0885a14f7503443c277c17a6eb7b7962774a736a53d3da8a949a5057b9ceea5

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

rel_1_0_1:
  date: 2009-12-20
  notes:
    - Fixed AR serialization - now adds "serialize" to the model when adding callbacks
    -- Added secure_column_symbols to return an array of columns to be secured, as symbols. Not very DRY, but works for now 
    - Defaulting to :text fields instead of binary for :storage type. To allow storing base64 encoded encrypted data
    - Need to verify :only and :except returns a valid set of columns to secure - haven't tested this much at the moment.

rel_1_0_0:
  date: 2009-12-20
  notes:
    - Updates to use AR serialization to manage storage of data to the DB
    - Added acts_as_secure :only => [] option to allow specifying specific columns to be secured
    - Added update_pk_password class method to allow setting the private key password
    - Added gemspec
rel_0_0_4:
  date: 2008-09-06
  notes:
    - No decryption for NULL fields

rel_0_0_3:
  date: 2007-06-26
  notes:
    - Added support for nested crypto blocks

rel_0_0_2:
  date: 2007-06-18
  notes:
    - Added support for model inheritance

rel_0_0_1:
  date: 2005-04-26
  notes:
    - Initial release

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jscharf-acts_as_secure-1.0.1 CHANGELOG
jscharf-acts_as_secure-1.0.2 CHANGELOG
quantipay-acts_as_secure-1.0.4 CHANGELOG
quantipay-acts_as_secure-1.0.3 CHANGELOG
quantipay-acts_as_secure-1.0.2 CHANGELOG