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
/
test
/
message_encryptor_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "rescue" clause around "require 'openssl'"
claudiob
2014-12-03
1
-10
/
+1
*
Merge pull request #10635 from vipulnsward/change_to_strict
Jeremy Kemper
2013-12-06
1
-1
/
+12
|
\
|
*
Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;
Vipul A M
2013-05-16
1
-1
/
+12
*
|
Standardize all JSON encoded times to use 3 decimal fractional seconds
Ryan Glover
2013-11-07
1
-1
/
+1
|
/
*
Fixed bad tests to clean up after themselves.
Ryan Davis
2013-05-03
1
-1
/
+6
*
s/messqage/message/ in message_encryptor_test.rb
Ezekiel Smithburg
2013-01-09
1
-2
/
+2
*
Add cookie.encrypted which returns an EncryptedCookieJar
Santiago Pastorino
2012-11-03
1
-1
/
+1
*
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
-6
/
+0
*
Don't marshal dump twice when using encryptor.
José Valim
2011-11-09
1
-2
/
+1
*
Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt.
José Valim
2011-11-09
1
-24
/
+36
*
Test deprecation warning when not using an options hash as second parameter.
Willem van Bergen
2011-09-15
1
-1
/
+7
*
Use an options hash to specify digest/cipher algorithm and a serializer for M...
Willem van Bergen
2011-09-15
1
-3
/
+3
*
Implement API suggestions of pull request.
Willem van Bergen
2011-09-15
1
-3
/
+12
*
Fixed tests so that they will also run properly in other timezones.
Willem van Bergen
2011-09-15
1
-2
/
+2
*
Custom serializers and deserializers in MessageVerifier and MessageEncryptor.
Willem van Bergen
2011-09-15
1
-1
/
+9
*
Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...
Jon Leighton
2011-05-23
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-7
/
+7
*
repair the activesupport message encryptor tests for me, do so in the same wa...
Marius Nuennerich
2010-05-01
1
-0
/
+10
*
Ruby 1.9.2: marshaling round-trips Time#zone
Jeremy Kemper
2010-03-28
1
-1
/
+1
*
Repair time dependencies
Jeremy Kemper
2009-11-14
1
-0
/
+1
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc...
Michael Koziarski
2008-11-25
1
-0
/
+46