README.markdown in shuber-attr_encrypted-1.0.5 vs README.markdown in shuber-attr_encrypted-1.0.6
- old
+ new
@@ -1,11 +1,11 @@
attr\_encrypted
===============
Generates attr\_accessors that encrypt and decrypt attributes transparently
-Works with ANY class including ActiveRecord, DataMapper, and Sequel
+It works with ANY class, however, you get a few extra features when you're using it with ActiveRecord, DataMapper, or Sequel
Installation
------------
@@ -265,11 +265,11 @@
If you're using this gem with ActiveRecord, you get a few extra features:
#### Default options ####
-For your convenience, the `:encode` and `:marshal` options are set to true by default since you'll be storing everything in a database.
+For your convenience, the `:encode` option is set to true by default since you'll be storing everything in a database.
#### Dynamic find\_by\_ and scoped\_by\_ methods ####
Let's say you'd like to encrypt your user's email addresses, but you also need a way for them to login. Simply set up your class like so:
@@ -289,10 +289,10 @@
NOTE: This only works if all records are encrypted with the same encryption key (per attribute).
### DataMapper and Sequel ###
-Just like the default options for ActiveRecord, the `:encode` and `:marshal` options are set to true by default since you'll be storing everything in a database.
+Just like the default options for ActiveRecord, the `:encode` option is set to true by default since you'll be storing everything in a database.
Contact
-------
\ No newline at end of file