index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
message_encryptor.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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