Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | securerandom ships with 1.8.7+, so just use it | Aaron Patterson | 2011-05-13 | 1 | -202/+3 |
| | |||||
* | replace if ! with unless | Neeraj Singh | 2010-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Revert "Setup explicit requires for files with exceptions. Removed them from ↵ | José Valim | 2010-09-02 | 1 | -2/+0 |
| | | | | | | | | autoloading." Booting a new Rails application does not work after this commit [#5359 state:open] This reverts commit 38a421b34d0b414564e919f67d339fac067a56e6. | ||||
* | Setup explicit requires for files with exceptions. Removed them from ↵ | Łukasz Strzałkowski | 2010-09-02 | 1 | -0/+2 |
| | | | | | | autoloading. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Whitespace and example identation | Josep M. Bach | 2010-08-15 | 1 | -4/+10 |
| | |||||
* | edit pass to apply API guideline wrt the use of "# =>" in example code | Xavier Noria | 2010-07-30 | 1 | -13/+13 |
| | |||||
* | Lazy-require OpenSSL. Skip entirely if SecureRandom is available. | Jeremy Kemper | 2008-11-23 | 1 | -6/+8 |
| | |||||
* | 1.8 compatibility for random_number method on SecureRandom. | Michael Koziarski | 2008-10-04 | 1 | -2/+2 |
| | | | | 1.9 has its own version. | ||||
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -0/+197 |
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] |