Fixes like this is very important - "ActiveRecord adapter no longer forces hashes to be string-keyed" 94d901d.
I cant use the latest gem (Aug 2014) because it modifies behavior of application. If I add attr_encrypted to Gemfile -> serialize feature in AR start converting symbols into strings. Basically current released gem version (1.3.3) broke serialize feature of ActiveRecord
Thank you!