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
/
key_generator.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-12
/
+12
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Partially revert #25192
Matthew Draper
2016-07-01
1
-6
/
+6
*
We default to using aes-256-cbc as our verification/signing cipher. It can ac...
Vipul A M
2016-06-27
1
-6
/
+4
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Add missing punctuation mark in `ActiveSupport` docs [ci skip]
amitkumarsuroliya
2015-10-11
1
-2
/
+2
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
Fix secrets.yml path in exception message
Carlos Antonio da Silva
2014-01-20
1
-9
/
+7
*
Update Error Message when secrets.secret_key_base isn't given
robertomiranda
2014-01-19
1
-4
/
+4
*
rails -> Rails [ci skip]
Prathamesh Sonpatki
2013-05-09
1
-1
/
+1
*
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-1
/
+1
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-5
/
+3
*
Add docs for CachingKeyGenerator
Santiago Pastorino
2012-11-15
1
-0
/
+6
*
Add nodoc to DummyKeyGenerator since it's a private thing
Santiago Pastorino
2012-11-15
1
-1
/
+1
*
Rename secret_token_key to secret_key_base
Santiago Pastorino
2012-11-03
1
-1
/
+1
*
Move ensure_secret_secure to DummyKeyGenerator
Santiago Pastorino
2012-11-03
1
-0
/
+24
*
Cache generated keys per KeyGenerator instance using salt + key_size
Santiago Pastorino
2012-11-03
1
-0
/
+14
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-0
/
+10
*
Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2
Michael Koziarski
2012-10-01
1
-0
/
+23