Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ... | Jeremy Kemper | 2008-11-24 | 1 | -0/+2 |
* | Formally deprecate the old secret key generator | Michael Koziarski | 2008-08-27 | 1 | -0/+1 |
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -147/+4 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
* | Fallback to Ruby's pseudo random number generator if the system does not have... | Joshua Peek | 2008-04-21 | 1 | -1/+6 |
* | Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940... | Michael Koziarski | 2008-02-09 | 1 | -7/+6 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio... | Jeremy Kemper | 2007-11-28 | 1 | -0/+160 |