aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/secure_random.rb
Commit message (Expand)AuthorAgeFilesLines
* securerandom ships with 1.8.7+, so just use itAaron Patterson2011-05-131-202/+3
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-2/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+2
* Whitespace and example identationJosep M. Bach2010-08-151-4/+10
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-13/+13
* Lazy-require OpenSSL. Skip entirely if SecureRandom is available.Jeremy Kemper2008-11-231-6/+8
* 1.8 compatibility for random_number method on SecureRandom.Michael Koziarski2008-10-041-2/+2
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-0/+197