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
*
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