aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/key_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused requiresyuuji.yaginuma2018-08-171-3/+0
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-57/+57
* modernizes hash syntax in activesupportXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-7/+7
* Partially revert #25192Matthew Draper2016-07-011-1/+16
* We default to using aes-256-cbc as our verification/signing cipher. It can ac...Vipul A M2016-06-271-1/+1
* missing activesupport test coverageEugene Gilburg2014-07-191-0/+30
* Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2Michael Koziarski2012-10-011-0/+32