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_verifier_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-7
/
+7
*
Remove advanced key generator rotations from verifier/encryptor.
Kasper Timm Hansen
2017-09-24
1
-70
/
+26
*
Infer options from the primary verifier.
Kasper Timm Hansen
2017-09-24
1
-4
/
+4
*
Add key rotation message Encryptor and Verifier
Michael Coyne
2017-09-23
1
-0
/
+90
*
Perform self-serialization once metadata is involved.
Kasper Timm Hansen
2017-08-13
1
-2
/
+17
*
Merge pull request #29907 from deivid-rodriguez/fix_flaky_message_verifier_test
Kasper Timm Hansen
2017-07-24
1
-1
/
+1
|
\
|
*
Fix test failure in message verifier tests
David Rodríguez
2017-07-24
1
-1
/
+1
*
|
add metadata tests: verify method
Assain
2017-07-24
1
-0
/
+15
|
/
*
add metadata support to message verifier
Assain
2017-07-19
1
-0
/
+41
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
Fix the message verifier encoding issue
Roque Pinel
2015-06-14
1
-0
/
+1
*
Remove "rescue" clause around "require 'openssl'"
claudiob
2014-12-03
1
-12
/
+3
*
Add `#verified` and `#valid_message?` to MessageVerifier
Logan Leger
2014-12-01
1
-16
/
+24
*
MessageVerifier raises an appropriate exception if the secret is nil
Kostiantyn Kahanskyi
2014-09-12
1
-0
/
+7
*
PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...
Vipul A M
2013-12-12
1
-0
/
+14
*
:scissors:
Rafael Mendonça França
2013-12-02
1
-4
/
+4
*
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
*
Remove deprecations from Active Support.
José Valim
2011-12-20
1
-6
/
+0
*
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
-0
/
+9
*
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
/
+2
*
Ensure MessageVerifier raises appropriate exception on tampered data
Pratik Naik
2009-10-09
1
-0
/
+1
*
MessageVerifier#verify raises InvalidSignature if the signature is blank
Jeffrey Hardy
2009-10-05
1
-0
/
+5
*
Nah, test SHA1, but skip the test and whine if OpenSSL is borked up
Jeremy Kemper
2009-09-24
1
-4
/
+13
*
Test with MD5 digest in an attempt to mollify CI
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
Don't need _message as it's in the class name already
Michael Koziarski
2008-11-23
1
-4
/
+4
*
Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...
Michael Koziarski
2008-11-23
1
-0
/
+25