aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/secure_random_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa...Jon Leighton2011-05-231-19/+0
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-5/+5
* 1.8 compatibility for random_number method on SecureRandom.Michael Koziarski2008-10-041-0/+4
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-0/+15