aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/secure_random_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 1.8 compatibility for random_number method on SecureRandom.Michael Koziarski2008-10-041-0/+4
| | | | 1.9 has its own version.
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-0/+15
SecureRandom has a few minor security enhancements and can be used as a drop-in replacement Signed-off-by: Michael Koziarski <michael@koziarski.com> [#913 state:committed]