| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] More docs for ActiveSupport::MessageEncryptor | Daniel Fone | 2012-01-26 | 1 | -0/+14 |
* | remove ActiveSupport::Base64 in favor of ::Base64 | Sergey Nartimov | 2012-01-02 | 1 | -3/+3 |
* | deprecate Base64.encode64s from AS. Use Base64.strict_encode64 instead | Vasiliy Ermolovich | 2011-12-27 | 1 | -1/+1 |
* | Remove deprecations from Active Support. | José Valim | 2011-12-20 | 1 | -17/+0 |
* | Don't marshal dump twice when using encryptor. | José Valim | 2011-11-09 | 1 | -1/+12 |
* | Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt. | José Valim | 2011-11-09 | 1 | -17/+32 |
* | Fix typo in deprecation warning. | Peter Suschlik | 2011-09-16 | 1 | -1/+1 |
* | Use an options hash to specify digest/cipher algorithm and a serializer for M... | Willem van Bergen | 2011-09-15 | 1 | -7/+10 |
* | Implement API suggestions of pull request. | Willem van Bergen | 2011-09-15 | 1 | -6/+5 |
* | Custom serializers and deserializers in MessageVerifier and MessageEncryptor. | Willem van Bergen | 2011-09-15 | 1 | -2/+6 |
* | Some style changes | suchasurge | 2011-03-06 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -17/+17 |
* | message_encriptor.rb needs active_support/base64 | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on whic... | Jeremy Kemper | 2008-11-25 | 1 | -3/+4 |
* | Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc... | Michael Koziarski | 2008-11-25 | 1 | -0/+69 |