aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/secret_key_generation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ...Jeremy Kemper2008-11-241-1/+1
* Appropriate test case subclasses to get assert_tag and assert_deprecatedJeremy Kemper2008-11-151-1/+1
* Prevent deprecation warning in the testsMichael Koziarski2008-08-281-1/+3
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-8/+0
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-011-0/+9
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-0/+35