aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/secret_key_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* 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