aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/message_encryptor_test.rb
Commit message (Expand)AuthorAgeFilesLines
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-031-3/+3
* Don't marshal dump twice when using encryptor.José Valim2011-11-091-2/+1
* Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt.José Valim2011-11-091-24/+36
* Test deprecation warning when not using an options hash as second parameter.Willem van Bergen2011-09-151-1/+7
* Use an options hash to specify digest/cipher algorithm and a serializer for M...Willem van Bergen2011-09-151-3/+3
* Implement API suggestions of pull request.Willem van Bergen2011-09-151-3/+12
* Fixed tests so that they will also run properly in other timezones.Willem van Bergen2011-09-151-2/+2
* Custom serializers and deserializers in MessageVerifier and MessageEncryptor.Willem van Bergen2011-09-151-1/+9
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* repair the activesupport message encryptor tests for me, do so in the same wa...Marius Nuennerich2010-05-011-0/+10
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-281-1/+1
* Repair time dependenciesJeremy Kemper2009-11-141-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc...Michael Koziarski2008-11-251-0/+46