aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/secure_random_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the ↵Jon Leighton2011-05-231-19/+0
| | | | standard library. (It has been deprecated in the 3-1-stable branch.)
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, ↵Jon Leighton2011-05-231-5/+5
| | | | and require 'securerandom' from the stdlib when active support is required.
* 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]