aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/secret_key_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ...Jeremy Kemper2008-11-241-0/+2
* Formally deprecate the old secret key generatorMichael Koziarski2008-08-271-0/+1
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-147/+4
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Fallback to Ruby's pseudo random number generator if the system does not have...Joshua Peek2008-04-211-1/+6
* Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940...Michael Koziarski2008-02-091-7/+6
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-1/+1
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-0/+160