aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/secret_key_generation_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in ↵Jeremy Kemper2008-11-241-1/+1
| | | | ActiveSupport::TestCase for its tests.
* 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
| | | | | | | 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]
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-011-0/+9
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Introduce SecretKeyGenerator for more secure session secrets than ↵Jeremy Kemper2007-11-281-0/+35
CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. Closes #10286. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8229 5ecf4fe2-1ee6-0310-87b1-e25e094e27de